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 endpoint
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.meridianfin-io]
url = "https://meridianfin.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"meridianfin-io": {
"type": "http",
"url": "https://meridianfin.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: meridianfin-io
Remote MCP URL: https://meridianfin.io/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": {
"meridianfin-io": {
"url": "https://meridianfin.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"meridianfin-io": {
"type": "http",
"url": "https://meridianfin.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "meridianfin-io",
"transport": "streamable-http",
"url": "https://meridianfin.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_congress_trades— Get recent US Congress stock trading activity from STOCK Act disclosures.get_ark_trades— Get ARK Invest buy/sell trading activity across all ARK ETFs.get_ark_holdings— Get current ARK ETF holdings with portfolio weights.get_insider_trades— Get insider trading data from SEC Form 4 filings.get_13f_filings— Get 13F institutional holdings from top hedge funds and asset managers with QoQ changes.get_darkpool_activity— Get dark pool trading anomalies detected by statistical analysis.get_short_interest— Get short interest data from FINRA covering 8,600+ tickers.get_superinvestor_activity— Get superinvestor portfolio changes from 13F filings (via Dataroma).