Integrations

Connect AsterPay in one line.

Drop AsterPay into any agent: an MCP server, a Python SDK, or a plain HTTP call. Free read endpoints (trust score, settlement estimate) need no signup and no API key.

Time to first paid call: under 10 minutes.

From $0.001/call · no minimums EUR in your bank in 10s Agent-native · KYA + ERC-8004 + x402/MPP

Your first call

Estimate a USDC to EUR settlement. No auth required for read endpoints. Pick your language.

# Free read endpoint, no API key — estimate 100 USDC → EUR
curl "https://x402.asterpay.io/v1/settlement/estimate?amount=100"

Paid endpoints accept either x402 or MPP payment proofs on the same call. Same surface, two protocols.

Use it in your agent

The MCP server exposes AsterPay's commerce tools (settlement estimate, KYA trust score, market data, merchant discovery, agent payments) to any MCP client. No API key.

CC
Claude Code
One command, then restart
claude mcp add asterpay -- npx -y @asterpay/mcp-server
Cu
Cursor
Add to ~/.cursor/mcp.json
{ "mcpServers": { "asterpay": { "command": "npx", "args": ["-y","@asterpay/mcp-server"] } } }
CD
Claude Desktop
Add to claude_desktop_config.json
{ "mcpServers": { "asterpay": { "command": "npx", "args": ["-y","@asterpay/mcp-server"] } } }
Cx
Codex / Windsurf / any MCP client
Same stdio server
npx -y @asterpay/mcp-server
DF
DeerFlow
Remote MCP — add to extensions_config.json
{ "mcpServers": { "asterpay": { "enabled": true, "type": "http", "url": "https://mcp-api.asterpay.io/mcp" } } }

ClawHub (OpenClaw) ships AsterPay as a bundled connector. DeerFlow agents get KYA trust score, merchant resolve, and USDC→EUR settlement estimate via the remote MCP server — source at github.com/AsterPay/deerflow-skill. Building a host yourself? Point any MCP stdio client at npx @asterpay/mcp-server.

Every surface

Pick the integration that matches your stack. All hit the same facilitator.

Python SDK

For Python agents and backends. Typed client over the HTTP API.

pip install asterpay

View on PyPI →

MCP server

For any LLM agent that speaks MCP. Commerce tools, no API key.

npx @asterpay/mcp-server

View on npm →

Direct HTTP

Any language. Free read endpoints, x402 or MPP for paid calls. Import the OpenAPI 3.1 spec or Postman collection to auto-generate a client.

curl "https://x402.asterpay.io/v1/settlement/estimate?amount=100"

OpenAPI 3.1 →    Postman →    API docs →

Attest CLI

EU AI Act readiness scan for your agent or API, from the terminal.

npx @asterpay/attest scan

View on npm →

x402 + MPP dual No signup for reads EUR settlement <10s KYA trust scoring ERC-8004 identity

Ship your first paid agent call.