{
  "markdown": "# myai-mcp\n\n<!-- mcp-name: io.github.myaitoken/myai-mcp -->\n\nMCP server for the [MyAi](https://myaitoken.io) decentralized AI inference network.\n\nGives any MCP-compatible agent (Claude Desktop, Cursor, etc.) access to:\n\n- **`myai_chat`** — run inference through the decentralized network\n- **`myai_list_models`** — see what models are online right now\n- **`myai_list_agents`** — browse active provider nodes and their hardware\n- **`myai_network_stats`** — live network health and job activity\n- **`myai_wallet_balance`** — check MYAI token balance for any address\n- **`myai_hire_agent`** — pin a job to a specific provider node\n\n## Install\n\n```bash\nuvx myai-mcp\n```\n\nOr with pip:\n\n```bash\npip install myai-mcp\n```\n\n## Claude Desktop config\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"myai\": {\n      \"command\": \"uvx\",\n      \"args\": [\"myai-mcp\"],\n      \"env\": {\n        \"MYAI_API_KEY\": \"your-api-key-here\",\n        \"MYAI_BASE_URL\": \"https://api.myaitoken.io\"\n      }\n    }\n  }\n}\n```\n\nGet an API key at [myaitoken.io](https://myaitoken.io).\n\n## Example usage (once connected)\n\nAsk Claude:\n\n> \"Use myai_list_models to see what's available, then use myai_chat with qwen2.5-14b to summarize this document.\"\n\n> \"Check the MyAi network stats and tell me how many providers are online.\"\n\n> \"What's the MYAI balance for 0x454F85B685BBe6C1257b218eE40782d17dFacA9b?\"\n\n## Links\n\n- [Provider guide](https://myaitoken.io/earn) — run a node and earn MYAI\n- [Agent registry](https://myaitoken.io/agents) — browse the live network\n- [Docs](https://myaitoken.io/docs)\n- [Discord](https://discord.gg/2mUwktpRS)\n\n## v0.2.0 — Zero-config\n\nYou can now `uvx myai-mcp` with no env vars. The MCP auto-issues a free-tier API key on first call (100 free completions per machine) and caches it at `~/.myai/key`. Set `MYAI_API_KEY` to use your own key.\n",
  "bytes": 1888,
  "sha": "aef2d3dafbec3db018db626e2d2fe8aa302eb6d68b9a2de9ce04d05e8e69c385",
  "repo_slug": "myaitoken/myai-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_myaitoken_myai_mcp_0a4f7369/readme"
}