Serversio.github.Drock91/bitbooth-fetch
F

io.github.Drock91/bitbooth-fetch

io.github.Drock91/bitbooth-fetch · v1.0.2
▦ npm
v1.0.2npm npm: @bitbooth/mcp-fetch↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Drock91/bitbooth-fetch",
  "description": "Pay-per-fetch via x402. Agent pays 0.005 USDC, gets clean markdown for any URL. No API keys.",
  "repository": {
    "url": "https://github.com/Drock91/bitbooth-gateway",
    "source": "github"
  },
  "version": "1.0.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@bitbooth/mcp-fetch",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Hex-encoded private key for the agent wallet that pays USDC. Testnet by default (Base Sepolia) — set BITBOOTH_CHAIN_ID=8453 to use Base mainnet.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BITBOOTH_AGENT_KEY"
        },
        {
          "description": "BitBooth gateway URL. Defaults to the staging endpoint on Base Sepolia.",
          "format": "string",
          "name": "BITBOOTH_API_URL"
        },
        {
          "description": "EVM chain ID. Defaults to 84532 (Base Sepolia testnet). Set to 8453 for Base mainnet (spends real USDC).",
          "format": "string",
          "name": "BITBOOTH_CHAIN_ID"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}