← Back to Plugins
MCP Server MCP

tech.prismnetwork/mcp

MCP Registry publisher By MCP Registry publisher 👁 2 views ▲ 0 votes

Rent real NVIDIA GPUs from your agent. Browse with no wallet; pay per second onchain.

Homepage Verified source

Install

npx -y @prismnetwork/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@prismnetwork/mcp",
      "version": "0.8.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Agent wallet private key (0x...). Only needed to lease and pay; browsing works without it",
          "isSecret": true,
          "name": "PRISM_AGENT_KEY"
        },
        {
          "description": "Prism LeaseEscrow contract address",
          "default": "0x62C042265991bEa17B07229322A01850974626dA",
          "name": "PRISM_ESCROW"
        },
        {
          "description": "Most this wallet may spend through Prism in any 24 hours. Defaults to 5. Set 0 to remove the ceiling.",
          "default": "5",
          "name": "PRISM_DAILY_BUDGET_USDG"
        },
        {
          "description": "Most any single lease or generation may cost. Defaults to 1.",
          "default": "1",
          "name": "PRISM_MAX_USDG"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...