Agent discovery
SERP Radio WebMCP Tools
SERP Radio exposes script-tag discovery, browser-callable read tools, and schema manifests so agents can inspect the same governed route, airport, destination, alert, and broadcast state that public pages render.
Proof surface
Discovery starts in the rendered page.
Indexable SERP Radio pages emit a server-rendered WebMCP context script and load the browser shell that registers read-only tools when a supported browser API is present.
#serpradio-webmcp-context · /islands/webmcp-shell.js · window.serpradio.webmcp.invoke(toolName, params)
Callable tools
Tools are read-only and page-aware.
Agents can inspect the page context, list visible links, open canonical URLs, compare public route sets, and read governed route signals without invoking private systems.
NavigateCanonical catalog links
MCP manifest/.well-known/mcp.json
Tool schemas/protocol/v1/tools/
Agent skills/.well-known/agent-skills/index.json
Browser verifier/webmcp-verify.js
NavigateTools are read-only and page-aware.
Route pages
get_route_pricing_depth · getRouteIntelligence · get_route_publishabilityDestination pages
getDestinationIntelligence · getBestTimeToVisit · compareNycOriginsAirport pages
getDealsFromAirport · compareRoutesFromAirport · getAirportAirlineMixAlerts and disruptions
getAlertContext · getAffectedRoutes · getPageContextBroadcast pages
get_broadcast_brief · getPageContext · get_daily_broadcastAgent contract
SERP Radio WebMCP tools are public, read-only, and governed by the same publishability decisions as rendered pages. Agents should never infer a current fare when the page-level context says the price is suppressed.