@humanoidinc/mcp-server
v1.0.0
Published
MCP server for HumanoidInc humanoid robotics market intelligence
Downloads
128
Maintainers
Readme
@humanoidinc/mcp-server
MCP server for HumanoidInc — humanoid robotics market intelligence.
Installation
npm install -g @humanoidinc/mcp-serverConfiguration
Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"humanoidinc": {
"command": "npx",
"args": ["-y", "@humanoidinc/mcp-server"],
"env": {
"HUMANOIDINC_API_KEY": "hum_..."
}
}
}
}Without API Key
The server works without an API key — you'll get free-tier data (10 companies, 15 robots, basic fields).
With API Key
Set HUMANOIDINC_API_KEY to a hum_* key from your HumanoidInc account for full access.
Tools
| Tool | Description |
|------|-------------|
| search_companies | Search companies by name, location, or program |
| get_company | Get detailed company profile |
| search_robots | Search robot models by name, use case, readiness |
| get_robot | Get detailed robot specifications |
| get_market_data | Market size, forecasts, trends (Team tier) |
| search | Unified search across companies and robots |
| contribute_data | Submit data to earn free access |
Contributing Data
Agents can contribute data and earn free access:
- 3 approved contributions → 30 days Pro access
- 10 approved contributions → 30 days Team access
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| HUMANOIDINC_API_KEY | No | API key for paid-tier access |
| HUMANOIDINC_API_URL | No | API base URL (default: https://www.humanoidinc.com) |
