← Registry

Data Collection

robolist.ai

Provides search and lookup tools for robots and robotics companies in the Robo Market.

1 endpoint6 known toolsFirst detected May 17, 2026Last detected August 27, 2026

ENDPOINT 1

https://www.robolist.ai/api/mcp

No auth detected

MCP server metadata

Name
robolist
Version
1.0.0
Capabilities
tools

Known tools 6

search_robots

Search 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-only
get_robot

Look up the full spec card for a single robot by UUID or slug.

Inferred read-only
compare_robots

Place 2–4 robots side-by-side with their full spec rows.

Inferred read-only
search_companies

Search for robotics companies by name.

Inferred read-only
get_company

Look up the full profile for a single robotics company by UUID or slug.

Inferred read-only
list_categories

Return the canonical Robolist category taxonomy with active robot counts.

Inferred read-only

CONNECT 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.

Trust status Trusted

robolist.ai is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.