Metadata-Version: 2.4
Name: amadeus-blade-mcp
Version: 0.2.0
Summary: Flight search, pricing, status, delay predictions, hotel offers, seat maps, and airport reference data via the Amadeus Self-Service APIs.
Author: Groupthink Dev
License-Expression: MIT
Keywords: amadeus,flights,gds,hotels,mcp,travel
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.12
Requires-Dist: amadeus>=12.0.0
Requires-Dist: fastmcp>=2.0.0
Requires-Dist: pydantic>=2.0.0
Description-Content-Type: text/markdown

# amadeus-blade-mcp

Flight search, pricing, status, delay predictions, hotel offers, seat maps, and airport reference data via the [Amadeus Self-Service APIs](https://developers.amadeus.com). Covers 500+ airlines, 10,000+ airports, and 150,000+ hotels worldwide.

## Install

```bash
uv tool install amadeus-blade-mcp
```

## Configuration

| Variable | Required | Description |
|----------|----------|-------------|
| `AMADEUS_CLIENT_ID` | Yes | API key from developers.amadeus.com |
| `AMADEUS_CLIENT_SECRET` | Yes | API secret from developers.amadeus.com |
| `AMADEUS_PRODUCTION` | No | Use production environment (default: false) |

## Tools

| Tool | Category | Description |
|------|----------|-------------|
| `flights_search` | flights | Search flight offers by route, dates, passengers, cabin |
| `flights_cheapest_dates` | flights | Cheapest travel dates for a route |
| `flights_cheapest_destinations` | flights | Cheapest destinations from an origin |
| `flights_seatmap` | flights | Seat map with availability |
| `flights_status` | flights | Real-time flight status |
| `flights_delay_prediction` | flights | ML delay probability |
| `hotels_search` | hotels | Search by city or coordinates |
| `hotels_offers` | hotels | Pricing for specific hotels |
| `hotels_sentiment` | hotels | Guest ratings and sentiment |
| `airport_info` | reference | Airport details, routes, on-time rating |
| `location_search` | reference | Search airports/cities by keyword |
| `airline_info` | reference | Airline lookup by IATA code |
| `price_metrics` | analytics | Historical price analysis |

## License

MIT
