TransparentCars MCP server

MCP serverSearch

This app gives your AI access to a catalog of budget used cars in Portugal. Once added, your AI can check whether a car's price is fair, estimate its annual running costs, and search available stock for you.

Available today. Use it from your connected AI after setup.

Add the app, then ask your AI to search for a used car in Portugal or check the price of one you have in mind. You can also ask it to estimate the yearly running costs before you contact the seller.

Then ask your AI: use TransparentCars MCP server to search inventory

What your AI can do with it

  • Check whether a used car's price is fair
  • Estimate annual running costs (IUC) for a car
  • Search the available stock of budget used cars
  • Find contact details for a car you're interested in

From the project's README

As published by transparentpt/mcp in README.md.

An MCP server that lets AI assistants work with TransparentCars — honest, budget used cars for the local Portuguese market. Search live stock, check whether a car's asking price is actually fair, estimate the yearly cost of keeping a car on the road, and get in touch.

It's a thin, open-source wrapper over the public transparent.pt API — no keys, no setup beyond adding the server.

Tools

ToolWhat it does
search_inventorySearch current budget stock by make, model, fuel, gearbox, price, year
get_carFull details + specs for one car
check_fair_priceThe market range a car sells for — plus a fair / above-market / below-market verdict on an asking price
cost_to_ownThe annual IUC road tax + a plain running-cost framing for budgeting
list_makes_modelsCanonical brand/model names the other tools expect
contact_meAsk a human to get in touch (needs the user's consent + contact)

The fair-price check is the point: paste any listing's price and get a straight answer on whether it's a good deal — no sales spin.

Use it

Remote (add a URL)

https://transparent.pt/mcp

Add it in any client that supports remote/Streamable HTTP MCP servers.

Local (stdio, via npx)

Claude Desktop / Cline / Continue config:

{
  "mcpServers": {
    "transparentcars": {
      "command": "npx",
      "args": ["-y", "transparentcars-mcp"]
    }
  }
}

Examples

  • "Find a manual petrol car under €10,000 in TransparentCars stock."
  • "A dealer wants €9,500 for a 2014 Renault Clio with 120,000 km — is that fair?"
  • "What's the yearly road tax on a 2016 petrol, 1200 cc, 120 g/km CO₂?"
  • "Ask TransparentCars to call me — my name is … and my number is …"

Configuration

Env varDefaultPurpose
TC_API_BASEhttps://transparent.pt/api/publicPublic API base
TC_SITEtransparentcarsSite key the API is scoped to
TC_LANGenResponse language (pt/en)
PORT / MCP_PATH8099 / /mcpHTTP server (remote mode)

Develop

npm install
npm run build
node dist/index.js        # stdio
npm run start:http        # remote HTTP on :8099/mcp

Notes

  • Estimates, not guarantees. The fair-price range and running-cost figures are estimates built from real comparable listings and the official road-tax table; treat them as guidance, not a formal valuation.
  • Privacy. contact_me sends the details the user provides to TransparentCars (privacy policy); it requires explicit user intent and consent.
  • No business logic or data lives in this repo — it only calls the public API.

MIT © TransparentCars

Tools it offers (6)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • search_inventory
  • get_car
  • check_fair_price
  • cost_to_own
  • list_makes_models
  • contact_me

Signals

Last commit
Sep 2026
Weekly downloads
30
Advanced
Delivery
mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-transparentpt-mcp
Source
github.com/transparentpt/mcp
Hosted endpoint
https://transparent.pt/mcp