← robolist.ai

INDIVIDUAL MCP TOOL

get_robot

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

robolist.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

robolist.ai

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-ai]
url = "https://www.robolist.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "robolist-ai": {
      "type": "http",
      "url": "https://www.robolist.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: robolist-ai
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-ai": {
      "url": "https://www.robolist.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "robolist-ai": {
      "type": "http",
      "url": "https://www.robolist.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "robolist-ai",
  "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.

Related tools

  • 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).
  • compare_robots — Place 2–4 robots side-by-side with their full spec rows.
  • search_companies — Search for robotics companies by name.
  • get_company — Look up the full profile for a single robotics company by UUID or slug.
  • list_categories — Return the canonical Robolist category taxonomy with active robot counts.