mcpbeat Sign in

Tollbooth Oauth2 Collector MCP Server

answering

Tollbooth Oauth2 Collector is answering right now. Last checked 1 min ago. It exposes 4 tools. Last commit 2 Sep 2026.

Unauthenticated OAuth2 callback collector for Tollbooth MCP services

Uptime history 40 days of history
40 days agonow
100.0%
Uptime 24h
92 of 92 checks
4
Tools
read from the server
915 ms
Response time
average over 24h
0
Stars
last commit 2 Sep 2026

What changed 6

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 17 August 2026. No other catalogue keeps this.

30 Aug 2 tool descriptions were rewritten retrieve_code, store_code
30 Aug 2 tools changed the parameters they ask for retrieve_code, store_code
30 Aug a tool changed version
17 Aug a tool description was rewritten store_code

Nothing serious here today

Today is the operative word: we check Tollbooth Oauth2 Collector every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 1 min ago.

run in your terminal
claude mcp add tollbooth-oauth2-collector --transport http https://tollbooth-oauth2-collector.fastmcp.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tollbooth-oauth2-collector": {
      "url": "https://tollbooth-oauth2-collector.fastmcp.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tollbooth-oauth2-collector]
url = "https://tollbooth-oauth2-collector.fastmcp.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "tollbooth-oauth2-collector": {
      "url": "https://tollbooth-oauth2-collector.fastmcp.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tollbooth-oauth2-collector": {
      "url": "https://tollbooth-oauth2-collector.fastmcp.app/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

collector
collector_status
Health check — shows the number of pending authorization codes and TTL.
retrieve
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 which the caller decrypts using the same state token.
service
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 reports the same envelope as every other DPYC service. The load-bearing field is ``build_info.fastmcp_cloud_git_commit_sha``: the commit Horizon actually deployed. The post-merge deploy-verify probe reads it to confirm the live service redeployed the merged sha; with no ``service_status`` tool to probe, that sha reads as ``<none>`` and an otherwise-healthy deploy is flagged as "did not land". The vault/courier/operator fields are ``False``/empty by construction — this is an unauthenticated community utility with no operator runtime.
store
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 npub (the PUBLIC key the code is sealed to) — see the SDK's ``pack_oauth_state``. The code is sealed with NIP-44 to the operator so only that operator's nsec can open it; the Neon row is keyed by the patron npub, so retrieval (``retrieve_code(state=patron_npub)``) is unchanged.

Endpoints

URLTransportStateLatencyChecked
https://tollbooth-oauth2-collector.fastmcp.app/mcp streamable-http answering 3278 ms 1 min ago

Alternatives to Tollbooth Oauth2 Collector

same job, measured the same way
Turrior MCP
by turrior-my

Authenticated remote MCP server for Turrior.

answering
Tollbooth Shortlinks
by lonniev

Ephemeral, human-friendly short URLs for Tollbooth MCP services

4 tools answering
Appstore Connect MCP
by ryaker

MCP server for Apple Store Connect API integration with OAuth authentication support

46 installs/wk local only
CorpusIQ
by corpusiq

Authenticated, user-scoped MCP connectors for 30+ business systems.

121 tools answering
Browser
by cherchyk

MCP server for loading authenticated web pages using Chrome DevTools Protocol

local only
ClearPolicy
by clearpolicy

Authenticated MCP server for ClearPolicy policy and compliance workflows.

answering
Tollbooth Authority
by lonniev

Tollbooth Authority — Certified Purchase Order Service for DPYC operators

68 tools answering
Thoughtspot
by thoughtspot

MCP Server for ThoughtSpot - provides OAuth authentication and tools for querying data

answering

Tollbooth Oauth2 Collector — questions

Answers built from our own checks of this server.

What can Tollbooth Oauth2 Collector do?
It exposes 4 tools, read directly from the server on our last check. Among them: collector_status, retrieve_code, service_status, store_code. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Tollbooth Oauth2 Collector working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 915 ms. The bar chart above shows every period we have measured.
How do I connect Tollbooth Oauth2 Collector?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Tollbooth Oauth2 Collector need an API key?
No. Tollbooth Oauth2 Collector completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Tollbooth Oauth2 Collector?
It answers our handshake in 915 ms on average, which is faster than 11% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Tollbooth Oauth2 Collector open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.