INDIVIDUAL MCP TOOL
ListInvestorEvents
List a company's recent investor events — earnings calls AND the other events it webcasts (conferences, investor/analyst days, shareholder meetings) — newest first.
LIVE ENDPOINT
https://mcp.equibles.com/mcp
Connect to this endpoint to inspect the live schema for ListInvestorEvents and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.equibles-mcp-server]
url = "https://mcp.equibles.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"equibles-mcp-server": {
"type": "http",
"url": "https://mcp.equibles.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: equibles-mcp-server
Remote MCP URL: https://mcp.equibles.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"equibles-mcp-server": {
"url": "https://mcp.equibles.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"equibles-mcp-server": {
"type": "http",
"url": "https://mcp.equibles.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "equibles-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.equibles.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
SearchCompanyDocuments— Search the Equibles SEC filing database for a specific company by its ticker symbol using hybrid keyword and semantic search.GetCftcPositioning— Get Commitments of Traders (COT) positioning data for a specific futures contract.GetMarketCalendar— List the US equity market holidays and early-close (1:00 p.m.GetMarketStatus— Get the current US equity market status (NYSE/Nasdaq), evaluated in America/New_York: whether the market is open, the current session (pre-market, regular, after-hours, or closed), whether today is a full-day holiday or a 1:00 p.m.GetMarketWideCongressionalActivity— Get the stocks members of Congress traded most over a trailing window, aggregated across EVERY member and ticker — 'what did Congress buy this week' without needing a ticker or a member name.GetFundCloneBacktest— Backtest how cloning an institutional filer's reported 13F portfolio would have performed against a market benchmark, either over a trailing window (windowYears) or an explicit fromDate/toDate range.ScreenStocks— Screen the stock universe by combining range filters across datasets: market capitalization and share price, sector and industry, the number of 13F institutional filers and its quarter-over-quarter change, short interest as a percent of shares outstanding, days to cover, a composite short-squeeze score (0-100, peer-relative; higher = more squeeze-prone), a composite insider-sentiment score (0-100, peer-relative; higher = more aggressive insider accumulation), net insider buying in dollars over the trailing 90 days (negative = net selling), the going-concern doubt flag (companies whose latest SEC filing states substantial doubt about their ability to continue as a going concern), and fundamentals from daily-refreshed SEC filings: trailing P/E, dividend yield, revenue growth YoY, gross margin, average daily dollar volume, and TTM net income (minNetIncome=0 keeps profitable companies only).ListCompanyDocuments— Browse and discover available SEC filings and earnings call transcripts for a specific company in the Equibles database.