Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.lonniev/tollbooth-oauth2-collector

io.github.lonniev/tollbooth-oauth2-collector

Unauthenticated OAuth2 callback collector for Tollbooth MCP services

Uptime
100.0%
3 direct probes · 30d
Response
2331ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

store_code

Store a sealed OAuth2 authorization code. Called by the serverless callback function after the browser redirect. The ``state`` carries BOTH the patron npub (the lookup/retrieve key) and the operator …

retrieve_code

Retrieve a stored authorization code (one-time read, auto-deleted). Called by the originating MCP server to pick up the code after the user has authorized in the browser. Returns the encrypted code w…

collector_status

Health check — shows the number of pending authorization codes and TTL.

service_status

Report the running build so a redeploy can be verified. Free. Delegates to the SDK's canonical ``build_service_status`` — the single source of the service_status payload shape — so this collector rep…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.lonniev/tollbooth-oauth2-collector": {
      "url": "https://tollbooth-oauth2-collector.fastmcp.app/mcp",
      "transport": "streamable-http"
    }
  }
}