From 7f0a423483fd7b634f7fd25f1ae97641f5742ecd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 02:18:53 +0000 Subject: [PATCH 1/2] Add CARMOTIF Automotive Design MCP server --- .../agent-carmotif-com-57df466a.json | 35 +++++++++++++++++++ docs/search.md | 1 + 2 files changed, 36 insertions(+) create mode 100644 data/server-metadata/agent-carmotif-com-57df466a.json diff --git a/data/server-metadata/agent-carmotif-com-57df466a.json b/data/server-metadata/agent-carmotif-com-57df466a.json new file mode 100644 index 000000000..811986103 --- /dev/null +++ b/data/server-metadata/agent-carmotif-com-57df466a.json @@ -0,0 +1,35 @@ +{ + "$schema": "../../schemas/server-metadata.schema.json", + "id": "agent-carmotif-com-57df466a", + "source": { + "issue": 2313, + "projectUrl": "https://agent.carmotif.com/" + }, + "links": { + "endpoint": "https://api.carmotif.com/mcp" + }, + "install": { + "commands": [], + "env": [ + "CARMOTIF_API_KEY" + ], + "confidence": "low" + }, + "transport": [ + "streamable-http" + ], + "auth": { + "type": "api-key", + "notes": [ + "api-key" + ] + }, + "clients": [ + "Claude Desktop", + "Cursor", + "Claude Code", + "VS Code", + "and any MCP client supporting Streamable HTTP." + ], + "license": "Hosted service; no local package. Service documentation and terms are available from the project homepage." +} diff --git a/docs/search.md b/docs/search.md index 01e5140d8..da2babb12 100644 --- a/docs/search.md +++ b/docs/search.md @@ -219,3 +219,4 @@ Servers providing web search capabilities or interfacing with specialized search - [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`. - [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. - [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`. +- [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. From 305147975b9ce966a8d55e5a1a461ac7c96ec2e1 Mon Sep 17 00:00:00 2001 From: wilsonccccc <82747090+wilsonccccc@users.noreply.github.com> Date: Fri, 11 Sep 2026 09:10:21 -0700 Subject: [PATCH 2/2] Polish CARMOTIF MCP metadata --- .../agent-carmotif-com-57df466a.json | 38 +++++++++++++++++-- docs/search.md | 2 +- 2 files changed, 35 insertions(+), 5 deletions(-) diff --git a/data/server-metadata/agent-carmotif-com-57df466a.json b/data/server-metadata/agent-carmotif-com-57df466a.json index 811986103..efa2ae8ee 100644 --- a/data/server-metadata/agent-carmotif-com-57df466a.json +++ b/data/server-metadata/agent-carmotif-com-57df466a.json @@ -5,7 +5,10 @@ "issue": 2313, "projectUrl": "https://agent.carmotif.com/" }, + "description": "Hosted Streamable HTTP MCP server for searching automotive design references by brand, model, year, color, body type, parts, view tags, and natural language prompts.", + "category": "Search", "links": { + "docs": "https://agent.carmotif.com/", "endpoint": "https://api.carmotif.com/mcp" }, "install": { @@ -13,7 +16,7 @@ "env": [ "CARMOTIF_API_KEY" ], - "confidence": "low" + "confidence": "high" }, "transport": [ "streamable-http" @@ -21,7 +24,7 @@ "auth": { "type": "api-key", "notes": [ - "api-key" + "Send `Authorization: Bearer ` to the hosted endpoint." ] }, "clients": [ @@ -29,7 +32,34 @@ "Cursor", "Claude Code", "VS Code", - "and any MCP client supporting Streamable HTTP." + "Any MCP client supporting Streamable HTTP" ], - "license": "Hosted service; no local package. Service documentation and terms are available from the project homepage." + "tools": { + "count": 5, + "names": [ + "natural-language search", + "image retrieval", + "image metadata", + "multi-image comparison", + "library facets" + ], + "source": "self_reported" + }, + "license": "Hosted service; no local package. Service documentation and terms are available from the project homepage.", + "verification": { + "status": "partial", + "notes": [ + "Homepage returned HTTP 200 during review.", + "Hosted endpoint returned an authentication-required response for an initialize request without a bearer token." + ] + }, + "community": { + "maintainedBy": [ + "@xgone" + ], + "verifiedBy": [ + "@TensorBlock" + ], + "claimed": true + } } diff --git a/docs/search.md b/docs/search.md index da2babb12..538e0a7ab 100644 --- a/docs/search.md +++ b/docs/search.md @@ -219,4 +219,4 @@ Servers providing web search capabilities or interfacing with specialized search - [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`. - [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. - [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`. -- [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. +- [CARMOTIF Automotive Design](https://agent.carmotif.com/): Hosted Streamable HTTP MCP server for searching 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. Endpoint: `https://api.carmotif.com/mcp` with `Authorization: Bearer `. Official registry id `io.github.xgone/carmotif-agent`.