← Registry

General Tools

x402git.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint6 known toolsFirst detected September 17, 2026Last detected September 17, 2026

ENDPOINT 1

https://x402git.com/api/mcp

No auth detected

MCP server metadata

Name
git-x402
Version
0.2.0
Capabilities
tools.listChanged
Server instructions

Paid access to private git repositories over x402/USDC, at https://x402git.com. Looking for something rather than a named listing? `search_listings` finds live repos and agent skills by what they do — free, no wallet. Each result carries the `owner` and `slug` every other tool takes. Then `how_to_buy`: it is free, needs no wallet, and returns the price, the listing page, the step-by-step skill and the endpoint — everything you or the person you are helping needs. If you cannot sign transactions, that is the tool to answer with: give the person the listing URL to buy on themselves, or the skill URL to hand to an agent that has a wallet. Do not tell them the paywall is broken. Read `get_listing` before you buy: the manifest is free, it is the file tree, licence, dependencies and security-scan result of the exact bytes you would receive. `check_version` tells you the latest version and what it would cost this wallet. `purchase` follows the x402 MCP transport: with no payment attached it returns `isError: true` with the `PaymentRequired` body as structured content, mirrored in `_meta["x402/error"]`. Sign `accepts[0]` locally with your own key — this server never sees a private key — and call `purchase` again with the payment as `payment_signature` or `_meta["x402/payment"]`. `fetch_release` re-fetches a version you already own, forever, for free. Money is micro-USDC: 9000000 is $9.00.

Known tools 6

search_listings

Free, no wallet needed.

Inferred read-only
how_to_buy

Free, no wallet needed.

Inferred read-only
get_listing

Wraps `GET /api/label/:owner/:slug`.

Inferred read-only
check_version

Wraps `GET /api/v/:owner/:slug`.

Inferred read-only
purchase

Wraps `GET /api/r/:owner/:slug` — the same quote → screen → verify → settle → grant sequence, with the purchase recorded as `source: mcp`.

Potential side effects
fetch_release

Wraps `GET /api/r/:owner/:slug/v/:version`.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.git-x402]
url = "https://x402git.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "git-x402": {
      "type": "http",
      "url": "https://x402git.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: git-x402
Remote MCP URL: https://x402git.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "git-x402": {
      "url": "https://x402git.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "git-x402": {
      "type": "http",
      "url": "https://x402git.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "git-x402",
  "transport": "streamable-http",
  "url": "https://x402git.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.