io.github.lonniev/tollbooth-oauth2-collector
io.github.lonniev/tollbooth-oauth2-collectorUnauthenticated OAuth2 callback collector for Tollbooth MCP services
Tools · 4
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 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…
Health check — shows the number of pending authorization codes and TTL.
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…
Similar MCP servers embedding-nearest
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"
}
}
}