{
  "markdown": "# FARPY\n\n**Verified GPU compute for humans, applications, and agents.**\n\nFARPY accepts bounded GPU workloads, executes them asynchronously, delivers completed artifacts, and issues verifiable execution receipts.\n\n## Public workload\n\n**Blender Cycles GPU rendering — $0.01 per completed frame.**\n\nCurrent public contract:\n\n- Workload: Blender Cycles GPU\n- Input: `.blend`\n- Execution: asynchronous\n- Output: downloadable artifact\n- Integrity: SHA-256 artifact verification\n- Evidence: FARPY execution receipt\n- Transparency: public proof surfaces\n- Status: `LIVE_PUBLIC_ALPHA`\n\nAdditional workloads are under development and are not currently public.\n\n## Agent / API access\n\n- MCP: https://api.farpy.com/mcp\n- API: https://api.farpy.com/v1\n- OpenAPI 3.1: https://farpy.com/openapi.json\n- Quickstart: https://farpy.com/api/quickstart/\n- Capabilities: https://api.farpy.com/v1/capabilities\n- Pricing: https://api.farpy.com/v1/pricing\n- Limits: https://api.farpy.com/v1/limits\n\nTypical lifecycle:\n\n`discover → price → submit → JOB-ID → execute → download → verify receipt`\n\n## Agent discovery\n\n- Official MCP Registry: https://registry.modelcontextprotocol.io/\n- Smithery: https://smithery.ai/servers/mangomunchr/farpy\n- Glama: https://glama.ai/mcp/servers/Mangomunchr/farpy-public\n- PulseMCP: https://www.pulsemcp.com/servers\n- Agent manifest: https://farpy.com/agents.json\n- LLM context: https://farpy.com/llms.txt\n\n## Public surfaces\n\n- Website: https://farpy.com\n- Proof: https://farpy.com/proof/\n- BenchMork: https://farpy.com/benchmark\n- Research: https://farpy.com/labs/research\n- Security: [SECURITY.md](SECURITY.md)\n\n## Local MCP / Glama\n\nA local stdio MCP server for Cursor, Claude Desktop, Glama, and other MCP clients lives in [`mcp/`](mcp/).\n\nIt is a thin public client over FARPY's existing Job API. It does not include production server code and never logs `FARPY_AGENT_TOKEN`.\n\n### Build and run\n\n```bash\ncd mcp\nnpm install\nnpm run build\nnpm test\nnode dist/mcp-server.js\n```\n\nEnvironment (see `.env.example`):\n\n- `FARPY_AGENT_TOKEN` — Job API `farpy_agent_` key. Required for every tool. The server fails closed if it is missing.\n- `FARPY_API_BASE` — API origin. Default: `https://api.farpy.com`\n\nExample local client config:\n\n```json\n{\n  \"mcpServers\": {\n    \"farpy\": {\n      \"command\": \"node\",\n      \"args\": [\"/absolute/path/to/farpy-public/mcp/dist/mcp-server.js\"],\n      \"env\": {\n        \"FARPY_AGENT_TOKEN\": \"farpy_agent_...\"\n      }\n    }\n  }\n}\n```\n\nPublic MCP V1 tools: `inspect`, `quote`, `start`, `status`, `download`, `receipt`. `inspect` and `quote` do not spend. `start` is the spend boundary and requires `legal_acceptance=FARPY_LEGAL_V1`.\n\n## Scope\n\nFARPY is currently a public-alpha service.\n\nPublic capabilities, pricing, and limits are authoritative. Historical research, internal tests, and experimental workloads do not imply current public availability.\n",
  "bytes": 2885,
  "sha": "733da6ff62f99c47b8ac3aeb593cb02642036990293d0e062c29827282006245",
  "repo_slug": "mangomunchr/farpy-public",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_mangomunchr_farpy_92751162/readme"
}