MCP Tools
Reference documentation for all PlusE MCP tools.
MCP Tools Reference
This page documents the MCP tools available when you connect PlusE to your AI agent.
Using direct HTTP requests instead? See the REST API Reference.
Tool Categories
| Category | Description |
|---|---|
| Basic Finance | Company profiles, market data, analyst ratings |
| Holdings & ETFs | ETF composition, sector allocation, risk metrics |
| Options | Options chains, Greeks, volatility analysis |
| Macro | Economic indicators, sector performance |
| Predictions | Trend analysis and anomaly detection |
| Calculations | Position sizing and risk calculations |
How It Works
When your AI needs financial data, it automatically selects and calls the appropriate tool. You don't need to specify which tool to use—just ask natural questions.
Example queries:
- "What's the current P/E ratio of Apple?" → Calls
get_ticker_data("AAPL") - "Show me SPY's sector allocation" → Calls
get_sector_weight("SPY") - "What are the Greeks for Tesla $250 calls?" → Calls
get_option_greeks("TSLA", 250, "call")
Response Format
All tools return LLM-friendly markdown.
Browse individual tool categories for detailed parameter specifications and response examples.