MoltPe

by umangbuilds

368 downloads
Not rated
GitHub

About

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

Details

Author
umangbuilds
Downloads
368
Categories
AI

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MoltPe
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

MoltPe Agent Payments

Payment infrastructure for AI agents — reference implementation with x402, MPP, and fiat payment paths.

License: Apache 2.0
Content: CC BY-SA 4.0
Tests
npm: mcp-payments
npm: x402-client
Zero Dependencies
Open in GitHub Codespaces

> Disclaimer: This is a reference implementation with mock data. For production, implement real PaymentProvider adapters. MoltPe's production server is at moltpe.com/mcp.

What This Is

This repository contains a reference implementation for handling payments in AI agent systems. It supports three payment paths: stablecoin micropayments (x402), session-based streaming (MPP), and traditional fiat rails. The goal is to show how agents can pay, get paid, and manage money across different protocols.

Quick Start

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.