General Tools
claracars.pt
This server provides tools for searching used car inventory, retrieving car details, calculating Portuguese car taxes (ISV and IUC), and listing car makes and models.
ENDPOINT 1
https://claracars.pt/mcp
MCP server metadata
- Name
- claracars
- Version
- 0.1.0
Known tools 9
get_carGet full details for one car by its slug (from search_inventory links, e.g.
Inferred read-onlycalculate_isvEstimate Portuguese car import tax (ISV, Imposto Sobre Veículos) from the official ISV formula (engine-cc + CO₂ components, with age reduction for used cars).
Inferred read-onlycalculate_iucEstimate the Portuguese annual road tax (IUC, Imposto Único de Circulação) for a car — the yearly tax an owner pays — from the official IUC table.
Inferred read-onlylist_makes_modelsList the exact canonical car makes (brands) Clara Carros can value/find — or, given a make, that brand's models — using the exact strings the other tools expect.
Inferred read-onlyestimate_resale_valueEstimate what a car is worth on the Portuguese market (the range comparable cars are listed for), based on real comparable listings.
Inferred read-onlylist_servicesList what Clara Carros offers (buying stock cars, importing to order, sourcing, auction buying, selling your car, ISV calculator).
Inferred read-onlyrequest_import_quoteAsk Clara Carros to source & quote a specific car to import (from German/EU auctions).
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.claracars]
url = "https://claracars.pt/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"claracars": {
"type": "http",
"url": "https://claracars.pt/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: claracars
Remote MCP URL: https://claracars.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": {
"claracars": {
"url": "https://claracars.pt/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"claracars": {
"type": "http",
"url": "https://claracars.pt/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "claracars",
"transport": "streamable-http",
"url": "https://claracars.pt/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for claracars.pt was fetched 2026-08-11T21:56:37.200Z.
claracars.pt is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.