ENDPOINT 1
https://api.flipvo.com/mcp
MCP server metadata
- Name
- tollbooth
- Version
- 0.1.8
tollbooth: narrow paid tools for AI agents. No signup, no API key. Every tool is priced per call; its description leads with the price. Pay with x402 (USDC on Base): call the tool, get an isError payment-required result listing `accepts`, sign one, and call again with the PaymentPayload in _meta["x402/payment"]. The answer carries the settlement in _meta["x402/payment-response"]. Arguments that fail validation are refused before any charge. Without an x402 MCP client, pay the result's http_fallback url over HTTP with an x402 or MPP wallet. Docs: https://api.flipvo.com/llms.txt
Known tools 7
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.tollbooth]
url = "https://api.flipvo.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tollbooth": {
"type": "http",
"url": "https://api.flipvo.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tollbooth
Remote MCP URL: https://api.flipvo.com/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": {
"tollbooth": {
"url": "https://api.flipvo.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tollbooth": {
"type": "http",
"url": "https://api.flipvo.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tollbooth",
"transport": "streamable-http",
"url": "https://api.flipvo.com/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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.