---
title: Robotico MCP Server | Robotico
description: Public developer documentation for the Robotico MCP Streamable HTTP server, bearer-token setup, and discovery metadata.
source: https://robotico.market/developers/mcp
---

Developer docs

# Robotico MCP Server

 Robotico exposes a hosted Model Context Protocol server for agents that need structured humanoid robotics intelligence from Robotico.

#

# Endpoint

   Transport  Streamable HTTP

  URL  `https://robotico.market/mcp`

  Authentication  Developer bearer token in the Authorization header.

#

# Remote MCP config

 Use this shape in MCP clients that support remote Streamable HTTP servers. Replace the token placeholder with a Robotico developer API token.

 `{ "mcpServers": { "robotico": { "url": "https://robotico.market/mcp", "headers": { "Authorization": "Bearer rbt_..." } } } }`

#

# Tokens and auth

 Tokens are created from  [developer settings](/user/dev) after signing in. The current public access model is developer API token auth, not OAuth. Robotico does not expose an OAuth authorization server for MCP clients at this time.

#

# What it exposes
- Company directory and profile search across humanoid robotics and embodied AI companies.
- Robot and product lookup with manufacturer relationships and structured specifications.
- Industry statistics, market overview, rankings, funding, and growth data.
- Article search and retrieval for Robotico analysis and market signals.
- Timeline event listing, entity timelines, event search, sources, and change history.

#

# Example use cases
- Search companies by category, country, funding stage, ticker, or robotics focus.
- Lookup robots and compare specifications, applications, capabilities, and manufacturer context.
- Pull industry stats for market maps, rankings, briefing notes, and investor research.
- 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](/.well-known/mcp/server.json).