MCP Hub
Back to servers

remit.md MCP Server

Enables AI agents to perform financial transactions such as direct payments, escrows, and bounty management using natural language with zero code integration. It provides a comprehensive suite of tools for fund streaming, subscriptions, and reputation tracking to facilitate secure agent-to-agent commerce.

glama
Updated
Mar 8, 2026

remit.md / mcp

MCP server for remit.md — language-agnostic agent payments with zero code.

Any AI agent with MCP support can pay for services, manage escrows, stream funds, and post bounties through natural language.

Quick start

{
  "mcpServers": {
    "remitmd": {
      "command": "npx",
      "args": ["@remitmd/mcp-server"],
      "env": {
        "REMITMD_API_KEY": "your-api-key",
        "REMITMD_PRIVATE_KEY": "your-wallet-private-key"
      }
    }
  }
}

Capabilities

15 Tools: Direct payments, escrow (create/release/dispute), tabs (open/close/sign vouchers), streams (create/withdraw/close), subscriptions, bounties (post/submit/award), deposits (lock/return), disputes, status checks.

7 Resources: Wallet balance, reputation score, transaction history, escrow details, tab details, stream details, protocol status.

3 Prompts: hire_agent — negotiate and pay for agent work. negotiate_price — compare offers and agree on terms. verify_delivery — check deliverables before releasing escrow.

Development

npm install
npm test     # 60 tests
npm run build

Requires Node.js 20+.

License

MIT

Reviews

No reviews yet

Sign in to write a review