Developer docs
Robotico MCP Server
Robotico exposes a hosted Model Context Protocol server for agents that need structured humanoid robotics intelligence, source evidence, review workflows, and audit trails from Robotico. Agent operating playbooks are available in the MCP Agent Guide.
Full setup guide and Skill
For client-specific setup (Claude Code, Claude Desktop, OpenAI Codex, Cursor), capability workflows, the tool reference by access tier, and the Robotico Skill, see Robotico for Agents. This page remains the canonical technical reference for the endpoint, authentication, and discovery metadata.
Endpoint
- Transport
- Streamable HTTP
- URL
https://robotico.market/mcp- Authentication
- OAuth 2.1 (approve in browser) or an existing developer bearer token.
Remote MCP config
Use this shape in MCP clients that support remote Streamable HTTP servers. Add it with no token; your client opens the browser to approve access via OAuth.
{
"mcpServers": {
"robotico": {
"type": "http",
"url": "https://robotico.market/mcp"
}
}
}Auth
Robotico supports the OAuth 2.1 connect flow: add the hosted server by URL with no token and approve access in your browser, or use the device flow for headless clients. Existing developer bearer tokens keep working during the transition. Manage or revoke connected agents after signing in. Company and robot write tools require the assigned company representative or a Robotico admin account.
What it exposes
- Company directory and profile search across humanoid robotics and embodied AI companies.
- Robot and product lookup with manufacturer relationships, structured specifications, classification, availability, aliases, images, and variants.
- Robot field evidence with source citations, extracted quotes, screenshots, and page snapshots.
- Company and robot write tools for assigned company representatives and Robotico admins, including review-first robot update candidates.
- Entity-scoped audit logs for company, robot, and generic entity mutations.
- Industry statistics, market overview, rankings, funding, and growth data.
- Article search and retrieval for Robotico analysis and market signals.
- Timeline event listing, duplicate detection, entity timelines, event search, sources, and change history.
Example use cases
- Search companies by category (humanoid, enabler, distributor), country, funding stage, ticker, or robotics focus.
- Lookup robots and compare specifications, applications, capabilities, status, commercial availability, variants, and manufacturer context.
- Attach evidence to robot fields such as tagline, status, or specifications.height without changing the profile value.
- Stage risky robot changes for review, including rename, status, classification, category, description rewrite, and variant merge or split proposals.
- Let company representatives update public company details and low-risk robot facts from approved agent workflows.
- Use audit logs to explain what changed after company, robot, or entity write operations.
- Pull industry stats for market maps, rankings, briefing notes, and investor research.
- Find timeline duplicates before event creation, then add sources, link entities, or publish approved candidates.
- List or search articles and timeline events to ground agents in recent Robotico signals.
Discovery metadata
MCP crawlers and directories can read the registry-style server document at https://robotico.market/.well-known/mcp/server.json.