Skip to content

The intelligence layer for African digital infrastructure

Infrastructure intelligence for Africa.

The verified, machine-readable index of African APIs, MCP servers, datasets and AI infrastructure. Built for developers, and the agents they build.

436+ verified resources live in Nigeria · more African countries rolling out

Verified resources
436
Categories
9
Mapped links
48
Last verified
2026-08-25

02

Built for everyone shipping in Africa

One source of truth, four very different readers.

01

Developers

Find the payment, KYC or data API you need, and see if its docs actually work before you integrate.

02

Foreign founders

Understand the rails, payments, identity, licensing, before committing to an African market.

03

Investors

A live map of the stack: what exists, what's licensed, and where the white space is.

04

AI agents

Query the open JSON API and reason over clean, structured, machine-readable data.

04

Machine-readable, not just browsable

The same registry humans read, agents can query. No scraping, no guessing.

Every resource carries its live status, licensing flag and last-verified date. Half of Africa's “available” infrastructure is a graveyard, docs that 403, endpoints that 502, companies that quietly shut down. Wycord checks, so you find out before you integrate, not after.

  • Open JSON API, no key required to read
  • An MCP server, so agents can call the registry directly
  • llms.txt + OpenAPI, machine-readable by default
Read the API spec
curl "https://wycord.com/api/resources?category=apis&country=NG"
{
"count": 105,
"results": [
{
"name": "Paystack",
"category": "API",
"country": "NG",
"docs_status": "LIVE",
"licensing_required": "NONE",
"last_verified": "2026-07-11"
},
{
"name": "GIGL Logistics",
"category": "API",
"country": "NG",
"docs_status": "BROKEN",
"licensing_required": "APPROVAL",
"last_verified": "2026-07-11"
}
]
}
Live against the registry

05

Plug the African stack into any model

A model in San Francisco cannot find African infrastructure, and cannot tell what still works. Wycord is the layer in between.

Any model, anywhere

  • Claude
  • OpenAI
  • Gemini
  • Vertex AI
  • Cursor
  • LangChain

Speaks MCP, or plain HTTP.

Wycord

MCP · REST · llms.txt

436 verified · 9 categories

African infrastructure

  • Paystack
  • Smile ID
  • Flutterwave
  • NiMet
  • GIGL
  • Mono

Status-verified, licensing flagged.

One MCP server and one open REST API, backed by a registry where every entry has been checked. Point Claude, GPT, Gemini or any agent framework at it and the whole African stack becomes callable, with its live status and licensing attached, so the model knows what it can actually use.

  • search_resources, get_resource, list_categories, list_countries
  • Works over MCP, or plain HTTP if the model has no MCP client
  • No key required to read. CORS open. llms.txt for anything else
The MCP endpoint
{
"mcpServers": {
"wycord": {
"url": "https://wycord.com/api/mcp"
}
}
}
> Which Nigerian KYC providers are licensed and live?
search_resources({ category: "apis", country: "NG", query: "KYC" })
2 of 4 verified LIVE, licence required:
Smile ID docs LIVE licensing NONE
Prembly docs LIVE licensing APPROVAL
Real config. The server exposes these tools today.

06

Featured resources

Hand-picked, verified, battle-tested by Nigerian builders.

Flutterwave

APIs

Pan-African payment processor with the broadest SDK coverage (13 languages) and international remittance support. Acquired Mono in Jan 2026.

Featured
Docs live
Payments
Verified Aug 2026~1.5% domestic / transaction

GDP/CPI time-series (World Bank API)

Datasets

Free, no-auth JSON API for Nigerian macro time-series: GDP, CPI inflation, FDI, remittances, employment and more. The best developer-accessible source for Nigerian economic data.

Featured
Docs live
Economic
Verified Aug 2026Free (no auth)

LGA Boundaries (GRID3)

Datasets

Authoritative, OSGOF-backed LGA boundary polygons for all 36 states plus FCT (Dec 2020) in GeoJSON/SHP, no auth required.

Featured
Docs live
Geographic
Verified Aug 2026Free

M-Pesa Daraja (Safaricom)

APIs

Safaricom's official Daraja 3.0 developer portal exposing the M-Pesa APIs (STK Push/Lipa Na M-Pesa, C2B, B2C, B2B, transaction status, account balance) for Kenya, the largest mobile-money network in Africa. Requires a registered developer account with sandbox testing before live credentials.

Featured
Docs broken
Approval required
Mobile Money
Verified Aug 2026

Mono

APIs

Open-banking data-access provider for account, identity and transaction data, with KYB tooling. Acquired by Flutterwave in Jan 2026 but still operates independently. Ships a dev sandbox Docker image.

Featured
Docs live
Open Banking
Verified Aug 2026

NaijaML

AI

Production-ready NLP library (v0.2.1, Mar 2026) covering all 4 Nigerian languages, running in 4GB RAM with no GPU, with PII masking for NIN/phone. The most practical Nigerian AI resource for developers.

Featured
Docs live
Libraries
Verified Jun 2026Open-source (Apache 2.0)

07

Questions, answered

What Wycord is, and how it works.

What is Wycord?

A status-verified hub to find the APIs, MCP servers, datasets, developer tools and AI agent skills you need to build AI products in Africa, readable by humans, queryable by agents.

Which countries does Wycord cover?

Nigeria is live and deeply verified today. More African countries are rolling out, the brand and data model are built pan-African from day one.

What does “status-verified” mean?

Every resource's docs, licensing and live status are actually checked, not just listed. We link to official sources and flag what's broken, parked or licensed.

Is there an API for AI agents?

Yes. Every resource is exposed over a clean, CORS-open JSON API, so agents can query the registry and reason over clean, structured data, no scraping.

How is this different from an API directory?

Most directories are APIs-only. Wycord spans APIs, MCP servers, datasets, tools and AI skills, maps the relationships between them, and stays machine-readable.

How do I add or update a resource?

Submit it from the Submit page. Verified entries are added to the registry; updates and corrections are welcome.

08

Machine-readable by design.

Every resource is exposed over a clean, CORS-open JSON API. Point your agent at it and let it reason over the African stack, no scraping, no guesswork.

View the API
GET /api/resources
$ curl wycord.com/api/resources?q=payment

{
  "count": 11,
  "resources": [
    { "name": "Paystack",
      "docs_status": "LIVE",
      "licensing": "NONE" }, …
  ]
}