MCP server — humanoid robot data for AI assistants
Connect our humanoid robot database straight into Claude, ChatGPT or any other assistant that speaks the Model Context Protocol. Your assistant then answers from verified data instead of memory.
Free · no API key · no sign-up
Endpoint
POST https://mcp.humanoidi.eu/mcp
- Robots
- 83
- Makers
- 65
- News
- 42
Setup
{
"mcpServers": {
"humanoidi": {
"type": "http",
"url": "https://mcp.humanoidi.eu/mcp"
}
}
} Add this to your client configuration. The transport is Streamable HTTP and the server is stateless, so a restart never interrupts you.
Tools
-
list_robotsLists robots. Filters: manufacturer, country, status.
-
get_robotFull record for one robot, including its primary sources.
-
compare_robotsSeveral robots at once, for comparison.
-
list_companiesLists the manufacturers in the database.
-
get_companyFull record for one manufacturer.
-
latest_newsLatest humanoid-robotics news.
-
searchFull-text search across robots, manufacturers and news.
Why this data is worth connecting
Every robot carries a `zdroje` array — each link comes with a note saying exactly what it substantiates. Your assistant can cite the primary source rather than us. A missing value means we have not verified it, not that it is zero.
Field names
The data is Czech, and so are the keys: `nazev` (name), `vyskaCm` (height in cm), `vahaKg` (weight in kg), `cenaOd` (price from), `vyrobce` (manufacturer), `zeme` (country). The server explains this to your assistant in its own instructions.
Don’t want to set up a server?
The same data is also available as plain JSON over REST, and as llms.txt for models that read pages themselves.
/api/robots.json /api/companies.json /api/news.json /llms.txt Server status Robots