Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Payper

FreeNot checked

MCP server — AI agents rent GPUs & pay in USDG over x402 on Robinhood Chain.

GitHubEmbed

About

MCP server — AI agents rent GPUs & pay in USDG over x402 on Robinhood Chain.

README

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.

Tools

Tool What it does
list_gpus Live catalog of GPUs + per-hour USD prices
rent_gpu(gpu, maxUsd) Rent one. Signs a USDG payment up to maxUsd, returns an access code + connection details. You're charged only for seconds used.
check_session(code) State, connection details, and spend for a session
stop_session(code) 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-mcp

Docs: https://payperlabs.com/docs.html

from github.com/payperlabs/payper-mcp

Install Payper in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install payper

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add payper -- npx -y payper-mcp

FAQ

Is Payper MCP free?

Yes, Payper MCP is free — one-click install via Unyly at no cost.

Does Payper need an API key?

No, Payper runs without API keys or environment variables.

Is Payper hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Payper in Claude Desktop, Claude Code or Cursor?

Open Payper on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Payper with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs