github not analyzable

MoltPe

github

not analyzable — source repository is gone (deleted or private)

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: - check_balance, send_payment, list_transactions, agent_info - create_invoice, pay_invoice, check_invoice_status, list_invoices - call_x402_endpoint, call_mpp_endpoint, plus more **Tri-rail support:** x402 (HTTP-native micropayments), MPP (session-based streaming), and traditional fiat. Multi-chain USDC on Polygon PoS, Base, and Tempo with sub-second settlement. **Non-custodial wallets** with Shamir key splitting — your keys, never ours. **Programmable spending policies** (daily caps, per-transaction caps, recipient allowlists, cooldowns) enforced at the infrastructure level. Your agent literally cannot overspend regardless of prompt injection or buggy retry loops. **Free tier** — no credit card, no KYC, no geographic gating. - Site: https://moltpe.com - Open source reference: https://github.com/umangbuilds/moltpe-agent-payments (Apache 2.0) - India guide: https://moltpe.com/india - Developer quickstart: https://moltpe.com/blog/integrate-moltpe-in-5-minutes-developer-quickstart

maintainer
umg-gpt
license
first seen
2026-07-04
last seen
2026-07-16
releases · 30d
0
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 11 tools
transport http counts 11 tools · 0 res · 0 prompts permission surface via registry introspection

tools

  • agent_info

    Returns metadata about the agent: name, ID, wallet address, status, USDC balance, and spending limits.

  • call_mpp_endpoint

    Calls an MPP-paywalled HTTP endpoint. The agent pays using stablecoins on Tempo via the Machine Payments Protocol (MPP). Supports 100+ MPP-compatible services. The agent must be on a Tempo chain.

    in ▸ url body method

  • call_x402_endpoint

    Calls an x402-protected API endpoint. Automatically handles the HTTP 402 payment flow: probes the endpoint, pays if required, and returns the response data. If a matching Grantex spend grant exists, its JWT is auto-attached so servers can verify scope and budget.

    in ▸ url grant_id max_price

  • check_balance

    Returns the agent wallet's current USDC balance, daily spending limit, amount spent today, and remaining daily allowance.

  • check_invoice_status

    Checks the current status of an invoice. Returns amount, payment status, and payment URL.

    in ▸ invoice_id

  • create_invoice

    Creates a USDC invoice for the agent. Returns a payment URL that can be shared with the payer. The payment is detected automatically when USDC arrives at the agent's wallet.

    in ▸ memo amount due_date chain_key reference payer_info webhook_url payer_address external_reference_id

  • list_active_grants

    Returns the agent's active spend grants — endpoint, remaining budget, and expiry. An agent uses this to discover what it is pre-authorized to pay for.

  • list_invoices

    Lists invoices created by this agent. Optionally filter by status (pending, partial, paid, expired, cancelled).

    in ▸ limit status

  • list_transactions

    Returns recent transaction history for the agent wallet. Filter by status and control how many records are returned.

    in ▸ limit status

  • pay_invoice

    Pay an invoice by invoice ID. The agent's wallet will be charged the invoice amount and the invoice will be marked as paid.

    in ▸ invoice_id

  • send_payment

    Sends a USDC payment from the agent wallet to a recipient address. Enforces per-transaction and daily spending limits.

    in ▸ to amount reason

code evidence vHEAD · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

last analysis: gone

No code evidence — the analyzed source reached for no tracked permissions, tools, or hooks.