← Registry

eCommerce

transparent.pt

Provides used car inventory, detailed listings, fair price checks, cost-of-ownership estimates, and make/model lookup for the Portuguese market.

1 endpoint6 known toolsFirst detected August 27, 2026Last detected September 6, 2026

ENDPOINT 1

https://transparent.pt/mcp

No auth detected

MCP server metadata

Name
transparentcars
Version
0.1.0
Capabilities
tools.listChanged

Known tools 6

search_inventory

Search TransparentCars' current stock of budget used cars in Portugal — honestly listed, everyday cars for the local market.

Inferred read-only
get_car

Get full details for one car in TransparentCars stock by its slug (from a search_inventory link, e.

Inferred read-only
check_fair_price

Check whether a car's asking price is fair for the Portuguese market — the TransparentCars transparency check.

Inferred read-only
cost_to_own

Estimate a car's yearly running-cost floor in Portugal — the annual IUC road tax (Imposto Único de Circulação) every owner pays, plus a plain running-cost framing.

Inferred read-only
list_makes_models

List the exact canonical car makes (brands) TransparentCars can search and price — or, given a make, that brand's models — using the exact strings the other tools expect.

Inferred read-only
contact_me

Send a contact request to TransparentCars so a human gets in touch.

Potential side effects

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.transparentcars]
url = "https://transparent.pt/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "transparentcars": {
      "type": "http",
      "url": "https://transparent.pt/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: transparentcars
Remote MCP URL: https://transparent.pt/mcp

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": {
    "transparentcars": {
      "url": "https://transparent.pt/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "transparentcars": {
      "type": "http",
      "url": "https://transparent.pt/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "transparentcars",
  "transport": "streamable-http",
  "url": "https://transparent.pt/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.