INDIVIDUAL MCP TOOL
list_services
List what Clara Carros offers (buying stock cars, importing to order, sourcing, auction buying, selling your car, ISV calculator).
LIVE ENDPOINT
https://claracars.pt/mcp
Connect to this endpoint to inspect the live schema for list_services and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search_inventory— Search Clara Carros' current stock of used cars in Portugal.get_car— Get full details for one car by its slug (from search_inventory links, e.g.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).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.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.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.contact_me— Send a contact request to Clara Carros so a human gets in touch.request_import_quote— Ask Clara Carros to source & quote a specific car to import (from German/EU auctions).