← Registry

eCommerce

fsaircraft.net

Searches and compares flight simulator add-ons across stores, providing pricing, deals, price history, and detailed catalog information.

1 endpoint12 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://mcp.fsaircraft.net/mcp

No auth detected

MCP server metadata

Name
fsaircraft
Version
1.0.0
Capabilities
tools.listChangedresources.listChangedprompts.listChanged
Server instructions

fsaircraft.net is an independent price-comparison catalog for payware Microsoft Flight Simulator add-ons — aircraft, scenery, liveries and utilities — tracked across every major storefront. This server is read-only; it sells nothing and every listing links out to a store. Read the fsaircraft://llms.txt resource once before answering questions about coverage. Three things to get right when quoting this data: - Every result carries `as_of`. Say it. Prices are re-read daily, not live at request time. - A "discount" here means the current price is below the highest price we have ever recorded for that same offer at that same store. It is never derived from a store-printed list price. - MSFS 2020 / MSFS 2024 compatibility is taken verbatim from the selling store. An add-on with no MSFS 2024 tag has not been *declared* compatible, which is not the same as incompatible. Prices are stored in the currency the store charges in; `price_eur_cents` is an ECB-rate conversion for comparison. Gross prices include whatever VAT the store charges, and `net_price_cents` is only populated where we know the rate — say so when comparing across stores in different tax regimes.

Known tools 12

search_addons

Search the fsaircraft.

Inferred read-only
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.

Inferred read-only
list_deals

Add-ons discounted right now, deepest discount first.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
list_developers

Add-on studios in the catalog, busiest first, optionally filtered by name.

Inferred read-only
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.

Inferred read-only
list_addons_for_aircraft

Every add-on implementing one real-world aircraft type, across all studios, cheapest first.

Inferred read-only
list_sceneries_for_airport

Every add-on scenery we carry for one airport, by ICAO (or IATA) code, cheapest first.

Inferred read-only
search

Search the fsaircraft.

Inferred read-only
fetch

Retrieve one add-on as a document, by the `id` returned from `search` (the add-on slug).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.