
Mcp Unblockpay
Give your agent UnblockPay controls for fiat-to-stablecoin onramp/offramp, wallets, and transfers while you build fintech features.
Overview
io.github.codespar/mcp-unblockpay is an MCP server for the Build phase that connects agents to UnblockPay onramp, offramp, wallets, and transfers.
What is this MCP server?
- UnblockPay fiat-to-stablecoin onramp and offramp via MCP tools
- Wallet management and transfer operations exposed to agents
- npm @codespar/mcp-unblockpay v0.1.2 with stdio transport
- UNBLOCKPAY_API_KEY required secret configuration
- Lives in mcp-dev-brasil packages/crypto/unblockpay
- Version 0.1.2
- Package @codespar/mcp-unblockpay on npm
- 1 required secret env: UNBLOCKPAY_API_KEY
Community signal: 252 GitHub stars.
What problem does it solve?
Testing UnblockPay flows from your agent means juggling REST docs, keys, and one-off scripts outside your main dev environment.
Who is it for?
Indie fintech and crypto-product builders already on UnblockPay who want agent-assisted integration and transfer debugging.
Skip if: Teams without UnblockPay credentials or products that only need traditional card billing with no stablecoin rails.
What do I get? / Deliverables
Once UNBLOCKPAY_API_KEY is set, your MCP client can invoke UnblockPay wallet and transfer tools from the same session as your app code.
- Configured UnblockPay MCP stdio server
- Agent-accessible wallet and transfer tooling
- Faster end-to-end testing of onramp/offramp code paths
Recommended MCP Servers
Journey fit
Crypto on/off-ramp and wallet APIs are integrated during Build when payment rails are part of the product under development. Integrations catalogs MCP servers that wrap external financial APIs for agent-driven development and ops scripts.
How it compares
UnblockPay crypto payments MCP integration, not a generic blockchain wallet skill or tax calculator.
Common Questions / FAQ
Who is io.github.codespar/mcp-unblockpay for?
Solo builders integrating UnblockPay stablecoin onramp, offramp, wallets, and transfers into apps or internal tools via AI agents.
When should I use io.github.codespar/mcp-unblockpay?
While building payment or treasury features that call UnblockPay APIs from Claude Code, Cursor, or another MCP-enabled workflow.
How do I add io.github.codespar/mcp-unblockpay to my agent?
Add @codespar/mcp-unblockpay to your MCP config, supply UNBLOCKPAY_API_KEY securely, and use stdio transport as documented in the server manifest.