MCP Server

The Tokelio MCP server exposes the payment primitives as Model Context Protocol tools, so any MCP-compatible client (including Claude) can transact through Tokelio.

What it provides

  • A set of MCP tools for payment, budget, escrow, history, and reputation.
  • Clean stdio transport — logs go to stderr, keeping the protocol stream on stdout uncorrupted.

Configure a client

{
  "mcpServers": {
    "tokelio": {
      "command": "tokelio-mcp-server",
      "args": []
    }
  }
}

Example tools

ToolPurpose
settle_taskPay for a unit of work
open_escrowEscrow payment for a deliverable
query_reputationFind trusted providers
get_historyRead settlement history

Why MCP

MCP lets a model call Tokelio directly during a conversation — the agent doesn't need bespoke glue code to pay for what it needs. It's the most direct path from "an assistant that talks" to "an agent that transacts."