MCP Server
MCP
io.github.Drock91/bitbooth-fetch
Pay-per-fetch via x402. Agent pays 0.005 USDC, gets clean markdown for any URL. No API keys.
Install
npx -y @bitbooth/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@bitbooth/mcp-fetch",
"version": "1.0.3",
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment