Skip to content

Quickstart

Claude & Cursor in 60 seconds

Drop Milypay into any MCP client. Free demo host by default — no wallet, no signup. Paid API settles in AUDD/USDC on Solana when you add a key.

1. Free MCP (demo)

Claude Desktop: paste into claude_desktop_config.json. Cursor: MCP settings JSON.

{
"mcpServers": {
"milypay": {
"command": "npx",
"args": ["-y", "milypay", "mcp"],
"env": {
"MILYPAY_HOST": "demo"
}
}
}
}

2. Paid API

Set a Solana secret and force the paid host. Per-call settlement via x402.

{
"mcpServers": {
"milypay": {
"command": "npx",
"args": ["-y", "milypay", "mcp"],
"env": {
"MILYPAY_HOST": "api",
"MILYPAY_PRIVATE_KEY": "<base58-secret>"
}
}
}
}

3. CLI

npx milypay abn 51824753556
npx milypay services
npx milypay mcp

Tools you get

Full reference: agents.md · docs · status