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).
Run
npx -y @txn-dev/mcp-server
MCP client config
{
"mcpServers": {
"txn-dev-mcp-server": {
"command": "npx",
"args": [
"-y",
"@txn-dev/mcp-server"
]
}
}
}