PluginBench
MCP Server
Active
Apache-2.0

io.github.lonniev/tollbooth-sample MCP Server

io.github.lonniev/tollbooth-sample

What is the io.github.lonniev/tollbooth-sample MCP server?

Educational Weather Stats MCP Service — Tollbooth DPYC monetization sample

How to install io.github.lonniev/tollbooth-sample

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "tollbooth-sample": {
      "url": "https://tollbooth-sample.fastmcp.app/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "tollbooth-sample": {
      "serverUrl": "https://tollbooth-sample.fastmcp.app/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "tollbooth-sample": {
      "type": "http",
      "url": "https://tollbooth-sample.fastmcp.app/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "tollbooth-sample": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://tollbooth-sample.fastmcp.app/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http tollbooth-sample https://tollbooth-sample.fastmcp.app/mcp

Related MCP servers

FastMCP server for posting formatted content to X (Twitter) — Tollbooth-monetized, DPYC-native

3
Python
View repository →

FastMCP server for TheBrain API — AI access to a personal knowledge graph, Tollbooth-monetized

3
Python
Apache-2.0
View repository →

Monetized graph answers via named Cypher queries — Tollbooth DPYC operator

0
TypeScript
Apache-2.0
View repository →

DPYC Social Contract community concierge — free MCP for membership, governance, and onboarding

0
Python
Apache-2.0
View repository →

Optionality — AI-judged options trading drill, Tollbooth-monetized MCP server

0
TypeScript
Apache-2.0
View repository →

Multi-tenant FastMCP server for Charles Schwab brokerage data, monetized via DPYC Tollbooth

0
Python
Apache-2.0
View repository →