Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-03-26 streamable-http

FINN Auto - Car Subscription

com.finn.www/auto

Search and browse cars for all-inclusive subscription on FINN. Prices, specs, and checkout links.

Uptime
100.0%
1 direct probes · 30d
Response
714ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

search_vehicles

Search available cars on FINN with filters. Returns matching vehicles with prices, images, and links. All filter values use German names (e.g. "Elektro" not "Electric", "Schwarz" not "Black"). IMPORTA…

get_vehicle_details

Get full specifications, equipment, all images, and pricing per term for a specific vehicle. Use a vehicle_id from search_vehicles results. IMPORTANT: Always show `detail_url` as a clickable link — it…

get_available_filters

Discover what's currently available in FINN's fleet. Returns all brands (with nested models), car types, fuel types, colors, subscription terms, gearshifts, and price/power/range bounds. Use this to a…

get_subscription_pricing

Calculate exact monthly subscription price for a specific vehicle, term, and mileage combination. Returns base price, km add-on, total, and a canonical checkout URL. Checkout URL structure (always us…

get_internal_link_url

Get canonical FINN URLs for a brand and its models — for building internal linking blocks on SEO pages. For each model returns three URLs that target DIFFERENT funnels: `mdp_url` (marketing/brand page…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "finn_auto_-_car_subscription": {
      "url": "https://www.finn.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}