Farpy MCP Server
Verified GPU compute for humans, applications, and agents.
About
FARPY provides verified GPU compute through a remote MCP server. Agents can discover capabilities and pricing, submit Blender GPU rendering work, track asynchronous jobs, cancel execution, download completed artifacts, and verify signed FARPY execution receipts.
Security Report
This is a Next.js frontend web application for the Farpy GPU computing platform with no apparent MCP server code present. The codebase shows clean React components focused on onboarding, documentation, and marketing pages. No authentication vulnerabilities, credential leaks, or dangerous operations detected. Permissions are standard for a web frontend (network_http for API calls, env_vars for configuration). The code quality is solid with proper input handling and no execution risks. Supply chain analysis found 12 known vulnerabilities in dependencies (0 critical, 5 high severity).
7 files analyzed · 15 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Install & Connect
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
Getting Started
Once installed, try these example prompts and explore these capabilities:
- 1"Render this Blender project using FARPY."
- 2"Check FARPY GPU compute capabilities and pricing."
- 3"Submit a render, track it to completion, then download and verify the result."
Documentation
View on GitHubFrom the project's GitHub README.
Verified GPU compute for humans, applications, and agents.
FARPY accepts bounded GPU workloads, executes them asynchronously, delivers completed artifacts, and issues verifiable execution receipts.
Public workload
Blender Cycles GPU rendering — $0.01 per completed frame.
Current public contract:
- Workload: Blender Cycles GPU
- Input:
.blend - Execution: asynchronous
- Output: downloadable artifact
- Integrity: SHA-256 artifact verification
- Evidence: FARPY execution receipt
- Transparency: public proof surfaces
- Status:
LIVE_PUBLIC_ALPHA
Additional workloads are under development and are not currently public.
Agent / API access
- MCP: https://api.farpy.com/mcp
- API: https://api.farpy.com/v1
- OpenAPI 3.1: https://farpy.com/openapi.json
- Quickstart: https://farpy.com/api/quickstart/
- Capabilities: https://api.farpy.com/v1/capabilities
- Pricing: https://api.farpy.com/v1/pricing
- Limits: https://api.farpy.com/v1/limits
Typical lifecycle:
discover → price → submit → JOB-ID → execute → download → verify receipt
Agent discovery
- Official MCP Registry: https://registry.modelcontextprotocol.io/
- Smithery: https://smithery.ai/servers/mangomunchr/farpy
- Glama: https://glama.ai/mcp/servers/Mangomunchr/farpy-public
- PulseMCP: https://www.pulsemcp.com/servers
- Agent manifest: https://farpy.com/agents.json
- LLM context: https://farpy.com/llms.txt
Public surfaces
- Website: https://farpy.com
- Proof: https://farpy.com/proof/
- BenchMork: https://farpy.com/benchmark
- Research: https://farpy.com/labs/research
- Security: SECURITY.md
Local MCP / Glama
A local stdio MCP server for Cursor, Claude Desktop, Glama, and other MCP clients lives in mcp/.
It is a thin public client over FARPY's existing Job API. It does not include production server code and never logs FARPY_AGENT_TOKEN.
Build and run
cd mcp
npm install
npm run build
npm test
node dist/mcp-server.js
Environment (see .env.example):
FARPY_AGENT_TOKEN— Job APIfarpy_agent_key. Required for every tool. The server fails closed if it is missing.FARPY_API_BASE— API origin. Default:https://api.farpy.com
Example local client config:
{
"mcpServers": {
"farpy": {
"command": "node",
"args": ["/absolute/path/to/farpy-public/mcp/dist/mcp-server.js"],
"env": {
"FARPY_AGENT_TOKEN": "farpy_agent_..."
}
}
}
}
Public 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.
Scope
FARPY is currently a public-alpha service.
Public capabilities, pricing, and limits are authoritative. Historical research, internal tests, and experimental workloads do not imply current public availability.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Paperclip
Freeby Paperclipai · Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.