MoltPe is payment infrastructure for AI agents. Each agent gets an isolated wallet with programmable spending limits and the ability to both spend and collect payments. A wallet for your agent, not access to yours.
Overview
MoltPe MCP Server
MoltPe is payment infrastructure for AI agents. Stablecoin-native, x402-compatible, live on Polygon PoS.
Available Tools (5)
- check_balance — Returns agent USDC balance, daily limit, spent today
- list_transactions — Recent transaction history with status filter
- agent_info — Agent name, wallet address, status, spending limits
- send_payment — Send USDC to any wallet address
- call_x402_endpoint — Call any x402-protected API, handles payment automatically
Quick Start
- Sign up at moltpe.com and create an agent
- Generate an API key (starts with swai_)
- Add the server config to your MCP client
- Your agent can now check balances, send payments, and call x402 APIs
Authentication
All tool calls require a MoltPe API key passed as Bearer token in the Authorization header.
x402 Demo Endpoints
- /x402/demo/weather — $0.001 per call
- /x402/demo/market — $0.005 per call
- /x402/demo/summarize — $0.010 per call
Links
- Guide: https://moltpe.com/guide
- Discovery: https://moltpe.com/.well-known/mcp.json
- x402scan: https://x402scan.com (search MoltPe)
Server Config
{
"mcpServers": {
"moltpe": {
"url": "https://moltpe.com/mcp",
"type": "http"
}
}
}