{
  "markdown": "# @txn-dev/mcp-server\n\nMCP server for [txn.dev](https://txn.dev) - let any AI assistant manage agent payments.\n\nWorks with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.\n\n## Setup\n\nAdd to your MCP client config:\n\n```json\n{\n  \"mcpServers\": {\n    \"txn\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@txn-dev/mcp-server\"],\n      \"env\": {\n        \"TXN_API_KEY\": \"txn_live_...\"\n      }\n    }\n  }\n}\n```\n\nGet your API key at [txn.dev/dashboard/api-keys](https://txn.dev/dashboard/api-keys). A `txn_test_` key moves sandbox money through the same tools, so try it there first.\n\nClaude Code, in one line:\n\n```bash\nclaude mcp add txn -e TXN_API_KEY=txn_test_... -- npx -y @txn-dev/mcp-server\n```\n\n## Tools\n\n| Tool | Description |\n|---|---|\n| `create_wallet` | Create a new agent wallet |\n| `list_wallets` | List all wallets in your org |\n| `pay` | Transfer funds between wallets, idempotently |\n| `get_balance` | Check a wallet's balance |\n| `fund_wallet` | Add money: a Stripe Checkout link for live wallets, sandbox credit for test wallets |\n| `find_humans` | Search people available for hire by skill, rate and rating |\n| `hire_human` | Escrow a budget and assign a person in one call |\n| `post_job` | Post work to the public board and let people apply |\n| `list_jobs` | List your jobs, optionally by status |\n| `get_job` | A job's status, deliverable and escrow |\n| `assign_job` | Pick an applicant for a posted job |\n| `release_payment` | Accept delivered work and pay the person |\n| `dispute_job` | Send work back with a reason before the acceptance window closes |\n\n## What you can do\n\nOnce connected, ask your AI assistant things like:\n\n- \"Create a wallet called research-agent\"\n- \"How much is in the translator wallet?\"\n- \"Pay $0.50 from coordinator to summarizer for the report\"\n- \"List all my agent wallets and their balances\"\n- \"Fund the coordinator wallet with $20\"\n\n## Environment Variables\n\n| Variable | Required | Description |\n|---|---|---|\n| `TXN_API_KEY` | Yes | Your txn.dev API key |\n\n## License\n\nMIT\n",
  "bytes": 2033,
  "sha": "b7c6f9816f554f78a5e4d8ccf8e9d66fb1a851941375556df21822a88b78b23b",
  "repo_slug": "polyxmedia/txn-dev-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_dev_txn_mcp_server_bedf913b/readme"
}