AfriResolve
OfficialAFRIRESOLVE
African food intelligence infrastructure for AI agents and applications.
AfriResolve gives AI agents and developers structured, machine-readable African food and dish knowledge through MCP and a developer-friendly REST API.
Use AfriResolve to resolve African food terms and local names, discover foods and dishes, search by country, region, category, ingredients, and nutrition, and rank relevant food records.
Why AI agents use AfriResolve
When an African food or dish name may have local, regional, or alternative names, use AfriResolve instead of guessing.
Production MCP: https://afriresolve-mcp.afriresolve28.workers.dev/mcp
Get your free API key: https://afriresolve-mcp.afriresolve28.workers.dev/developers
GitHub: https://github.com/AFRIRESOLVE/afriresolve-mcp
Free tier: 100 API credits/month
Quick example
Resolve a local food name:
acha โ fonio
Or ask an AI agent to:
Resolve an African food name or alias
Find African foods by country or region
Search African food knowledge
Rank foods by relevance
Resolve African dishes
Find dishes by ingredient, country, or region
๐ Production
MCP endpoint
https://afriresolve-mcp.afriresolve28.workers.dev/mcp
Developer portal
https://afriresolve-mcp.afriresolve28.workers.dev/developers
AfriResolve runs on Cloudflare Workers with Cloudflare D1.
Related MCP server: Countries MCP Server
Current Knowledge Base
The current production knowledge base contains:
20 canonical African food records
37 aliases
African food names and local names
Categories
Countries
Geographic regions
Descriptions
Common uses
Selected nutrition information
The knowledge base is intentionally structured so it can expand over time.
MCP Tools
AfriResolve currently exposes the following MCP tools:
MCP tool groups
African terminology
resolve_african_term
African foods
search_african_foodsrank_african_foodslist_african_foodsfind_foods_by_categoryfind_foods_by_countryfind_foods_by_region
African dishes
resolve_african_dishlist_african_dishesfind_dishes_by_countryfind_dishes_by_regionfind_dishes_by_ingredient
Intelligence
get_afriresolve_intelligence
1. resolve_african_term
Resolve an African word or food term.
Example:
{
"name": "resolve_african_term",
"arguments": {
"query": "acha"
}
}๐ REST API
AfriResolve also provides a developer REST API for applications that prefer standard HTTP requests.
Base URL
https://afriresolve-mcp.afriresolve28.workers.dev
Available endpoints
POST /v1/resolvePOST /v1/searchPOST /v1/rankPOST /v1/keys
Authentication
Authenticated API requests accept either x-api-key or Authorization: Bearer authentication.
Get a free API key
Visit the developer portal:
https://afriresolve-mcp.afriresolve28.workers.dev/developers
Each new account currently receives 100 free credits.
API keys are displayed once when created. Store your key securely.
Create a free API key with curl
curl -X POST \
https://afriresolve-mcp.afriresolve28.workers.dev/v1/keys \
-H "content-type: application/json" \
-d '{"name":"Your Name","email":"you@example.com"}'
Resolve an African term
curl -X POST \
https://afriresolve-mcp.afriresolve28.workers.dev/v1/resolve \
-H "content-type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"query":"acha"}'
Example:
acha โ fonio
Search African foods
curl -X POST \
https://afriresolve-mcp.afriresolve28.workers.dev/v1/search \
-H "content-type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"query":"fonio"}'
Rank African foods
curl -X POST \
https://afriresolve-mcp.afriresolve28.workers.dev/v1/rank \
-H "content-type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"query":"high fiber African grains"}'
๐ณ Pricing
AfriResolve currently offers:
Plan | Credits | Price |
Free | 100/month | $0 |
Developer | 10,000/month | $29 |
Pro | 100,000/month | $199 |
Enterprise | 1,000,000/month | $999 |
For API access and account creation, visit the developer portal.
๐๏ธ Architecture
AfriResolve is designed as a lightweight African intelligence layer for modern applications.
Cloudflare Workers โ edge API and MCP runtime
Cloudflare D1 โ structured African knowledge, customer, usage, and intelligence data
MCP โ AI-native tool access
REST API โ standard HTTP integration
Usage metering โ credit-based API consumption
Intelligence layer โ demand and knowledge-gap signals from usage
โก Quick Start
REST API
Create a free API key:
curl -X POST \
https://afriresolve-mcp.afriresolve28.workers.dev/v1/keys \
-H "content-type: application/json" \
-d '{"name":"Your Name","email":"you@example.com"}'Use the returned key to make authenticated requests:
curl -X POST \
https://afriresolve-mcp.afriresolve28.workers.dev/v1/resolve \
-H "content-type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"query":"acha"}'MCP
Connect an MCP-compatible application to:
https://afriresolve-mcp.afriresolve28.workers.dev/mcp
The MCP interface provides access to African terminology, food, dish, and intelligence tools.
๐งช Development
git clone https://github.com/AFRIRESOLVE/afriresolve-mcp.git
cd afriresolve-mcp
npm install
npm testThis server cannot be deployed
Maintenance
Related MCP Connectors
Agent-first data marketplace โ AI agents search, purchase, and sell datasets via MCP.
Let AI agents query data and act across all your business apps via MCP.
Connect MCP clients to 2,000+ AI models without managing provider API keys.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceA sophisticated MCP server providing advanced memory capabilities with RAG, hallucination detection, and enterprise-grade AI infrastructure for intelligent agent ecosystems.-
- AlicenseNot gradedqualityDmaintenanceMCP Server that gives AI assistants access to comprehensive country data from 250+ countries.1MIT
- AlicenseNot gradedqualityCmaintenanceA unified MCP server providing AI agents with 40+ developer APIs including geolocation, crypto prices, DNS lookup, and web scraping. Enables natural language access to various tools through a single gateway.1MIT
- AlicenseCqualityCmaintenanceOne MCP install that lets your AI agents discover and pay (x402 micropayments, USDC on Base + Solana) for 66 specialized real-time intelligence APIs - finance, crypto, insurance, immigration, legal, markets and more. 68 tools, pey-per-query, no subscription.6910 npm3Apache 2.0