Repository avatar
Search & Data Extraction
v0.1.3
active

navifare-mcp

io.github.simonenavifare/navifare-mcp

Flight price comparison MCP server. Search multiple booking sources to find better flight prices.

Documentation

Navifare MCP Server

This MCP server wraps the Navifare REST API as MCP tools for flight price comparison.

Tools

  • flight_pricecheck: Search multiple booking sources to find better prices for a specific flight
  • format_flight_pricecheck_request: Parse and format flight details from natural language text

Compliance

This server complies with Anthropic's MCP Directory Policy. See COMPLIANCE.md for details.

Privacy Policy and Terms of Service: https://navifare.com/terms
Contact: contact@navifare.com
Privacy Inquiries: privacy@navifare.com

Development

  • Install: npm i
  • Dev: npm run dev
  • Build: npm run build
  • Start: npm start

Environment

Examples

See docs/USAGE_EXAMPLES.md for complete usage examples.

Documentation

All documentation is in the docs/ directory:

Testing

Test files are located in the test/ directory. See individual test files for usage examples.

Scripts

Helper scripts are in the scripts/ directory:

  • start-local.sh - Start local development server
  • deploy-to-render.sh - Prepare for Render deployment

Reference: https://www.stainless.com/mcp/from-rest-api-to-mcp-server