mcpbeat Sign in

Tryx402 MCP Server

by crypto-yannso Your server? Claim it
local only

Tryx402 runs on your own machine — the client starts it, so there is no endpoint to ping. 133 installs a week from pypi. Last commit 11 Sep 2026.

Budget router over x402: hard budget caps, idempotent paid calls, cost ledger, server-side pricing.

Installs per day peak 860 · avg 128 · -91% w/w
a month agotoday
133
Installs / week
pypi · tryx402
0
Stars
2 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    proc = subprocess.run(args, capture_output=True, text=True, timeout=timeout)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tryx402 -- uvx tryx402
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tryx402": {
      "args": [
        "tryx402"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tryx402]
command = "uvx"
args = ["tryx402"]
.cursor/mcp.json
{
  "mcpServers": {
    "tryx402": {
      "args": [
        "tryx402"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tryx402": {
      "args": [
        "tryx402"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GATEWAY_MAX_BUDGET_USD (Hard session-wide budget cap in USD for all paid calls (e.g. 1.00)), TRYX402_API_KEY (API key for the hosted service (server-side pricing via quote)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tryx402

same job, measured the same way
Paywall MCP
by llmops-pro

Lightning-paywall sidecar: wraps any stdio MCP server, requires paid invoices before tool calls.

24 installs/wk local only
Agentcash
by merit-systems

Generic MCP server for calling x402-protected APIs with automatic payment handling

1 620 installs/wk local only
Agentpay
by romudille-bit

Budget-capped x402 payments for AI agents: verifiable receipts, trust routing, 17 free tools.

41 installs/wk local only
three.ws Agent Payments
by nirholas

Governed x402 payment sessions: pay any endpoint with budget, allowlist & per-tx caps, no key.

43 installs/wk local only
I
Lightbill MCP Server
by lightnet19

LightBill ISP billing MCP server: 134 tools (customers, routers, OLT, invoices, payment).

82 installs/wk local only
MCP X402 Accept
by cryptoapis-io

Self-hosted MCP proxy that puts an x402 paywall in front of an existing MCP server

37 installs/wk local only
Lightning Enable MCP Server
by refined-element

AI agent Lightning payments: L402, invoices, wallets, API discovery, budgets, self-serve signup.

565 installs/wk local only
Ardaro Agent Runtime Utilities
by ashevilleislove

Advisory context, intent, budget and API-ledger checks with free examples and x402 payments.

6 tools answering

Tryx402 — questions

Answers built from our own checks of this server.

Why is there no uptime for Tryx402?
Tryx402 runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package tryx402 was installed 133 times last week.
How do I connect Tryx402?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tryx402 straight from pypi; nothing to host, nothing to sign up for.
How many people use Tryx402?
The pypi package tryx402 was installed 133 times in the last week. Week over week that is -91%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tryx402 open source?
Yes — it is published under the MIT licence, written in Python, 0 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.