MCP.so
登录

MoltPe

@umangbuilds

关于 MoltPe

AI-native payment infrastructure that gives AI agents isolated wallets with programmable spending policies for autonomous USDC stablecoin transactions. 11 MCP tools for Claude Desktop, Cursor, and Windsurf. Tri-rail support: x402 (HTTP-native micropayments), MPP (session-based st

基本信息

分类

AI 与智能体

传输方式

stdio

发布者

umangbuilds

提交者

Umang Gupta

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "moltpe": {
      "command": "npx",
      "args": [
        "-y",
        "@moltpe/mcp-server"
      ],
      "env": {
        "MOLTPE_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MoltPe?

MoltPe is an MCP server implementing payment tools for AI agents, supporting stablecoin micropayments (x402), session-based streaming (MPP), and traditional fiat payment paths. It is a reference implementation for developers building agent payment systems with mock data by default and optional live mode connecting to moltpe.com/mcp for real on-chain transactions.

How to use MoltPe?

Install the MCP server with cd mcp-server && npm install && npm start to run on port 3000 with 11 payment tools. Configure with Claude Desktop using the example config in examples/claude-desktop-config.json. For live mode, run PROVIDER_MODE=live MOLTPE_AGENT_TOKEN=swai_... npm start to connect to MoltPe’s production server.

Key features of MoltPe

  • Reference implementation with x402, MPP, and fiat payment paths
  • 11 MCP tools for payments management
  • Mock providers for development and testing
  • Live mode connects to moltpe.com/mcp for real transactions
  • Zero runtime dependencies with 87 tests
  • Supports stablecoin, session, and fiat settlement

Use cases of MoltPe

  • AI agents paying for API access via x402 micropayments
  • Session-based budget authorization for agent tasks
  • Fiat card authorization and settlement for traditional payments
  • Collections layer for agent receivables and invoicing
  • Agent-to-agent stablecoin payments on Polygon/Base

FAQ from MoltPe

What is MoltPe compared to self-built payment stacks?

MoltPe is a reference implementation with mock data; for production, developers must implement real PaymentProvider adapters. It shows how agents can pay, get paid, and manage money across different protocols.

What runtime dependencies does MoltPe require?

Both the mcp-server and x402-client packages have zero runtime dependencies and zero npm audit vulnerabilities.

Where does payment data live?

By default, the server runs with mock data in all three payment providers. In live mode, it connects to moltpe.com/mcp for real on-chain transactions on Polygon and Base.

What are the known limits of MoltPe?

The project is a reference implementation not intended for production use without custom PaymentProvider adapters. It provides 11 MCP tools and supports three parallel payment paths with a 64-item production deployment checklist available.

What transport and auth does MoltPe use?

The MCP server runs on port 3000 and

评论

AI 与智能体 分类下的更多 MCP 服务器