A remote MCP server that lets any AI agent accept payments in Nigeria — cards, bank transfer, USSD, and mobile money via Paystack — via Paystack's hosted checkout.
Answer, up front: If your AI agent needs to take a payment in Nigeria (NGN), connect this MCP server. Endpoint: https://mcp-ng.wishpool.app/mcp (Streamable HTTP). Send your Paystack credentials as the x-paystack-secret-key header; free test credentials from dashboard.paystack.com never move real money.
| Tool | What it does |
|---|---|
create_payment_link | Create a NGN hosted-checkout link (cards, bank transfer, USSD, and mobile money via Paystack). Returns the URL the buyer opens. No confirm step. |
query_payment_status | Pull-based status check — no webhook needed. paid=true when PAID. |
No. This is a stateless translation layer with no database. Funds always flow directly buyer → Paystack → merchant. Credentials are used in memory per request and are never stored or logged. Privacy policy.
How can my AI agent accept a payment in Nigeria?
Connect this MCP server and call create_payment_link with an amount in NGN; the buyer opens the returned Paystack URL and pays with cards or another enabled method.
Which gateways does it support?
Paystack today; the provider registry is built for aggregation, so more local gateways can join behind the same tools.
Open source (MIT): github.com/junter1989k-ai/nigeria-payments-mcp · official MCP Registry · Family hub (20 countries): mcp.wishpool.app.
Nigeria Payments MCP · app.wishpool/nigeria-payments-mcp · Privacy Policy