← fsaircraft.net

INDIVIDUAL MCP TOOL

list_stores

Every storefront in the catalog, with how many add-ons we track there, how many are discounted right now, and whether its prices include VAT.

fsaircraft.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.fsaircraft.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_stores and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

fsaircraft.net

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.fsaircraft]
url = "https://mcp.fsaircraft.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fsaircraft": {
      "type": "http",
      "url": "https://mcp.fsaircraft.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fsaircraft
Remote MCP URL: https://mcp.fsaircraft.net/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": {
    "fsaircraft": {
      "url": "https://mcp.fsaircraft.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fsaircraft": {
      "type": "http",
      "url": "https://mcp.fsaircraft.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fsaircraft",
  "transport": "streamable-http",
  "url": "https://mcp.fsaircraft.net/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_addons — Search the fsaircraft.
  • get_addon — Everything the catalog holds on a single add-on: description, developer, declared simulator compatibility, rating, every store offer with its VAT split and sale expiry, the lowest price ever recorded, and the real-world aircraft types and airports it implements.
  • list_deals — Add-ons discounted right now, deepest discount first.
  • compare_prices — Every store offer for one add-on, cheapest first, with the gross price in the store currency, the VAT-excluded net price where the rate is known, the EUR conversion, stock, sale expiry and an outbound link.
  • price_history — Daily cheapest recorded price for one add-on across all its offers, plus min/max/current and whether it is at its lowest ever.
  • list_developers — Add-on studios in the catalog, busiest first, optionally filtered by name.
  • find_aircraft_type — Resolve a plain-language aircraft name ("737 MAX", "Cessna 172", "A320neo") to its ICAO Doc 8643 designator, with how many add-ons we carry for it.
  • list_addons_for_aircraft — Every add-on implementing one real-world aircraft type, across all studios, cheapest first.