streamable-httpupdated 4mo ago
Ground truth operational layer for urban transfers in Latin America.
What can you do with Whaber Oracle?
Whaber Oracle Agent Card
Ground truth operational layer for urban transfers in Latin America.
Live Endpoint
https://oracle.whaber.ai/.well-known/agent-card.json
What is Whaber Oracle?
Whaber Oracle is the Layer 4 execution infrastructure for travel AI in LatAm โ the layer between a booking and a verified ground transfer.
Any A2A-compatible agent can discover and consume the Oracle via the canonical endpoint above.
5 Core Tools โ Agent Kit v1 (Partner-Only)
| Tool | Description |
|---|---|
| whaber_get_safe_pickup_point | Physically verified pickup point for a hotel or airport in Quito |
| whaber_calculate_ops_window | Operational time window with Quito traffic buffers and ANT compliance |
| whaber_validate_carrier_compliance | ANT operating permit validation for Ecuador carriers |
| whaber_query_place_safety | Zone safety classification (safe / caution / avoid) for a time window |
| whaber_get_hotel_context | Operational context for hotels registered in the Place Graph |
Place Graph
- 17 zones with full operational cataloging โ Quito, Ecuador
- Latency p95: less than 50ms
- Safety scores recomputed automatically via driver field reports
- Numeric scores never exposed โ semantic labels only
Security and Compliance
- Authentication: Bearer token required
- HTTPS: TLS via Cloudflare
- Ecuador LOPDP compliant
- ANT carrier verification
- 6-gate validation pipeline
- Full audit trail via EventStore
Active Pilot
NH Collection Quito. Partner-Only soft launch Q2 2026.
Whaber Travel-Ops ยท oracle@whaber.ai ยท https://whaber.ai
Install
Add Whaber Oracle to your client. Pick the one you use.
claude mcp add --transport http whaber-oracle https://oracle.whaber.ai/mcp/v1codex mcp add whaber-oracle --url https://oracle.whaber.ai/mcp/v1{
"mcpServers": {
"whaber-oracle": {
"url": "https://oracle.whaber.ai/mcp/v1"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"whaber-oracle": {
"type": "http",
"url": "https://oracle.whaber.ai/mcp/v1"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"whaber-oracle": {
"url": "https://oracle.whaber.ai/mcp/v1"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"whaber-oracle": {
"serverUrl": "https://oracle.whaber.ai/mcp/v1"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation11/25
- Maintenance13/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 119 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.2.0Latest | May 13, 2026 |