A collection of Model Context Protocol servers that give agents like Claude Code direct access to external services. Each server lives in its own subdirectory with its own setup, tests, and docs.
| Server | What it connects to |
|---|---|
tastytrade-mcp |
The TastyTrade Open API: brokerage account, market data, and order management (12 tools). |
harbor-mcp |
The Harbor hub: evaluation jobs, trials, uploads, and published packages. |
These servers follow Honeycomb's MCP, easy as 1-2-3 guidance: a few curated tools built around real questions rather than raw API endpoints, responses shaped for a model instead of a UI, and typed schemas that steer the model toward valid calls.
Each server is self-contained. Its own README.md covers how to install and configure it for Claude Code, run its tests, and use its tools.
mcps/
├── tastytrade-mcp/
└── harbor-mcp/