← Back to MCP list
§ Quickstart
Add the following to your MCP client configuration (Cursor, Claude Desktop, etc.):
Automatically fetches and runs the latest code. Requires uv installed.
MCP Client Configuration
{
"mcpServers": {
"trading-skills": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/staskh/trading_skills.git",
"trading-skills-mcp"
],
"env": {
"MASSIVE_API_KEY": "<your_massive_api_key>"
}
}
}
}Config file locations
- Cursor: Settings → MCP, or edit ~/.cursor/mcp.json
- Claude Desktop: edit claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%\Claude\)
§ Tools Reference
3 tools
stock_quote
Real-time price, volume, market cap
| Parameter | Type | Required | Description |
|---|---|---|---|
| symbol | string | ✓ | Stock symbol (e.g. AAPL) |
scan_pmcc
Scan for PMCC suitability
| Parameter | Type | Required | Description |
|---|---|---|---|
| symbols | string | ✓ | Comma-separated symbols |
ib_portfolio
Portfolio positions from IBKR
LadleAgent