Data Collection
robolist.ai
Provides search and lookup tools for robots and robotics companies in the Robo Market.
ENDPOINT 1
https://www.robolist.ai/api/mcp
MCP server metadata
- Name
- robolist
- Version
- 1.0.0
Known tools 6
search_robotsSearch the Robo Market by natural-language `query` (matches robot name, description, and company name; auto-extracts category words and price phrases like "under 20000") plus optional structured filters (category, price band, payload/reach, country, claim status).
Inferred read-onlyget_companyLook up the full profile for a single robotics company by UUID or slug.
Inferred read-onlylist_categoriesReturn the canonical Robolist category taxonomy with active robot counts.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.robolist]
url = "https://www.robolist.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"robolist": {
"type": "http",
"url": "https://www.robolist.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: robolist
Remote MCP URL: https://www.robolist.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"robolist": {
"url": "https://www.robolist.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"robolist": {
"type": "http",
"url": "https://www.robolist.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "robolist",
"transport": "streamable-http",
"url": "https://www.robolist.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for robolist.ai was fetched 2026-08-23T12:24:48.517Z and is being refreshed.
robolist.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.