{"specVersion":"1.0","host":{"displayName":"PlaneFox","identifier":"did:web:planefox.com","documentationUrl":"https://planefox.com/agents","logoUrl":"https://planefox.com/static/marketplace/favicon.ico"},"entries":[{"identifier":"urn:air:planefox.com:mcp:marketplace","displayName":"PlaneFox Aircraft Marketplace","type":"application/mcp-server-card+json","description":"Search 10,000+ new and used aircraft for sale aggregated from 100+ broker websites worldwide, and create or manage listings on behalf of human sellers. Search and listing lookup need no credentials. Streamable HTTP at https://planefox.com/mcp.","tags":["aircraft","aviation","marketplace","jets","helicopters","planes-for-sale"],"capabilities":["whoami","search_listings","get_listing","list_my_listings","create_listing","update_listing","add_image","import_from_url"],"representativeQueries":["find a Cessna Citation jet for sale in Europe","what used turboprops are available under 2 million euros","how much does a used Pilatus PC-12 cost","list my aircraft for sale on an aviation marketplace","search aircraft listings by registration number"],"updatedAt":"2026-08-06T00:00:00Z","data":{"name":"planefox","description":"PlaneFox aircraft marketplace. Search 10,000+ new and used aircraft for sale aggregated from 100+ broker websites worldwide, and create or manage listings on behalf of human sellers. Search and listing lookup are open to any agent with no credentials; listing management requires an Authorization: Bearer pf_live_ token minted at https://planefox.com/account-tokens.","remotes":[{"type":"streamable-http","url":"https://planefox.com/mcp"},{"type":"sse","url":"https://planefox.com/mcp/sse","deprecated":true}],"authentication":{"type":"http_bearer","required":false,"description":"Optional for search_listings and get_listing, which are open to anonymous agents. Required for every other tool: a Bearer token in the form pf_live_<43 chars>. Sign up at https://planefox.com/signup, then mint a token at https://planefox.com/account-tokens."},"tools":[{"name":"whoami","description":"Return the authenticated account's email and auth method. Use this to verify the API token is working.","inputSchema":{"type":"object","properties":{},"additionalProperties":false},"requiresAuth":true},{"name":"search_listings","description":"Search the PlaneFox marketplace of 10,000+ new and used aircraft for sale. No API token required — this tool works anonymously. Supports filters such as category, make, model, country, min_price, max_price, year_min, year_max, page, limit.","inputSchema":{"type":"object","properties":{"q":{"type":"string","description":"Free-text search query"},"category":{"type":"string","description":"single-engine | multi-engine | turboprop | jet | helicopter | ultralight | glider"},"make":{"type":"string"},"model":{"type":"string"},"country":{"type":"string","description":"Country name or ISO code"},"min_price":{"type":"number"},"max_price":{"type":"number"},"year_min":{"type":"integer"},"year_max":{"type":"integer"},"page":{"type":"integer"},"limit":{"type":"integer","maximum":100}},"additionalProperties":true},"requiresAuth":false},{"name":"get_listing","description":"Fetch full details for a single aircraft listing by slug (preferred) or source__id. No API token required — this tool works anonymously.","inputSchema":{"type":"object","properties":{"slug":{"type":"string"},"id":{"type":"string","description":"Composite ID in the form '<source>__<listing_id>'"}},"additionalProperties":false},"requiresAuth":false},{"name":"list_my_listings","description":"Return the listings owned by the authenticated account, including drafts and pending_review.","inputSchema":{"type":"object","properties":{},"additionalProperties":false},"requiresAuth":true},{"name":"create_listing","description":"Create a new aircraft listing. Agent-created listings start in 'pending_review' and must be approved by a PlaneFox admin before going public. Required: make, model. Recommended: category, year, asking_price, currency, description, location_country, images.","inputSchema":{"type":"object","properties":{"category":{"type":"string"},"make":{"type":"string"},"model":{"type":"string"},"variant":{"type":"string"},"year":{"type":"integer"},"seats":{"type":"integer"},"serial_number":{"type":"string"},"registration":{"type":"string"},"total_time_hours":{"type":"number"},"engine_make":{"type":"string"},"engine_model":{"type":"string"},"engine_hours":{"type":"number"},"avionics":{"type":"string"},"equipment":{"type":"string"},"exterior":{"type":"string"},"interior":{"type":"string"},"description":{"type":"string"},"images":{"type":"array","items":{"type":"string"},"description":"Public image URLs (use add_image first to upload bytes)"},"location_city":{"type":"string"},"location_region":{"type":"string"},"location_country":{"type":"string"},"asking_price":{"type":"number"},"currency":{"type":"string","description":"EUR | USD | GBP | CHF"},"price_on_request":{"type":"boolean"},"seller_name":{"type":"string"},"seller_company":{"type":"string"},"seller_email":{"type":"string"},"seller_phone":{"type":"string"}},"required":["make","model"],"additionalProperties":true},"requiresAuth":true},{"name":"update_listing","description":"Update an existing listing owned by the authenticated account. Agents cannot self-publish — status changes go through admin moderation.","inputSchema":{"type":"object","properties":{"id":{"type":"string","description":"Listing document id returned by create_listing"}},"required":["id"],"additionalProperties":true},"requiresAuth":true},{"name":"add_image","description":"Upload a single image to GCS and get back a public URL you can pass to create_listing/update_listing in 'images'. Provide either a public 'url' to mirror, or 'base64' bytes.","inputSchema":{"type":"object","properties":{"url":{"type":"string","description":"Public http/https URL of an image to mirror"},"base64":{"type":"string","description":"Base64-encoded image bytes (JPEG/PNG/WebP/GIF, max 10 MB)"},"content_type":{"type":"string"}},"additionalProperties":false},"requiresAuth":true},{"name":"import_from_url","description":"Scrape a third-party listing URL with Firecrawl + OpenAI and return a draft listing payload (without saving it). Useful for migrating listings from broker sites. Rate limited to 10/hour.","inputSchema":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"],"additionalProperties":false},"requiresAuth":true}]}},{"identifier":"urn:air:planefox.com:api:marketplace","displayName":"PlaneFox REST API","type":"application/openapi+json","url":"https://planefox.com/openapi.json","description":"Public read API for aircraft listings, makes/models taxonomy and market stats, plus token-authenticated listing management.","tags":["aircraft","aviation","marketplace","rest-api"],"representativeQueries":["browse aircraft for sale programmatically over a REST API","get aircraft make and model taxonomy data","publish an aircraft listing via API"],"updatedAt":"2026-08-06T00:00:00Z"}]}