AfriResolve helps applications understand African food terminology, names, aliases and related knowledge through a simple API and MCP tools.
Get 100 free credits and start using the AfriResolve API immediately.
Create a free developer API key:
POST /v1/keys
Content-Type: application/json
{
"name": "Your Name",
"email": "you@example.com"
}
The response contains your API key. Store it securely because it is shown only once.
x-api-key: afr_YOUR_API_KEY
or:
Authorization: Bearer afr_YOUR_API_KEY
Enter your API key and click Resolve term.
POST /v1/resolve
{
"query": "acha"
}
Example: acha → Fonio.
POST /v1/search
{
"query": "grain"
}
POST /v1/rank
{
"query": "nigeria grain"
}
100 credits/month · $0
10,000 credits/month · $29
100,000 credits/month · $199
1,000,000 credits/month · $999
POST /v1/keys — create a developer accountPOST /v1/resolve — resolve African food terminologyPOST /v1/search — search African food knowledgePOST /v1/rank — ranked food searchAfriResolve is also available through its production MCP endpoint.
https://afriresolve-mcp.afriresolve28.workers.dev/mcp
Built for developers, AI agents, researchers and applications that need structured African knowledge.