Lease and run real NVIDIA GPUs from any MCP client. Wallet auth, onchain USDG payment, and SSH.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Prism Network is open infrastructure for metered GPU compute. The current system implements account and wallet onboarding, GPU offer discovery, USDG escrow, workload provisioning, time-limited access, metering, settlement and public receipt generation.
Prism has two execution paths:
Interactive raw GPU leases are what the network serves today. A lease can also carry a single command instead of a session, which runs on an independent node and reports back what it printed, but no independent node has completed the hardware canary yet, so nothing has run that path in production. Managed inference is not implemented.
Verified on 2026-07-20:
| Area | Status |
|---|---|
| Public web and API | Live at prismnetwork.tech, with one Vast-backed L40S offer visible |
| Robinhood Chain contracts | Deployed on mainnet; the lease escrow is live |
| Vast execution | Implemented and locally lifecycle-tested; a funded mainnet canary has not been completed |
| Independent Kata nodes | Daemon, gateway, certificates, commands, tunnel and workspace lifecycle are implemented and integration-tested without physical GPU hardware |
| Settlement and proof | Workers and local end-to-end flows are implemented; no public mainnet settlement receipt exists yet |
| Batch commands | Implemented on the independent-node path; never executed on physical hardware |
| Managed inference | Planned, not implemented |
This is an unaudited pre-production system, so do not put production traffic or serious money on it yet.
What a supplier protects is stated per offer rather than as one blanket
warning. Every offer, quote, lease and receipt carries a trust class (open,
isolated, attested or confidential), and renters can require a minimum
instead of trusting prose:
The class is derived by the control plane from evidence it can check, never
asserted by a supplier, and it is clamped to what the network can currently
verify. isolated requires a GPU attestation report that validates to a pinned
NVIDIA root and answers a challenge issued to the node presenting it, so a
machine cannot claim that class for itself. attested requires a launch
measurement of the guest that ran the lease, verified to AMD's root and bound to
the SSH host key generated inside that guest, so the proof is about the session
the renter is in. It proves what started and not that nobody watched. All
capacity live today is open, which means the host operator can read anything
the workload touches, and nothing above it is served until the reference
material both classes check against is captured from real hardware and verifies.
See docs/ATTESTATION.md for what is checked and
docs/SECURITY_MODEL.md for what each class does and
does not promise.
Private data does not have to live in a workspace to be useful. Cards, identity documents and credentials go in the vault, sealed on your machine under a key derived from a wallet signature and never sent, so Prism stores ciphertext and holds no way to read it:
Every item carries the weakest class of workspace it may be shown to, and new
items default to confidential β above what the network can serve β so handing
one to today's capacity is refused rather than quietly allowed. The account,
version and trust floor are authenticated into the ciphertext, which makes
moving an item, replaying an old version, or lowering its floor a failed
decrypt instead of a successful lie. docs/VAULT.md has the
construction and its limits.
The V1 contracts are non-upgradeable and LeaseEscrowV1 is live. They have not
received an independent audit. Blockscout reports NodeRegistryV1 as fully
source-verified and LeaseEscrowV1 as partially source-verified. The escrow's
executable bytecode matches this tree, while its trailing Solidity metadata
hash differs.
You do not have to take that on trust. ./scripts/verify-deployed-bytecode.sh
rebuilds both contracts and compares them against the code live on chain using
only the public RPC, masking immutables and reporting the metadata blob
separately:
| Contract | Address |
|---|---|
| Canonical USDG | 0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168 |
NodeRegistryV1 | 0xa7Ca8e43c599b978095c391bd018A35BA6e7B71D |
LeaseEscrowV1 | 0xfD4228eEEfC49e4b76A0CD40af9fdd546220B2FD |
| Governance Safe | 0xAF1113cE9E65D79daA87005A729Ab9Bc1A9fc60a |
Administration, emergency pause and dispute resolution are held by a 2-of-2 governance Safe. Network settings and the USDG address should always be checked against the official Robinhood Chain documentation and contract registry.
The repository contains:
apps/web: Next.js account, marketplace, supplier, operator and proof UI.crates: shared Rust protocol and persistence libraries.services: Rust control plane, access gateway and operations monitor.workers: lifecycle, settlement and proof workers.node/prismd: independent-node runtime and workspace supervisor.contracts: PRISM bond, USDG escrow and administration contracts.sdk: headless agent SDK for wallet-signature USDG leasing.mcp: Model Context Protocol server exposing leasing to MCP clients.x402: pay-per-job GPU execution over HTTP 402.inference: managed inference, a warm ollama lease behind an x402-paid endpoint.integrations: LangChain, CrewAI, AG2/AutoGen, elizaOS and Virtuals GAME adapters.examples/trading: agents that rent a GPU for research, then trade on what it finds.examples/confidential: an agent pays for TEE-served inference and verifies the attestation itself.deploy/ec2: lean Vast launch topology with the web application on Render.deploy/lightsail: full single-host reference topology.deploy/node: Ubuntu node service units and configuration.infra: an AWS reference architecture, not the active lean deployment.docs: design, security boundary, proof format and release documentation.See architecture, security model and release gates before operating the system.
Autonomous agents integrate without a browser. An agent proves control of its
funding wallet by signing a short-lived challenge, exchanges it for a bearer
session, and drives the same renter surface β offer discovery and the lease
lifecycle β over the /api/agent endpoints. Escrow, readiness, metering and
settlement are identical to the browser path, and the agent boundary reaches
only renter routes.
sdk β @prismnetwork/agent-sdk, headless USDG-funded leasing for Node.mcp β @prismnetwork/mcp, the same leasing exposed as Model Context Protocol tools.x402 β @prismnetwork/x402, pay-per-job GPU execution over HTTP 402.integrations β the same tools in the dialect of
LangChain, CrewAI, AG2/AutoGen, elizaOS, Virtuals GAME and Coinbase AgentKit,
plus how to pair Prism with Robinhood's agentic trading MCP.No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-317)<a href="https://allmcps.com/mcp/mcp-317"><img src="https://allmcps.com/api/badge/mcp-317?style=directory" alt="Prism on AllMCPs" /></a>