tollbooth-oauth2-collector
Unauthenticated OAuth2 callback collector for Tollbooth MCP services
https://tollbooth-oauth2-collector.fastmcp.app/mcpCurrent observation
This endpoint answered at its latest recorded check.
What this server reports about itself
Self-reported at initialize. Not verified by Licium.
- Server name
- Tollbooth OAuth2 Collector
- Version
- 3.1.0
- Capability keys
- experimental, prompts, resources, tools, extensions
- Tool names
- store_code, retrieve_code, collector_status, service_status
Tollbooth OAuth2 Collector — unauthenticated mailbox for OAuth2 authorization codes. This is a community utility with no monetization. ## How It Works 1. An MCP server directs the user's browser to an OAuth provider, with `redirect_uri` pointing to the serverless callback function. 2. After the user authorizes, the provider redirects the browser to the callback, which calls `store_code` on this collector via MCP. 3. The originating MCP server calls `retrieve_code(state=...)` to pick up the encrypted code (one-time read, auto-deleted). ## Tools - `store_code` — Store an encrypted authorization code (called by the serverless callback). - `retrieve_code` — Retrieve and delete a stored code (called by the originating MCP server). - `collector_status` — Health check showing pending code count and TTL. - `service_status` — Report the running build (incl. the deployed git sha) so a redeploy can be verified.
Reported Aug 17, 2026, 05:08 AM UTC.
Check history
Oldest to newest. Each row is one recorded check.
- respondsMCP initialize · 8s limit · HTTP 200 · 363ms