Payper
OfficialAllows AI agents to rent GPUs and pay per second in USDG using a wallet on Robinhood Chain. Provides tools to list available GPUs, rent them with a payment cap, and manage sessions.
payper-mcp
Let any MCP-capable AI agent rent real GPUs and pay per second in USDG over x402 on Robinhood Chain — one wallet, no account, no KYC.
Add it to your agent
Works with Claude Desktop, Claude Code, Cursor, Cline, or any MCP client. Add:
{
"mcpServers": {
"payper": {
"command": "npx",
"args": ["-y", "payper-mcp"],
"env": {
"PAYPER_WALLET_KEY": "0xYOUR_WALLET_PRIVATE_KEY",
"PAYPER_GATEWAY": "https://app.payperlabs.com"
}
}
}
}PAYPER_WALLET_KEY is a wallet that holds USDG on Robinhood Chain (chain 4663).
It signs payments (gasless — Payper pays the gas). Use a dedicated agent wallet,
not your main one, and keep only what you want the agent to be able to spend.
Related MCP server: @easynodexyz/mcp-x402
Tools
Tool | What it does |
| Live catalog of GPUs + per-hour USD prices |
| Rent one. Signs a USDG payment up to |
| State, connection details, and spend for a session |
| Stop and refund the unused USDG automatically |
How it works
rent_gpu runs the whole x402 flow for the agent: it requests a GPU, receives
an HTTP 402 with the price, signs one EIP-3009 authorization for the cap
(gasless), and retries. The unused balance is refunded on stop_session. No
account, no card, no invoice — just a wallet.
Run standalone
PAYPER_WALLET_KEY=0x... npx payper-mcpThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAI-to-AI marketplace MCP server with 46 tools — swap 65+ crypto tokens on 7 chains, rent GPUs, trade 25 tokenized stocks, on-chain escrow (Solana + Base), DeFi yields, sentiment analysis, wallet monitoring, and image generation. Supports USDC payments across 14 blockchains.Last updatedMIT
- Alicense-qualityDmaintenanceMCP server enabling AI agents to purchase VPS and blockchain node products using USDC on Base via Easy Node's x402 API.Last updated217Business Source 1.1
- FlicenseAqualityBmaintenanceAn MCP server that lets agents launch and trade coins on cook4.fun, a Uniswap-V3-native launchpad on the Robinhood chain.Last updated61
- AlicenseAqualityAmaintenanceAn MCP server enabling AI agents to trade stock tokens using StonkBroker NFTs via ERC-6551 wallets on Robinhood Chain through Uniswap, with X integration.Last updated6MIT
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
HiveCapital MCP Server — autonomous investment layer for AI agents
MCP server: solver auction across io.net / Akash / Render with signed receipts · Hive Civilization
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/payperlabs/payper-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server