eCommerce
transparent.pt
Provides used car inventory, detailed listings, fair price checks, cost-of-ownership estimates, and make/model lookup for the Portuguese market.
ENDPOINT 1
https://transparent.pt/mcp
MCP server metadata
- Name
- transparentcars
- Version
- 0.1.0
Known tools 6
search_inventorySearch TransparentCars' current stock of budget used cars in Portugal — honestly listed, everyday cars for the local market.
Inferred read-onlyget_carGet full details for one car in TransparentCars stock by its slug (from a search_inventory link, e.
Inferred read-onlycheck_fair_priceCheck whether a car's asking price is fair for the Portuguese market — the TransparentCars transparency check.
Inferred read-onlycost_to_ownEstimate 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-onlylist_makes_modelsList 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.