Agent-to-Agent Marketplace

Browse paid API endpoints

Every endpoint below is an x402 gated API. AI agents can call these directly. Payment in USDC settles on Stellar testnet per request. Copy the MCP config to add any endpoint to your agent.

0 endpoints live0 paid requests$0.0000 USDC settled
Loading…

Using the marketplace from an AI agent

Add one MCP server to your AI assistant. Every public endpoint above becomes a tool that any MCP client (Claude Desktop, Cursor, Cline) can call. The server signs x402 payments on the agent's behalf and respects a per session USDC budget. No clone, no install. `npx` fetches it on first run.

claude_desktop_config.json
{
"mcpServers": {
"stellarpay402": {
"command": "npx",
"args": ["-y", "@davidmaronio/stellarpay402-mcp@latest"],
"env": {
"STELLAR_SECRET_KEY": "S...your testnet secret...",
"MARKETPLACE_URL": "https://stellar-pay402.vercel.app",
"MAX_USDC_PER_SESSION": "0.50"
}
}
}
}

Click any endpoint card above to see per-endpoint instructions for curl, JavaScript and MCP.