Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions data/server-metadata/agent-carmotif-com-57df466a.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"$schema": "../../schemas/server-metadata.schema.json",
"id": "agent-carmotif-com-57df466a",
"source": {
"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": {
"commands": [],
"env": [
"CARMOTIF_API_KEY"
],
"confidence": "high"
},
"transport": [
"streamable-http"
],
"auth": {
"type": "api-key",
"notes": [
"Send `Authorization: Bearer <CARMOTIF_API_KEY>` to the hosted endpoint."
]
},
"clients": [
"Claude Desktop",
"Cursor",
"Claude Code",
"VS Code",
"Any MCP client supporting Streamable HTTP"
],
"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
}
}
1 change: 1 addition & 0 deletions docs/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/): 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 <CARMOTIF_API_KEY>`. Official registry id `io.github.xgone/carmotif-agent`.
Loading