INDIVIDUAL MCP TOOL
add_image
Upload a single image to GCS and get back a public URL you can pass to create_listing/update_listing in 'images'.
LIVE ENDPOINT
https://planefox.com/mcp/secure%60**
Connect to this endpoint to inspect the live schema for add_image and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
Parent server
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.planefox]
url = "https://planefox.com/mcp/secure%60**"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"planefox": {
"type": "http",
"url": "https://planefox.com/mcp/secure%60**"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: planefox
Remote MCP URL: https://planefox.com/mcp/secure%60**
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": {
"planefox": {
"url": "https://planefox.com/mcp/secure%60**"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"planefox": {
"type": "http",
"url": "https://planefox.com/mcp/secure%60**"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "planefox",
"transport": "streamable-http",
"url": "https://planefox.com/mcp/secure%60**"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
whoami— Return the authenticated account's email and auth method.search_listings— Search the PlaneFox marketplace of 10,000+ new and used aircraft for sale.get_listing— Fetch full details for a single aircraft listing by its slug, as returned by search_listings.list_my_listings— Return the listings owned by the authenticated account, including drafts and pending_review.create_listing— Create a new aircraft listing.update_listing— Update an existing listing owned by the authenticated account.import_from_url— Scrape a third-party listing URL with Firecrawl + OpenAI and return a draft listing payload (without saving it).list_dealers— Return the roster of PlaneFox dealer organisations with org-level metrics: status, verification, inventory (crawled + self-uploaded), leads, engagement and email open/click totals, plus platform-wide totals.