
MoltPe
@umangbuilds
About 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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"moltpe": {
"command": "npx",
"args": [
"-y",
"@moltpe/mcp-server"
],
"env": {
"MOLTPE_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
More AI & Agents MCP servers
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
π GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Comments