Tracent MCP Servers
Pre-built MCP servers wrapping the African rails. Each ships as a public, MIT-licensed TypeScript package and as part of the hosted Tracent gateway, which adds the seven guardrail categories from `tracent-mcp-server-build.md` §3.1.
Available now
The Paystack server is the first proving ground: read-heavy, immediately useful to Phase 1 customers, and the template every subsequent server inherits.
On the roadmap
Five more servers follow the Paystack template. Phase honesty: each is listed with its real status.
Tracent Payments MCP
Phase 1 · RoadmapWrite-heavy sibling to the Paystack MCP. Full HITL gating, deterministic transaction limits, the Agentic Boundary applied to every fund movement.
Tracent Flutterwave MCP
Phase 2 · RoadmapSame template as Paystack, applied to Flutterwave's API. Cards, bank transfers, payouts, and the multi-currency settlement model.
Tracent Mono MCP
Phase 2 · RoadmapRead-heavy account-data MCP. Statements, account balance reads, customer linkage flows. Subject to NDPA cross-border review.
Tracent M-Pesa MCP
Phase 2 · RoadmapDaraja API wrapper: C2B, B2C, transaction status, transaction reversal. Multi-currency aware (KES primary, USD secondary).
Tracent NIBSS MCP
Phase 2 · RoadmapNIBSS Instant Payment, NQR, BVN verification at the network layer. Reserved for institutional customers and gated by the Compliance Pack.
What ships in every Tracent MCP server
Seven guardrail categories ship in v0.1.0. No minimum-viable version skips a category; the minimum viable MCP includes all of them.
- Authentication and authorisation (OAuth 2.1, PKCE, Resource Indicators)
- Input validation (Zod strict schemas, bounded ranges, integer money)
- PII and data sovereignty (random vaulted tokens, multi-region)
- Human-in-the-loop gates on every write tool
- Semantic safety (prompt-injection scanning, tool integrity)
- Rate limiting (per-user, per-tool, per-window, circuit breakers)
- Observability (structured logs, Sentry with NDPA scrubbing, hash-chained audit log)
Two install paths from day one
Self-host the open-source MCP with your own Paystack key, or route through the hosted Tracent gateway to inherit the full guardrail stack automatically.
Tracent Technologies