Integrations
Using the Swingtrader MCP Server
How to connect to and use the Swingtrader Model Context Protocol (MCP) server, including authentication and available tools.
Swingtrader MCP Server
Overview
Swingtrader exposes a Model Context Protocol (MCP) server so you can use Swingtrader directly inside AI assistants like Claude and Cursor. The MCP server mirrors the v1 REST API:
- Same API keys
- Same scopes
- Same rate limits (60 requests per minute)
Endpoint
```http
POST /api/mcp
```
Connecting
Streamable HTTP clients (Claude Desktop, Cursor)
Add this configuration to your MCP client:
```json