Server data from the Official MCP Registry
Used & imported cars in Portugal: search stock, ISV/IUC tax calc, resale value, contact.
Used & imported cars in Portugal: search stock, ISV/IUC tax calc, resale value, contact.
Remote endpoints: streamable-http: https://claracars.pt/mcp
This MCP server is well-designed with appropriate security controls for its purpose. It wraps a public API with no authentication requirements, implements proper input validation via Zod schemas, and includes CORS/DNS-rebinding protections in HTTP mode. Minor code quality findings around error handling and logging do not materially impact security. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
7 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
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.
| 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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.