MCP Server
Rank #55,745io.github.claracarspt/mcp
Used & imported cars in Portugal: search stock, ISV/IUC tax calc, resale value, contact.
MCP Server is a Model Context Protocol (MCP) server published by claracarspt. It ranks #55,745 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MCP Server is listed on Official MCP, with 2 tracked versions. It was first listed on Jul 8, 2026 and most recently updated on Jul 15, 2026.
Ranks ahead of 76,368 of 132,113 servers on MCP Toplist.
Use MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http claracarspt https://claracars.pt/mcpclaude mcp add claracarspt -- npx -y claracars-mcp[mcp_servers.claracarspt]
url = "https://claracars.pt/mcp"Add to ~/.codex/config.toml.
[mcp_servers.claracarspt]
command = "npx"
args = ["-y", "claracars-mcp"]Add to ~/.codex/config.toml.
https://claracars.pt/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"claracarspt": {
"command": "npx",
"args": [
"-y",
"claracars-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"claracarspt": {
"url": "https://claracars.pt/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"claracarspt": {
"command": "npx",
"args": [
"-y",
"claracars-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"claracarspt": {
"type": "http",
"url": "https://claracars.pt/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"claracarspt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claracars-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"claracarspt": {
"serverUrl": "https://claracars.pt/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"claracarspt": {
"command": "npx",
"args": [
"-y",
"claracars-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"claracarspt": {
"url": "https://claracars.pt/mcp"
}
}
}{
"mcpServers": {
"claracarspt": {
"command": "npx",
"args": [
"-y",
"claracars-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.claracarspt%2Fmcp)<a href="https://mcptoplist.com/server/io.github.claracarspt%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.claracarspt%2Fmcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
claracarspt
Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Jul 15, 2026 |
| 0.1.2 | Jul 8, 2026 |
Frequently asked questions
- Who maintains MCP Server?
- MCP Server is maintained by claracarspt, which publishes 5 MCP servers (2 total versions) tracked on MCP Toplist.
- Is MCP Server listed on the Official MCP Registry?
- Yes — MCP Server is listed on the Official MCP Registry.
- How many versions does MCP Server have?
- MCP Toplist tracks 2 versions of MCP Server, most recently published on Jul 15, 2026.
- Where can I find the source code for MCP Server?
- The source code for MCP Server is hosted at github.com/claracarspt/mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.