paystack-mcp
About
Agent-callable Paystack for African commerce. Ten tools, integer-kobo money, NDPA-compliant.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
PAYSTACK_SECRET_KEYClaude Code
claude mcp add --env PAYSTACK_SECRET_KEY= paystack-mcp -- npx @tracent/paystack-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"paystack-mcp","command":"npx","args":["@tracent/paystack-mcp"],"env":{"PAYSTACK_SECRET_KEY":""}}'
JSON
{
"mcpServers": {
"paystack-mcp": {
"command": "npx",
"args": [
"@tracent/paystack-mcp"
],
"env": {
"PAYSTACK_SECRET_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.