Connection check
local install
prismnetwork-tech-mcp
Rent real NVIDIA GPUs from your agent. Browse with no wallet; pay per second onchain.
Tools
21
GitHub stars
—
Installs / wk
295
Licence
—
Transport
stdio
Last checked
never
Tools & capabilities
21 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
prism_batch_result
from source
Read the output of a batch lease by lease_id, once its node has reported. Use it to recover a result after prism_batch_run timed out. Read the output of a batch lease by lease_id, once its node has reported. Use it to recover a result after prism_batch_run timed out.
prism_batch_run
from source
Fund a lease that runs one command with no interactive access at all: the node executes it and reports the signed output. Matches only suppliers at trust class Fund a lease that runs one command with no interactive access at all: the node executes it and reports the signed output. Matches only suppliers at trust class
prism_budget
from source
Show the spending limits this server enforces and what it has already spent in the last 24 hours, with the recent charges. Needs no wallet. Check this before a long job; a lease re… Show the spending limits this server enforces and what it has already spent in the last 24 hours, with the recent charges. Needs no wallet. Check this before a long job; a lease refused for budget says the same numbers.
prism_confidential_infer
from source
Buy one LLM generation that runs inside a GPU TEE, with the message contents encrypted end to end to a key the enclave Buy one LLM generation that runs inside a GPU TEE, with the message contents encrypted end to end to a key the enclave
prism_end_lease
from source
Release a lease. Access closes and billing stops here: settlement charges the seconds the lease was open and returns the rest of the deposit. A lease nobody releases bills until it… Release a lease. Access closes and billing stops here: settlement charges the seconds the lease was open and returns the rest of the deposit. A lease nobody releases bills until its window ends.
prism_infer
from source
Buy one LLM generation from Prism Buy one LLM generation from Prism
prism_infer_batch
from source
Buy many LLM generations from Prism Buy many LLM generations from Prism
prism_lease
from source
Lease a GPU and keep it running. Returns a lease_id and SSH access. Use prism_run to execute commands and prism_end_lease when done. Lease a GPU and keep it running. Returns a lease_id and SSH access. Use prism_run to execute commands and prism_end_lease when done.
prism_lease_and_run
from source
Lease a GPU, run one shell command on it, and return the output. The lease stays alive (use prism_run for more commands, prism_end_lease to release). Prefer this for a single comma… Lease a GPU, run one shell command on it, and return the output. The lease stays alive (use prism_run for more commands, prism_end_lease to release). Prefer this for a single command; use prism_lease when you
prism_leases
from source
List this wallet List this wallet
prism_list_gpus
from source
List GPUs currently available to lease on Prism Network, with model, VRAM, price per second in USDG, and trust class. Trust class runs open < isolated < attested < confidential; on… List GPUs currently available to lease on Prism Network, with model, VRAM, price per second in USDG, and trust class. Trust class runs open < isolated < attested < confidential; on an
prism_price_index
from source
Current GPU pricing on Prism Network by model: sourced low/median/high and settled mean, in USDG per hour. Needs no wallet. Use it to estimate what an analysis job will cost before… Current GPU pricing on Prism Network by model: sourced low/median/high and settled mean, in USDG per hour. Needs no wallet. Use it to estimate what an analysis job will cost before leasing.
prism_receipts
from source
Recent settled lease receipts from the public proof feed: GPU model, runtime, what was charged and refunded, and the settlement transaction hash on Robinhood Chain. Needs no wallet… Recent settled lease receipts from the public proof feed: GPU model, runtime, what was charged and refunded, and the settlement transaction hash on Robinhood Chain. Needs no wallet. Every Prism lease ends in one of these.
prism_run
from source
Run a shell command on a GPU you already leased with prism_lease. Run a shell command on a GPU you already leased with prism_lease.
prism_vault_delete
from source
Permanently delete a vault item. The ciphertext is removed and the value cannot be recovered. Permanently delete a vault item. The ciphertext is removed and the value cannot be recovered.
prism_vault_list
from source
List the agent List the agent
prism_vault_read
from source
Decrypt and return one vault item, in this process, using the wallet-derived key. The plaintext exists only here; do not echo it into a leased workspace, a log, or a message. Decrypt and return one vault item, in this process, using the wallet-derived key. The plaintext exists only here; do not echo it into a leased workspace, a log, or a message.
prism_vault_release
from source
Authorize a vault item into a lease you hold and return its plaintext for use there. Refused when the lease Authorize a vault item into a lease you hold and return its plaintext for use there. Refused when the lease
prism_vault_store
from source
Store private data (a card, an identity document, an API credential) encrypted under a key derived from this agent Store private data (a card, an identity document, an API credential) encrypted under a key derived from this agent
prism_verify_attestation
from source
Check a confidential generation against its signed receipt and the hardware behind it: the TDX quote verifies to Intel Check a confidential generation against its signed receipt and the hardware behind it: the TDX quote verifies to Intel
prism_wallet
from source