Payper

by payperlabs

435 downloads
Not rated
GitHub Website

About

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

Details

Author
payperlabs
Downloads
435

- MCP server integration

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Payper
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

The README includes setup instructions such as "command": "npx",.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "payper": {
            "payper-mcp": {
                "command": "npx",
                "args": [
                    "payper-mcp"
                ],
                "env": {
                    "PAYPER_WALLET_KEY": "0x..."
                }
            }
        }
    }
}

McpServers

{
    "payper-mcp": {
        "command": "npx",
        "args": [
            "payper-mcp"
        ],
        "env": {
            "PAYPER_WALLET_KEY": "0x..."
        }
    }
}

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.

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.