← botinfo.ai

INDIVIDUAL MCP TOOL

check_us_legality

Check whether a robot model may lawfully be sold in the United States under the FCC's 2026 rule on covered robotics equipment.

botinfo.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.botinfo.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_us_legality and invoke it with your own arguments.

Indexed 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 server

botinfo.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.botinfo-advanced-robot-market-data]
url = "https://mcp.botinfo.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "botinfo-advanced-robot-market-data": {
      "type": "http",
      "url": "https://mcp.botinfo.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: botinfo-advanced-robot-market-data
Remote MCP URL: https://mcp.botinfo.ai/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": {
    "botinfo-advanced-robot-market-data": {
      "url": "https://mcp.botinfo.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "botinfo-advanced-robot-market-data": {
      "type": "http",
      "url": "https://mcp.botinfo.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "botinfo-advanced-robot-market-data",
  "transport": "streamable-http",
  "url": "https://mcp.botinfo.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • lookup_robot — Search BotInfo's verified catalog of advanced robots (humanoids, quadrupeds) that can be purchased in the United States and internationally.
  • get_buy_route — Get the purchase route for a robot model: a botinfo.
  • request_quote — Submit a purchase or quote inquiry for a robot model to the BotInfo team, who reply with a human-prepared quote, typically within one business day.