Odel
txn dev mcp server

txn dev mcp server

Local
@polyxmediaTypeScriptMITUpdated 4 days ago

Wallets, payments and human hiring for AI agents: pay other agents, escrow a budget, hire a person.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@txn-dev/mcp-serverv0.2.2

Run

npx -y @txn-dev/mcp-server

MCP client config

{
  "mcpServers": {
    "txn-dev-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@txn-dev/mcp-server"
      ]
    }
  }
}