choobyu-mcp
v1.0.0
Published
MCP server connecting Claude and other AI agents to Choobyu — verified structured topic databases (aircraft, pharmaceuticals, medical devices, microcontrollers, metals, minerals, batteries, sensors, and more).
Maintainers
Readme
Choobyu MCP Server
Connect Claude and other AI agents directly to Choobyu — verified, structured topic databases built for AI consumption. Aircraft specs, FAA data, pharmaceuticals, medical devices, microcontrollers, app processors, metals, minerals, polymers, battery chemistries, sensors, and more — all queryable as native tools, no custom integration needed.
Every record includes a confidence score, source URLs, and a one-line
llm_summary an agent can use directly in a response.
Quick start (Claude Desktop)
Get an API key at choobyu.com (free Explorer tier available), then add this to your Claude Desktop config:
Windows: %APPDATA%\Claude\claude_desktop_config.json
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"choobyu": {
"command": "npx",
"args": ["-y", "choobyu-mcp"],
"env": {
"CHOOBYU_API_KEY": "cho_live_your_key_here"
}
}
}
}Fully quit and reopen Claude Desktop. You'll see the Choobyu tools available.
Works with any MCP-compatible client (Claude Desktop, Claude Code, Cursor, Windsurf, and others) — same command and env var everywhere.
Available tools
| Tool | Description |
|---|---|
| choobyu_list_topics | List all available topic databases |
| choobyu_get_schema | Get the field schema for a topic |
| choobyu_search | Search records by name or description |
| choobyu_get_record | Get the full spec record for one entity |
| choobyu_list_records | Browse records in a topic with pagination |
| choobyu_filter | Filter by attributes, numeric ranges, or confidence |
| choobyu_batch | Fetch many records in one call |
Example questions to ask your agent
- "What are the specs for the Cessna 172 Skyhawk?"
- "Find microcontrollers with at least 512 KB flash and a Cortex-M4 core"
- "Compare the energy density of LFP vs NMC battery chemistries"
- "What FDA device class is product code DQY?"
- "List FAA-registered aircraft data fields Choobyu covers"
- "What topics does Choobyu have data on?"
Environment variables
| Variable | Required | Description |
|---|---|---|
| CHOOBYU_API_KEY | Yes | Your Choobyu API key (cho_live_...) |
| CHOOBYU_BASE_URL | No | API base URL (defaults to https://api.choobyu.com) |
Confidence scores
| Range | Meaning | |---|---| | 0.9 – 1.0 | High — 3+ sources agree | | 0.7 – 0.9 | Good — 2 sources agree | | 0.5 – 0.7 | Fair — single source | | 0.0 – 0.5 | Low — needs review |
Links
- Website: choobyu.com
- API docs: choobyu.com
MIT License
