← Registry

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.

1 endpoint9 known toolsFirst detected July 25, 2026Last detected September 6, 2026

ENDPOINT 1

https://claracars.pt/mcp

No auth detected

MCP server metadata

Name
claracars
Version
0.1.0
Capabilities
tools.listChanged

Known tools 9

search_inventory

Search Clara Carros' current stock of used cars in Portugal.

Inferred read-only
get_car

Get full details for one car by its slug (from search_inventory links, e.g.

Inferred read-only
calculate_isv

Estimate 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-only
calculate_iuc

Estimate 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-only
list_makes_models

List 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-only
estimate_resale_value

Estimate what a car is worth on the Portuguese market (the range comparable cars are listed for), based on real comparable listings.

Inferred read-only
list_services

List what Clara Carros offers (buying stock cars, importing to order, sourcing, auction buying, selling your car, ISV calculator).

Inferred read-only
contact_me

Send a contact request to Clara Carros so a human gets in touch.

Potential side effects
request_import_quote

Ask Clara Carros to source & quote a specific car to import (from German/EU auctions).

Inferred read-only

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.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.

Trust status Neutral

claracars.pt is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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