eCommerce
botinfo.ai
Provides tools to search a verified catalog of purchasable robots, check U.S. sales legality, find purchase routes, and request quotes for robot models.
ENDPOINT 1
https://mcp.botinfo.ai/mcp
MCP server metadata
- Name
- BotInfo — Advanced Robot Market Data
- Version
- 0.2.0
Known tools 4
lookup_robotSearch BotInfo's verified catalog of advanced robots (humanoids, quadrupeds) that can be purchased in the United States and internationally.
Inferred read-onlycheck_us_legalityCheck whether a robot model may lawfully be sold in the United States under the FCC's 2026 rule on covered robotics equipment.
Inferred read-onlyrequest_quoteSubmit 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.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.