{
"mcpServers": {
"pockyt": {
"url": "https://docs.pockyt.io/mcp",
}
}
}{
"mcpServers": {
"pockyt": {
"url": "https://docs.pockyt.io/mcp",
}
}
}{
"mcpServers": {
"pockyt": {
"url": "https://docs.pockyt.io/mcp",
}
}
} Server: https://docs.pockyt.io/mcp · Protocol: MCP over HTTP
Production money movement requires authenticated merchant credentials and, for higher-value operations, dashboard approval. Agents can prepare, simulate, and queue transactions; humans approve before funds move.
Accept payments in 300+ local methods, super-apps, and wallets. Hosted checkout, vaulted recurring, in-store QRC, and 3DS card flows.
Send to bank accounts (including local rails in China), PayPal wallets, on-chain addresses, and prepaid cards. Single or batched, with full reconciliation.
Domiciled accounts in 11 markets, balances in 27 fiat currencies plus USDC, programmatic sweeps between fiat and stablecoin at mid-market.
Accept payments in 300+ local methods, super-apps, and wallets. Hosted checkout, vaulted recurring, in-store QRC, and 3DS card flows.
{
"name": "Pockyt",
"description": "The operating layer for global money movement",
"website": "https://pockyt.io",
"docs": "https://docs.pockyt.io",
"mcp_endpoint": "https://docs.pockyt.io/mcp",
"api_endpoint": "https://api.pockyt.io",
"auth": {
"type": "bearer",
"header": "Authorization",
"scheme": "Bearer <token>"
},
"environments": ["sandbox", "production"],
"capabilities": [
"payments.checkouts",
"payments.recurring",
"payments.refunds",
"payouts.single",
"payouts.batch",
"payouts.crypto",
"virtual_accounts.create",
"virtual_accounts.balances",
"treasury.sweeps",
"treasury.fx_quotes",
"onboarding.merchants",
"onboarding.payors"
],
"idempotency": {
"supported": true,
"header": "Idempotency-Key",
"required_for": ["all_mutations"]
},
"webhooks": {
"signed": true,
"events": [
"payment.completed",
"payout.completed",
"payout.failed",
"settlement.completed",
"onboarding.status_changed"
]
},
"rate_limits": {
"strategy": "per_key_per_endpoint",
"backoff": "Retry-After header on 429"
},
"contact": {
"developers": "developers@pockyt.io",
"agent_partners": "agents@pockyt.io"
}
} Engineering note: the /.well-known/agent.json route is a roadmap item. For now this block is the canonical source; mirror it to that path when implemented.