LIVE ENDPOINT
https://mcp.flightseatmap.com/mcp
Connect to this endpoint to inspect the live schema for delete_seat_alert and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.flightseatmap]
url = "https://mcp.flightseatmap.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"flightseatmap": {
"type": "http",
"url": "https://mcp.flightseatmap.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: flightseatmap
Remote MCP URL: https://mcp.flightseatmap.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"flightseatmap": {
"url": "https://mcp.flightseatmap.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"flightseatmap": {
"type": "http",
"url": "https://mcp.flightseatmap.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "flightseatmap",
"transport": "streamable-http",
"url": "https://mcp.flightseatmap.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_seatmap— Get the seat map for a flight from our database.find_best_seats— Find the best available seats on a flight matching user preferences like window, aisle, extra legroom, exit row, quiet zone, etc.get_seat_info— Get detailed information about a specific seat on a flight, including characteristics, cabin class, availability, and pricing.search_flight— Search for a flight and get fresh seatmap data.interactive_seat_finder— Seat finder that recommends the best seats on a flight and renders an interactive seatmap.get_seat_reviews— Get user-submitted reviews for a flight, optionally filtered to a specific seat.list_seat_alerts— List all your seat alerts (active and inactive).create_seat_alert— Create a seat alert that notifies you by email when a matching seat becomes available on a specific flight.