LIVE FLIGHT SEARCH — NOT BOOKABLE
FareHawk

Agent-native

Connect an AI assistant

FareHawk’s MCP tools call the same deterministic services as the REST API and web app.

Remote MCP

Private beta transport with bearer-token authentication. Production is designed for OAuth 2.1 authorization code + PKCE.

http://localhost:4100/mcp
  • Streamable HTTP
  • Scoped authorization
  • Structured results

Local stdio

Run the development adapter without exposing a network endpoint.

pnpm --filter @farehawk/mcp stdio
  • Same domain engine
  • Demo inventory only
  • MCP Inspector command included

Least-privilege scopes

trip:search trip:read link:create watch:read watch:write preferences:read preferences:write

Read integration guide