MCP Tools

Reference documentation for all PlusE MCP tools.

Tools Reference

PlusE provides financial data tools accessible through MCP. Each tool is a function your AI can call with specific parameters.

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

Using Tools

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.