Minisend MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Minisend MCPcreate an off-ramp quote for 50 USDC to M-Pesa"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Minisend MCP
An MCP server for the Minisend payment APIs. Stablecoins to local currency across Kenya, Nigeria, Ghana and Uganda — as tools a coding agent can call directly.
claude mcp add --transport http minisend https://mcp.minisend.xyz/mcp \
--header "Authorization: Bearer ms_live_..."That's the whole install. No package, no clone, no build.
Add the Wallet API tools with a second header:
--header "X-Minisend-Wallet-Key: wsk_live_..."What it does
Two things at once.
Operates your account — quote and create payouts, collect from M-Pesa, create checkout sessions, provision wallets, read order status.
Explains the API — the structured lookups that prose search answers badly: exact field lists per endpoint, recipient rules per currency and payout method, error causes with the actual fix, and webhook verification rules.
The knowledge tools need no key, so an agent can learn the API before anyone has provisioned anything.
Related MCP server: PayLink MCP Server
Tools
Product | Tools |
Off-ramp |
|
On-ramp |
|
Checkout |
|
Wallets |
|
Account |
|
Knowledge |
|
You only see the tools your key can use. The server asks
GET /api/merchant/me what the key is authorised for and lists accordingly, so
an account without off-ramp access never sees off-ramp tools. Wallet tools appear
only when the wallet header is present.
If introspection is unavailable the server fails open — all product tools are listed and the API's own 403 is the authority. A tool that errors clearly beats a tool that mysteriously isn't there.
Credentials
Keys are read from the request headers, forwarded to Minisend, and discarded. Nothing is stored, cached, or written to logs. The server holds no Minisend credentials of its own.
The two key namespaces are not interchangeable: ms_live_ covers off-ramp,
on-ramp and checkout; wsk_live_ covers the Wallet API only.
These tools move real money
There is no sandbox. Every call goes to production:
offramp_create_order creates a real payout order, and onramp_create_order
sends a real payment prompt to a real phone. MCP clients prompt before each tool
call — leave that on.
Development
pnpm install
pnpm dev # http://localhost:3100/mcp
pnpm typecheck
pnpm test
pnpm buildpnpm test runs two suites: the knowledge data assertions, and an integration
suite that drives the real handler over JSON-RPC against a stub API — covering
protocol handshake, tool visibility per key, credential forwarding and tool
execution.
Point at a different backend with MINISEND_API_BASE.
The currency matrix can drift
lib/knowledge/recipients.ts mirrors CURRENCY_CONFIG from the
minisend-merchant repo. Different repos, so it can fall out of step — and an
agent builds payout bodies from it. scripts/test-knowledge-data.ts pins every
value; if the matrix changes upstream, update both and the test tells you the
numbers match.
Related
Docs: docs.minisend.xyz
Agent skill:
itschrisoketch/minisend-skills
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for East African fintech APIs — trigger M-Pesa STK Push payments, check transaction status, send SMS to 20+ African networks, and top up airtime via Africa's Talking.54MIT

PayLink MCP Serverofficial
Flicense-qualityDmaintenanceOpen-source MCP server that streamlines payment integration for AI agents and financial apps in Africa, providing unified tools for providers like M-Pesa.1- Flicense-qualityBmaintenanceAn experimental MCP server that lets AI agents interact with guarded payment workflows through typed tools, enabling safe agent-assisted payments with M-Pesa and mock Airtel Money.2
- AlicenseAqualityBmaintenanceA unified MCP server for West African payment providers, enabling AI agents and REST clients to initiate payments, payouts, refunds, and manage webhooks across 10 providers with a single API.89MIT
Related MCP Connectors
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/itschrisoketch/minisend-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server