Clara Carros — search used & imported cars in Portugal, calculate ISV & IUC taxes, and estimate resale value.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-claracarspt-mcp": {
"args": [
"-y",
"claracars-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Clara Carros is a car dealer in Portugal specialising in quality used and imported vehicles. This MCP server gives AI assistants direct, structured access to the same data and tools that power claracars.pt — so you can research a car, work out exactly what it costs to put on the road, and reach the dealer, all from your assistant.
It's an open-source (MIT) thin wrapper over the public claracars.pt API — no account or API key needed.
Ideal for buyers comparing cars, working out the real cost of importing a vehicle into Portugal, or estimating what a car is worth.
npx -y claracars-mcp
Or add the remote server (Streamable HTTP): https://claracars.pt/mcp
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'claracars-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked claracars-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Let AI agents create, discover, and track tokens across chains via Printr.
Model Context Protocol Extension of Coinbase Agentkit
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
Brazilian public procurement (PNCP) and Federal Revenue CNPJ data — 16 tools, 4 prompts.
MCP Security Weekly
Get CVE alerts and security updates for Clara Carros — used & imported cars in Portugal and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP server that lets AI assistants work with Clara Carros — used & imported cars in Portugal. Search live stock, estimate the Portuguese import tax (ISV), estimate a car's resale value, and get in touch.
It's a thin, open-source wrapper over the public claracars.pt API — no keys, no setup beyond adding the server.
Cline / one-click install: see
llms-install.md— the machine-readable setup guide.
| Tool | What it does |
|---|---|
search_inventory | Search current stock by make, model, fuel, price, year |
get_car | Full details + specs for one car |
calculate_isv | Estimate Portuguese car import tax (ISV) |
calculate_iuc | Estimate Portuguese annual road tax (IUC) |
list_makes_models | Canonical brand/model names the other tools expect |
estimate_resale_value | Market value range for a car in Portugal |
list_services | What Clara Carros offers |
contact_me | Ask a human to get in touch (needs the user's consent + contact) |
request_import_quote | Ask Clara Carros to source & quote a car to import |
https://claracars.pt/mcp
Add it in any client that supports remote/Streamable HTTP MCP servers.
Claude Desktop / Cline / Continue config:
{
"mcpServers": {
"claracars": {
"command": "npx",
"args": ["-y", "claracars-mcp"]
}
}
}
| Env var | Default | Purpose |
|---|---|---|
CLARACARS_API_BASE | https://claracars.pt/api/public | Public API base |
CLARACARS_LANG | en | Response language (pt/en/ru/ua) |
PORT / MCP_PATH | 8099 / /mcp | HTTP server (remote mode) |
npm install
npm run build
node dist/index.js # stdio
npm run start:http # remote HTTP on :8099/mcp
contact_me / request_import_quote send the details the user provides to Clara Carros (privacy policy); they're rate-limited and require explicit user intent.MIT © Clara Carros