eCommerce
fsaircraft.net
Searches and compares flight simulator add-ons across stores, providing pricing, deals, price history, and detailed catalog information.
ENDPOINT 1
https://mcp.fsaircraft.net/mcp
MCP server metadata
- Name
- fsaircraft
- Version
- 1.0.0
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
get_addonEverything 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-onlycompare_pricesEvery 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-onlyprice_historyDaily 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-onlylist_storesEvery 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-onlylist_developersAdd-on studios in the catalog, busiest first, optionally filtered by name.
Inferred read-onlyfind_aircraft_typeResolve 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-onlylist_addons_for_aircraftEvery add-on implementing one real-world aircraft type, across all studios, cheapest first.
Inferred read-onlylist_sceneries_for_airportEvery add-on scenery we carry for one airport, by ICAO (or IATA) code, cheapest first.
Inferred read-onlyfetchRetrieve one add-on as a document, by the `id` returned from `search` (the add-on slug).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.