M
MCP Server Arcar
by @arcar-org
Servidor MCP para integraciones con arcar.org
Created 2/13/2026
Updated 11 days ago
README
Repository documentation and setup instructions
🚗 ArCar MCP Server
Servidor MCP oficial para integraciones con arcar.org.
Permite realizar búsquedas de vehículos publicados en la plataforma mediante herramientas compatibles con Model Context Protocol (MCP).
📦 Identificador en el MCP Registry
io.github.arcar-org/arcar-mcp
🌐 Endpoint remoto
Transporte: Server-Sent Events (SSE)
https://nave.q2bot.com/mcp/arcar-org
🛠 Herramientas disponibles
🔎 Búsqueda
Permite hacer una búsqueda general de los vehículos publicados en arcar.org.
🏗 Arquitectura
- Base de datos: arcar.org
- Protocolo: Model Context Protocol (MCP)
- Transporte: SSE
- Versionado: SemVer
- Acceso: Público (sin autenticación)
📌 Versionado
Versión actual: 1.0.2
- 1.0.0 → Primera publicación en el MCP Registry
- 1.0.1 → Ajustes de configuración
- 1.0.2 → Mejoras internas
🌍 Sitio web
https://www.arcar.org
📄 Licencia
MIT License
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/arcar-org/mcp-server-arcar
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"arcar-org-mcp-server-arcar": {
"command": "git",
"args": [
"clone",
"https://github.com/arcar-org/mcp-server-arcar"
]
}
}
}