CarClever Find My Car
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CarClever Find My CarFind me a used 2021 Toyota RAV4 with under 30,000 miles"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CarClever - Find My Car
A lean MCP server for fast, trustworthy used-vehicle matching, built on Starter-tier Auto.dev endpoints only (VIN Decode, Listings, Photos).
This is a scaffold — structure, real reusable modules, and tool stubs are
in place; the actual search/match/scoring logic is not yet implemented. See
app/[transport]/route.ts for TODOs.
Design source of truth
Full design decisions live in the carclever-widget repo (GitHub), not here:
DECISIONS.md— SYS-20260812-001 through 027 covers the full design arcspecs/CarClever_Snap_Build_Spec_v0.1.md— stack + reuse/rebuild verdictspecs/FindMyCar_Response_Schema_v0.1.md— response schema, canonical schema alignment, intent parsing referencereference/source-exports/— real confirmed source for the ported modules
Related MCP server: Smartcar MCP Server
What's real vs. stubbed
lib/edmunds-cj.ts,lib/fuel-type.ts,lib/dealer-name.ts— ported verbatim from the confirmed flagship source (SYS-20260812-020). Real, not placeholders.lib/corpus-count.ts— ported pattern, but the fallback figure is deliberately vague ("several million") pending resolution of a real discrepancy (3.6M live vs. 4.4M hardcoded fallback, SYS-20260812-021).lib/capabilities.ts— the modular capability-flag pattern (SYS-20260812-012).app/[transport]/route.ts— three tools registered (find_matching_vehicle,get_vehicle_photos,resolve_dealer_url) with locked names/descriptions, but the actual search/scoring pipeline is a stub.
Hosting
Target: findmycar.getcarwise.app (Vercel, CNAME from Porkbun — not yet
configured, SYS-20260812-026).
Not yet started
Intent parser, diversity pass, VIN cross-check, Match Score calculation, relaxation-penalty formula (deliberately deferred pending real data, SYS-20260812-013).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that integrates with the Carvana marketplace to enable vehicle searching, financing estimation, and trade-in value assessments. It allows AI assistants to retrieve detailed vehicle information, history reports, and market insights directly from Carvana's inventory.10111MIT
- Flicense-qualityDmaintenanceAn MCP server that exposes Smartcar's vehicle API as tools, enabling AI agents to query vehicle telemetry and send commands using natural language.
- Flicense-qualityCmaintenanceMCP server scaffold that exposes stubbed tools for listing, searching, and summarizing sources, with built-in OAuth 2.1 authorization flow for Claude integration.
- AlicenseAqualityDmaintenanceAn MCP server that integrates with CarMax to search inventory, get vehicle details, schedule test drives, and get instant offers using Playwright and Browserbase.46MIT
Related MCP Connectors
MCP server for Google search results via SERP API
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AndreBro007/carclever-find-my-car'
If you have feedback or need assistance with the MCP directory API, please join our Discord server