roboparts-mcp
v0.1.0
Published
MCP server for RoboParts — AI-powered humanoid robotics parts search, compatibility checking, and supplier RFQ
Maintainers
Readme
roboparts-mcp
MCP server for RoboParts — AI-powered humanoid robotics parts intelligence.
Tools
| Tool | Description |
|------|-------------|
| search_parts | Search 100+ robotics parts by keyword, category, or manufacturer with specs and pricing |
| check_compatibility | AI compatibility check between two parts: electrical, mechanical, power, software |
| submit_rfq | Submit a Request for Quote to matched suppliers |
Install
npx roboparts-mcpConfiguration
Claude Desktop
{
"mcpServers": {
"roboparts": {
"command": "npx",
"args": ["-y", "roboparts-mcp"],
"env": {
"ROBOPARTS_API_KEY": "your-api-key"
}
}
}
}Environment Variables
| Variable | Description | Default |
|----------|-------------|---------|
| ROBOPARTS_API_URL | API base URL | https://robopartsai.com |
| ROBOPARTS_API_KEY | API key for authenticated access | — |
Examples
Search for servo motors:
"Find servo motors suitable for humanoid robot arms"
Check part compatibility:
"Are the dynamixel-mx-106 and robotis-opencr compatible?"
Request a quote:
"I need 50 units of 6-DOF grippers, get me supplier quotes"
License
MIT
