Overview
PlusE provides structured financial data via MCP for AI agents and REST API for direct HTTP access.
Financial Data for AI Agents
PlusE delivers structured financial data through MCP and REST API. Give your AI agents comprehensive market intelligence, company fundamentals, options analytics, and more.
Why PlusE?
PlusE is designed from the ground up for AI consumption. Every tool returns structured, LLM-friendly text that agents can immediately understand and use.
| Feature | Description |
|---|---|
get_ticker_data |
Comprehensive company overview with metrics, valuation, and analyst ratings |
get_price_history |
Historical prices with technical indicators and risk metrics |
super_option_tool |
Options chains with Greeks, volatility analysis, and signals |
Access institutional holdings, insider trades, earnings history, macroeconomic indicators, and sentiment data—all in one place.
| Category | Data Available |
|---|---|
| Company Data | Fundamentals, financials, earnings, news, analyst ratings |
| Holdings | Institutional holders, ETF composition, insider trades |
| Options | Chains, Greeks, IV, put/call ratio, volatility skew |
| Macro | FRED indicators, CNBC news, social sentiment |
| Predictive | Price predictions, trend analysis, anomaly detection |
Use PlusE with your favorite AI assistant or directly via REST API. Works with Claude Desktop, Cursor, OpenCode, and any HTTP client.
Quick Start
Get an API Key
Sign up at console.plusefin.com to get your free API key.
Configure Your Client
Add PlusE to your MCP client configuration:
{
"mcpServers": {
"plusefin": {
"httpUrl": "https://mcp.plusefin.com/mcp/?apikey=YOUR_API_KEY"
}
}
}
Start Querying
Ask your AI agent financial questions:
- "What's Apple's P/E ratio?"
- "Show me SPY's sector allocation"
- "Calculate position size for $10k risk on TSLA"