YourAIAgent,NowaCryptoMerchant.
recv is the first payment platform with a native Model Context Protocol server. Any MCP-compatible agent can onboard, subscribe, create invoices, and verify webhooks without touching a dashboard.
Payments for the Agentic Era
Drop the recv MCP server into any MCP-compatible host. Your agent immediately gets 12 tools for onboarding, billing, and payment verification — no dashboard, no manual setup.
12 Agent Tools
Self-register a new workspace and get an access token
Buy a plan — merchant, developer, or business
Poll subscription payment until confirmed
Read current workspace, plan, and balance
Create a payment invoice on any supported network
Fetch status of an existing invoice
Paginate your invoice history
Trigger a test payment in sandbox mode
Issue a scoped API key after plan is active
Register an HTTPS endpoint for events
Validate HMAC-SHA256 signature locally
List all payable blockchain networks
Why this comes before pricing
Agents can't sign up, buy plans, or get API keys without a human.
bootstrap_agent_workspace creates a workspace and returns an access token in one call.
LLMs have no way to generate or verify payment invoices natively.
create_invoice and get_invoice are first-class MCP tools your agent can call directly.
Webhook signature verification requires manual backend code and secrets.
verify_webhook runs locally in the MCP server — no network call, no leaking secrets.
Tools Your Agent Gets Out of the Box
bootstrap_agent_workspace
Create a trial workspace and receive an access token — the agent's starting point.
create_invoice
Generate a hosted payment invoice on any supported network.
get_invoice / list_invoices
Poll status and paginate your invoice history programmatically.
create_api_key
Issue scoped API keys after a plan is activated.
create_webhook_endpoint
Register HTTPS endpoints to receive signed event callbacks.
verify_webhook
Validate HMAC-SHA256 signatures locally without a network round-trip.
Add to claude_desktop_config.json
{
"mcpServers": {
"recv": {
"command": "npx",
"args": ["-y", "recv-mcp"],
"env": {
"RECV_API_KEY": "live_...",
"RECV_ACCESS_TOKEN": "your_token"
}
}
}
}Zero-Touch Agent Onboarding
An AI agent can fully onboard itself to recv without any human action. It calls bootstrap_agent_workspace, receives an access token, purchases a Developer or Business subscription via create_subscription_checkout, polls get_checkout_invoice until paid, then issues its own API key. The entire flow is expressible as a sequence of MCP tool calls.
Any MCP-Compatible Runtime
The recv MCP server runs over stdio and works with Claude Desktop, Claude Code, Cursor, Cline, Continue, and any other host that implements the Model Context Protocol spec. Add it to your mcp.json with RECV_API_KEY and RECV_ACCESS_TOKEN and your agent gains payment superpowers immediately.
Secure by Design
Webhook verification happens inside the MCP process — your raw body and secret never leave the local runtime. API keys are scoped to invoices:read and invoices:write. The agent only sees what it needs, and every payment event is cryptographically signed before delivery.
Give your agent the power to earn.
The first crypto payment infrastructure built for AI agents. recv MCP lets any Claude, GPT, or custom LLM agent bootstrap a workspace, buy a plan, and start accepting payments — zero human intervention required.