BitBooth MCP
Enables payments using Chainlink LINK on Base mainnet via a self-hosted onchain verifier.
Provides integration for Circle-issued USDC on Stellar pubnet for payment settlement.
Allows AI agents to make payments using Coinbase's CDP facilitator on Base mainnet for USDC transfers.
Allows payments in RLUSD (issued by Ripple) on XRPL native chain via the T54 facilitator.
Supports payments in USDC SPL on Solana mainnet using Coinbase CDP facilitator.
Enables payments in XLM or Circle-issued USDC on Stellar pubnet via self-hosted Horizon.
Allows payments in native XRP on the XRPL using the T54 XRPL facilitator.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BitBooth MCPcheck approval safety for 0xabc123def456"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BitBooth
BitBooth's featured product is PageDelta, a paid page observation API for agents.
POST https://app.heinrichstech.com/v1/cdp/render-pro
$0.01 per observationA buyer does not need a BitBooth account or subscription. Send a page URL, inspect the x402 challenge, pay with a supported stablecoin rail, and receive rendered Markdown plus bounded change evidence.
Live links: PageDelta browser demo | featured catalog | API docs | MCP package
What PageDelta does
The first paid observation saves a baseline scoped to the payer, canonical URL, and extraction mode. A later paid observation of the same scope compares the new result with that saved baseline.
Each successful response can include:
rendered, bounded Markdown
an exact, case-sensitive focus search result
a structured, bounded line diff
the prior baseline status and saved revision
a new opaque cursor for continuity checks
content and observation hashes
an optional bounded JPEG snapshot
settled payment metadata and a
PAYMENT-RESPONSEreceipt
The cursor is not an access token, and returned web content is untrusted input. Agents should still apply their own prompt-injection and data-handling policy.
Related MCP server: boo-x402-mcp
Inspect the live challenge
This request does not pay. It returns HTTP 402 with the current payment requirements in the PAYMENT-REQUIRED header.
curl -i -X POST https://app.heinrichstech.com/v1/cdp/render-pro \
-H 'content-type: application/json' \
-d '{"url":"https://example.com","extract":"article","focus":"Example Domain"}'For production PageDelta, the advertised rails are:
Network | Asset |
Base mainnet | USDC |
XRPL mainnet | RLUSD |
XRPL mainnet | USDC IOU |
Stellar pubnet | USDC |
The fresh 402 challenge is authoritative for the exact network identifier, asset or issuer, amount, recipient, and timeout. PageDelta does not advertise a Solana rail.
Try the complete flow without real money
Open the PageDelta browser demo. It runs an isolated XRPL Testnet exercise:
The tab creates a temporary wallet in browser memory.
The official faucet funds it with valueless test XRP.
The first observation pays 1,000 test drops and saves a payer-scoped baseline.
The demo changes its isolated page from revision 1 to revision 2.
The second observation pays another 1,000 test drops and returns the change.
The run ends with two XRPL Testnet receipts.
Confirmation retries reuse the same signed proof. They do not create additional payments. This demo proves the test flow only. It is not a production payment and does not represent revenue.
Use the MCP buyer
The current buyer is @bitbooth/mcp-fetch@2.3.1. Its official MCP registry name is io.github.Drock91/bitbooth-fetch.
For free catalog discovery, no wallet credential is required:
{
"mcpServers": {
"bitbooth": {
"command": "npx",
"args": ["-y", "@bitbooth/mcp-fetch@2.3.1"]
}
}
}The packaged PageDelta buyer currently automates the XRPL mainnet RLUSD path. Enabling it requires an explicit xrpl-rlusd rail, a dedicated low-balance XRPL wallet, and a per-call limit of at least 0.010000. See the integration guide before adding a seed.
Discovery scope
https://app.heinrichstech.com/bazaar.json currently features exactly one resource: PageDelta at /v1/cdp/render-pro.
That featured catalog is a deliberate release surface. It is not a count of everything implemented inside BitBooth. Internal and reference routes may exist outside it, and private seller routes are not automatically published there.
XRPL ecosystem status
BitBooth already has an XRPL AI merchant listing. It is an existing listing, not a new one. The external profile may lag BitBooth's current release, so the live featured catalog and fresh route challenge are authoritative.
ClawCredit's published docs describe generic x402 compatibility, including XRPL and RLUSD. BitBooth has not completed live ClawCredit interoperability or certification and is not currently a ClawCredit Partner. We do not claim guaranteed support, financing terms, or fees.
Documentation
About
BitBooth is built and operated by Heinrichs Software Solutions Company in Tallahassee, Florida.
This repository contains public documentation, MCP package source mirrors, PageDelta integration guidance, and links to the live OpenAPI specifications. The gateway source is operated separately.
License
MIT. See LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Pay-per-call x402 gateway: agent tools, OpenAI-compatible LLM, market data, RPC, security audits.
Token swaps and honeypot/rug checks for AI agents on 8 chains, paid per-call in USDC via x402.
Pay-per-call AI gateway: models, speech, web search, on-chain reads and NLP tools, via x402.
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Related MCP Servers
- AlicenseBqualityCmaintenanceExposes 25 paid API endpoints as MCP tools for AI agents, with payments in USDC on Base mainnet via the x402 protocol, enabling tasks like web search, company intelligence, and crypto research.2570 npmMIT
- AlicenseAqualityCmaintenanceEnables AI agents to access crypto/web3 data across 5 chains with pay-per-call billing in USDC via x402, no API key required, and built-in spend caps.3619 npmMIT

@hpp-io/x402-mcp-bridgeofficial
AlicenseNot gradedqualityAmaintenanceEnables AI agents to autonomously pay for and discover services using HPP USDC.e over the x402 protocol, without API keys or manual signing.93 npmApache 2.0- AlicenseAqualityDmaintenanceEnables AI agents to discover and pay for x402-gated HTTP APIs, handling 402 Payment Required flows with local signing. Supports EVM and Solana with non-custodial wallet management.286 npmMIT