BitBooth Agent Tools
Rank #42,080io.github.Drock91/bitbooth-fetch
Discover BitBooth APIs for free, then buy capped x402 fetch, PageDelta, and wallet checks.
BitBooth Agent Tools is a Model Context Protocol (MCP) server published by Drock91. It ranks #42,080 of 132,113 servers tracked on MCP Toplist. BitBooth Agent Tools is listed on Official MCP, with 4 tracked versions. It was first listed on May 6, 2026 and most recently updated on Sep 12, 2026.
Ranks ahead of 90,033 of 132,113 servers on MCP Toplist.
Use BitBooth Agent Tools
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add bitbooth-fetch -e "BITBOOTH_AGENT_KEY=<your BITBOOTH_AGENT_KEY>" -e "BITBOOTH_API_URL=<your BITBOOTH_API_URL>" -e "BITBOOTH_CHAIN_ID=<your BITBOOTH_CHAIN_ID>" -e "BITBOOTH_PAYMENT_RAIL=<your BITBOOTH_PAYMENT_RAIL>" -e "BITBOOTH_XRPL_SEED=<your BITBOOTH_XRPL_SEED>" -e "BITBOOTH_MAX_PER_CALL_USD=<your BITBOOTH_MAX_PER_CALL_USD>" -e "BITBOOTH_DAILY_LIMIT_USD=<your BITBOOTH_DAILY_LIMIT_USD>" -- npx -y @bitbooth/mcp-fetchReplace each placeholder with your own value before saving.
[mcp_servers.bitbooth-fetch]
command = "npx"
args = ["-y", "@bitbooth/mcp-fetch"]
[mcp_servers.bitbooth-fetch.env]
BITBOOTH_AGENT_KEY = "<your BITBOOTH_AGENT_KEY>"
BITBOOTH_API_URL = "<your BITBOOTH_API_URL>"
BITBOOTH_CHAIN_ID = "<your BITBOOTH_CHAIN_ID>"
BITBOOTH_PAYMENT_RAIL = "<your BITBOOTH_PAYMENT_RAIL>"
BITBOOTH_XRPL_SEED = "<your BITBOOTH_XRPL_SEED>"
BITBOOTH_MAX_PER_CALL_USD = "<your BITBOOTH_MAX_PER_CALL_USD>"
BITBOOTH_DAILY_LIMIT_USD = "<your BITBOOTH_DAILY_LIMIT_USD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bitbooth-fetch": {
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-fetch"
],
"env": {
"BITBOOTH_AGENT_KEY": "<your BITBOOTH_AGENT_KEY>",
"BITBOOTH_API_URL": "<your BITBOOTH_API_URL>",
"BITBOOTH_CHAIN_ID": "<your BITBOOTH_CHAIN_ID>",
"BITBOOTH_PAYMENT_RAIL": "<your BITBOOTH_PAYMENT_RAIL>",
"BITBOOTH_XRPL_SEED": "<your BITBOOTH_XRPL_SEED>",
"BITBOOTH_MAX_PER_CALL_USD": "<your BITBOOTH_MAX_PER_CALL_USD>",
"BITBOOTH_DAILY_LIMIT_USD": "<your BITBOOTH_DAILY_LIMIT_USD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bitbooth-fetch": {
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-fetch"
],
"env": {
"BITBOOTH_AGENT_KEY": "<your BITBOOTH_AGENT_KEY>",
"BITBOOTH_API_URL": "<your BITBOOTH_API_URL>",
"BITBOOTH_CHAIN_ID": "<your BITBOOTH_CHAIN_ID>",
"BITBOOTH_PAYMENT_RAIL": "<your BITBOOTH_PAYMENT_RAIL>",
"BITBOOTH_XRPL_SEED": "<your BITBOOTH_XRPL_SEED>",
"BITBOOTH_MAX_PER_CALL_USD": "<your BITBOOTH_MAX_PER_CALL_USD>",
"BITBOOTH_DAILY_LIMIT_USD": "<your BITBOOTH_DAILY_LIMIT_USD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"bitbooth-fetch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-fetch"
],
"env": {
"BITBOOTH_AGENT_KEY": "<your BITBOOTH_AGENT_KEY>",
"BITBOOTH_API_URL": "<your BITBOOTH_API_URL>",
"BITBOOTH_CHAIN_ID": "<your BITBOOTH_CHAIN_ID>",
"BITBOOTH_PAYMENT_RAIL": "<your BITBOOTH_PAYMENT_RAIL>",
"BITBOOTH_XRPL_SEED": "<your BITBOOTH_XRPL_SEED>",
"BITBOOTH_MAX_PER_CALL_USD": "<your BITBOOTH_MAX_PER_CALL_USD>",
"BITBOOTH_DAILY_LIMIT_USD": "<your BITBOOTH_DAILY_LIMIT_USD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bitbooth-fetch": {
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-fetch"
],
"env": {
"BITBOOTH_AGENT_KEY": "<your BITBOOTH_AGENT_KEY>",
"BITBOOTH_API_URL": "<your BITBOOTH_API_URL>",
"BITBOOTH_CHAIN_ID": "<your BITBOOTH_CHAIN_ID>",
"BITBOOTH_PAYMENT_RAIL": "<your BITBOOTH_PAYMENT_RAIL>",
"BITBOOTH_XRPL_SEED": "<your BITBOOTH_XRPL_SEED>",
"BITBOOTH_MAX_PER_CALL_USD": "<your BITBOOTH_MAX_PER_CALL_USD>",
"BITBOOTH_DAILY_LIMIT_USD": "<your BITBOOTH_DAILY_LIMIT_USD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bitbooth-fetch": {
"command": "npx",
"args": [
"-y",
"@bitbooth/mcp-fetch"
],
"env": {
"BITBOOTH_AGENT_KEY": "<your BITBOOTH_AGENT_KEY>",
"BITBOOTH_API_URL": "<your BITBOOTH_API_URL>",
"BITBOOTH_CHAIN_ID": "<your BITBOOTH_CHAIN_ID>",
"BITBOOTH_PAYMENT_RAIL": "<your BITBOOTH_PAYMENT_RAIL>",
"BITBOOTH_XRPL_SEED": "<your BITBOOTH_XRPL_SEED>",
"BITBOOTH_MAX_PER_CALL_USD": "<your BITBOOTH_MAX_PER_CALL_USD>",
"BITBOOTH_DAILY_LIMIT_USD": "<your BITBOOTH_DAILY_LIMIT_USD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Drock91%2Fbitbooth-fetch)<a href="https://mcptoplist.com/server/io.github.Drock91%2Fbitbooth-fetch"><img src="https://mcptoplist.com/badge/io.github.Drock91%2Fbitbooth-fetch.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Drock91
Other servers by Drock91
View all Drock91 servers →Available versions (4)
| Version | Published |
|---|---|
| 2.3.1 | Sep 12, 2026 |
| 2.3.0 | Sep 11, 2026 |
| 1.0.3 | May 25, 2026 |
| 1.0.2 | May 6, 2026 |
Frequently asked questions
- Who maintains BitBooth Agent Tools?
- BitBooth Agent Tools is maintained by Drock91, which publishes 3 MCP servers (5 total versions) tracked on MCP Toplist.
- Is BitBooth Agent Tools listed on the Official MCP Registry?
- Yes — BitBooth Agent Tools is listed on the Official MCP Registry.
- How many versions does BitBooth Agent Tools have?
- MCP Toplist tracks 4 versions of BitBooth Agent Tools, most recently published on Sep 12, 2026.
- Where can I find the source code for BitBooth Agent Tools?
- The source code for BitBooth Agent Tools is hosted at github.com/Drock91/bitbooth-gateway.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.