Submit

Moltpe

@MoltPe

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

  1. Sign up at moltpe.com and create an agent
  2. Generate an API key (starts with swai_)
  3. Add the server config to your MCP client
  4. 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

Server Config

{
  "mcpServers": {
    "moltpe": {
      "url": "https://moltpe.com/mcp",
      "type": "http"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.