{"name":"volomarket","description":"Model Context Protocol server for VoloMarket. POST JSON-RPC 2.0 requests to this URL.","protocolVersion":"2025-06-18","supportedProtocolVersions":["2025-06-18","2025-03-26","2024-11-05"],"transport":"streamable-http","authentication":"none","tools":[{"name":"search_listings","description":"Search active VoloMarket listings: aircraft, gliders, helicopters, ultralights, drones, engines, avionics and parts. Combine a free-text query with structured filters (manufacturer, model, year range, price in EUR, airframe hours, country). Returns a summary line and canonical URL per listing; call get_listing for full specifications."},{"name":"get_listing","description":"Fetch a single active listing with its complete specification tables, price, VAT status, location, seller and photos. Accepts a listing id, a URL slug segment, or a full volomarket.net listing URL."},{"name":"list_manufacturers","description":"Manufacturers that currently have listings, with counts. Use this before search_listings when the user names a type loosely, to discover the exact manufacturer spelling the platform uses."},{"name":"list_models","description":"Models from one manufacturer that currently have active listings, with counts."},{"name":"get_market_stats","description":"Minimum, median and maximum asking price in EUR, model-year span and median airframe hours across currently active listings of a make or make+model. Advertised prices, not sale prices, and not a valuation. Returns no statistics below three active listings."},{"name":"list_categories","description":"Every category and browse bucket the platform uses, with descriptions — the vocabulary for the other tools."},{"name":"get_guide","description":"Full text of a VoloMarket guide (buying a first aircraft, pre-purchase checks, VAT in Europe, selling parts, renting out an aircraft). Call with no slug to list the available guides. Use these instead of improvising jurisdiction-specific advice."}],"documentation":"https://volomarket.net/llms.txt","example":{"method":"POST","body":{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_listings","arguments":{"make":"Cessna","maxPriceEur":200000}}}}}