MCP Tools Reference

Complete reference documentation for all PlusE MCP tools.

All PlusE tools return LLM-friendly text that your AI agent can immediately understand. Each tool is designed for specific financial data retrieval tasks.

Tool Categories

Category Description Tools
Basic Finance Company profiles, market data, analyst ratings get_ticker_data, get_price_history, get_financial_statements, get_earnings_history, get_ticker_news_tool
Holdings & ETFs ETF composition, institutional holders, insider trades get_top25_holders, get_insider_trades
Options Options chains, Greeks, volatility super_option_tool
Macro Economic indicators, news, sentiment get_current_time, get_fred_series, search_fred_series, cnbc_news_feed, social_media_feed
Sentiment Market sentiment indicators get_overall_sentiment_tool
Predictions AI-powered price predictions price_prediction
Calculator Mathematical calculations calculate

How Tools Work

When your AI needs financial data, it automatically selects and calls the appropriate tool. Just ask natural questions:

  • "What's Apple's P/E ratio?" → get_ticker_data("AAPL")
  • "Show me SPY's sector allocation" → get_top25_holders("SPY")
  • "What are the Greeks for Tesla $250 calls?" → super_option_tool("TSLA")

Response Format

All tools return structured text optimized for LLM consumption:

COMPANY OVERVIEW
Company Name   NVIDIA Corporation
Sector         Technology
Industry       Semiconductors
Market Cap     $4,552,889,204,736.00

KEY METRICS
Current Price  $187.00
P/E Ratio      52.23

Browse individual tool categories for detailed parameter specifications and response examples.