Skip to content

Commit 87bc189

Browse files
Add CARMOTIF Automotive Design MCP server
1 parent 934bed6 commit 87bc189

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"$schema": "../../schemas/server-metadata.schema.json",
3+
"id": "agent-carmotif-com-57df466a",
4+
"source": {
5+
"issue": 2313,
6+
"projectUrl": "https://agent.carmotif.com/"
7+
},
8+
"links": {
9+
"endpoint": "https://api.carmotif.com/mcp"
10+
},
11+
"install": {
12+
"commands": [],
13+
"env": [
14+
"CARMOTIF_API_KEY"
15+
],
16+
"confidence": "low"
17+
},
18+
"transport": [
19+
"streamable-http"
20+
],
21+
"auth": {
22+
"type": "api-key",
23+
"notes": [
24+
"api-key"
25+
]
26+
},
27+
"clients": [
28+
"Claude Desktop",
29+
"Cursor",
30+
"Claude Code",
31+
"VS Code",
32+
"and any MCP client supporting Streamable HTTP."
33+
],
34+
"license": "Hosted service; no local package. Service documentation and terms are available from the project homepage."
35+
}

docs/search.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,4 @@ Servers providing web search capabilities or interfacing with specialized search
219219
- [benswork-space/govauctions-mcp](https://github.com/benswork-space/govauctions-mcp): Government-surplus auction search and pricing from GovAuctions.app - live lots from public sellers across the US, UK, CA, and AU, sold-price comps from 170,000+ closed auctions, and a 0-100 Flip Score resale signal. Four read-only tools. Hosted Streamable HTTP endpoint: `https://govauctions.app/api/mcp`; `get_sold_comps` needs no key, while listing search, listing detail, and flip score use a free GovAuctions API key. Docs: https://govauctions.app/developers. MIT; official registry id `app.govauctions/govauctions`.
220220
- [Datakoot Federal Register](https://github.com/datakoot/regulatory-intel-mcp): Query the US Federal Register from an agent: search rules, notices, executive orders, full document text, and agency data for regulatory-change monitoring and compliance research. Hosted Streamable HTTP endpoint: `https://regulatory.datakoot.com/mcp`; no API key required for the free tier. Install: `claude mcp add --transport http regulatory-intel https://regulatory.datakoot.com/mcp`. MIT.
221221
- [Scoutee — public tender search](https://scoutee.org/en/mcp-public-tenders): Hosted Streamable HTTP MCP for searching public tenders across Europe and North America and reading public previews with buyer, location, deadline, estimated value, and Scoutee notice links. No account or API key required for the rate-limited public endpoint. Tools: `search_public_tenders`, `get_public_tender`. Endpoint: https://scoutee.org/api/mcp/public. Official registry id `org.scoutee/scoutee`.
222+
- [CARMOTIF Automotive Design](https://agent.carmotif.com/): Search automotive design references by brand, model, year, color, body type, parts, and view tags. The server also supports natural-language search, image retrieval, image metadata, multi-image comparison, and library facets.

0 commit comments

Comments
 (0)