Server data from the Official MCP Registry
Lease and run real NVIDIA GPUs from any MCP client. Wallet auth, onchain USDG payment, and SSH.
Lease and run real NVIDIA GPUs from any MCP client. Wallet auth, onchain USDG payment, and SSH.
Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
12 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: PRISM_AGENT_KEY
Environment variable: PRISM_ESCROW
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-prismnetwork-tech-mcp": {
"env": {
"PRISM_ESCROW": "your-prism-escrow-here",
"PRISM_AGENT_KEY": "your-prism-agent-key-here"
},
"args": [
"-y",
"@prismnetwork/mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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:
Only interactive raw GPU leases are in scope today. Batch containers and managed inference are 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 and inference | Planned, not implemented |
This is an unaudited pre-production system. Do not deposit funds or use Prism for confidential workloads, regulated data, valuable model weights or production traffic. A permissionless supplier is not a trusted computing environment, and Kata isolation is not confidential-computing attestation.
The V1 contracts are non-upgradeable and LeaseEscrowV1 is live. Their source
has not been verified on the explorer and they have not received an independent
audit.
| Contract | Address |
|---|---|
| Canonical USDG | 0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168 |
NodeRegistryV1 | 0xe3b7eF730637763ed46542d41a6C3f83AfC78f01 |
LeaseEscrowV1 | 0x71Df0eF3bc81022cB3bec0b1a05f52f12bAfcDeD |
| 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.
Browser + wallet
|
v
Next.js web -----> Rust control plane -----> PostgreSQL
|
+----------+-----------+
| |
v v
lifecycle worker settlement/proof workers
| |
+------+-------+ v
| | Robinhood Chain
v v
Vast instance access gateway
direct SSH mTLS tunnel/relay
|
v
prismd + Kata/VFIO
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: USDG bond, 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.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.All three are published on npm under the @prismnetwork scope. The
data-classification limits above apply unchanged. An agent workspace
is a disposable environment, not confidential computing.
The fast pull-request gate checks the web application, production build, secrets and repository isolation:
pnpm install --frozen-lockfile
pnpm check
The full local gate additionally runs the Rust and Solidity suites, audits and security scanners, PostgreSQL and Valkey integrations, Anvil lifecycle tests, mTLS relay tests, load and recovery checks, deployment validation and observability checks:
pnpm check:full
The full gate passed locally on 2026-07-20 with 23 web tests, 57 Rust tests and 18 Foundry tests, including fuzz and invariant coverage. That run used simulated/containerized infrastructure; it is not evidence of physical NVIDIA/Kata/VFIO execution or a funded mainnet lease.
The hosted full gate is manual and has not yet produced a public run:
gh workflow run full-validate.yml --ref <branch>
Required toolchains are Node.js 24.14, pnpm 10.34.5, Rust 1.94.1, Foundry 1.5, Docker with Compose and ripgrep.
Copy only the example environment files needed for your target. Never commit environment files, credentials, deployment outputs or generated artifacts.
Read CONTRIBUTING.md, the Code of Conduct and governance before opening a change. Security reports must follow SECURITY.md and must not be filed as public issues.
Code is licensed under the Apache License 2.0. The Prism Network name and visual identity are governed separately by TRADEMARKS.md.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.