You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whaber Oracle is a Streamable HTTP MCP server providing ground truth operational data for urban transfers in Quito, Ecuador (LatAm). It exposes 10 tools covering carrier ANT compliance verification, safe pickup points, zone safety assessment, operational window calculation, real-time flight grounding, and geocoding against a proprietary Place Graph (20 zones, 478 POIs).
Update: this server follows the standard "declare-in-discovery,
block-at-runtime" pattern for tiered access.
Bloque A (5 tools, auth_required: false): publicly invocable
via MCP without Bearer — get_safe_pickup_point,
calculate_ops_window, validate_carrier_compliance,
query_place_safety, get_hotel_context.
Bloque B (5 tools, auth_required: true): declared for
discovery only. Blocked at runtime via assertInternalOnly
until Gate 1 promotion (>=300 transfers/month). tools/call
on Bloque B without valid Bearer returns 404.
Smithery validated this pattern (74/100, 10 tools indexed).
MCP endpoint active at oracle.whaber.ai/mcp/v1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Whaber Oracle MCP server to the registry.
Whaber Oracle is a Streamable HTTP MCP server providing ground truth operational data for urban transfers in Quito, Ecuador (LatAm). It exposes 10 tools covering carrier ANT compliance verification, safe pickup points, zone safety assessment, operational window calculation, real-time flight grounding, and geocoding against a proprietary Place Graph (20 zones, 478 POIs).
Server details:
Tested: MCP initialize handshake verified, tools/list returns 10 tools, discovery tools callable without auth.