AI-NATIVE

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.

MCP Tools12
Transportstdio
Networks7+
Human Steps0
How it works

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

bootstrap_agent_workspace

Self-register a new workspace and get an access token

create_subscription_checkout

Buy a plan — merchant, developer, or business

get_checkout_invoice

Poll subscription payment until confirmed

get_account

Read current workspace, plan, and balance

create_invoice

Create a payment invoice on any supported network

get_invoice

Fetch status of an existing invoice

list_invoices

Paginate your invoice history

simulate_payment

Trigger a test payment in sandbox mode

create_api_key

Issue a scoped API key after plan is active

create_webhook_endpoint

Register an HTTPS endpoint for events

verify_webhook

Validate HMAC-SHA256 signature locally

list_supported_networks

List all payable blockchain networks

The Agentic Difference

Why this comes before pricing

Without recv

Agents can't sign up, buy plans, or get API keys without a human.

With recv

bootstrap_agent_workspace creates a workspace and returns an access token in one call.

Without recv

LLMs have no way to generate or verify payment invoices natively.

With recv

create_invoice and get_invoice are first-class MCP tools your agent can call directly.

Without recv

Webhook signature verification requires manual backend code and secrets.

With recv

verify_webhook runs locally in the MCP server — no network call, no leaking secrets.

CAPABILITIES

Tools Your Agent Gets Out of the Box

01

bootstrap_agent_workspace

Create a trial workspace and receive an access token — the agent's starting point.

02

create_invoice

Generate a hosted payment invoice on any supported network.

03

get_invoice / list_invoices

Poll status and paginate your invoice history programmatically.

04

create_api_key

Issue scoped API keys after a plan is activated.

05

create_webhook_endpoint

Register HTTPS endpoints to receive signed event callbacks.

06

verify_webhook

Validate HMAC-SHA256 signatures locally without a network round-trip.

MCP CONFIG

Add to claude_desktop_config.json

claude_desktop_config.jsonJSON Config
{
  "mcpServers": {
    "recv": {
      "command": "npx",
      "args": ["-y", "recv-mcp"],
      "env": {
        "RECV_API_KEY": "live_...",
        "RECV_ACCESS_TOKEN": "your_token"
      }
    }
  }
}
01

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.

02

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.

03

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.

AI-NATIVE

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.