lot-api-docs-mcp
v1.0.60
Published
MCP server for League of Traders API documentation. Query endpoints, search docs, and get auth guides via AI tools.
Maintainers
Readme
lot-api-docs-mcp
MCP (Model Context Protocol) server for League of Traders API documentation.
Query endpoints, search docs, and get auth guides directly from your AI coding assistant.
Setup
Add to your Claude Code MCP settings:
{
"mcpServers": {
"lot-api-docs": {
"command": "npx",
"args": ["-y", "lot-api-docs-mcp@latest"]
}
}
}Important: Always use
@latestto ensure you get the most recent documentation updates.
Updating
This package is updated whenever the API documentation changes. Thanks to the @latest tag in the setup above, you will automatically receive updates on each restart.
If you previously installed without @latest, either:
- Update your MCP config to include
@latestas shown above, then restart - Or clear the npx cache manually:
npx clear-npx-cache
Available Tools
| Tool | Description |
|------|-------------|
| list_endpoints | List all documented API endpoints |
| get_endpoint | Get full documentation for a specific endpoint |
| search_docs | Search across all API documentation |
| get_auth_guide | Get authentication and authorization guide |
License
MIT
