Pull SEC filing evidence into the research workflow you already run.
Use one MCP endpoint to look up public companies, retrieve filing context, and inspect supported financial facts. Start with a real SEC example before deciding whether it belongs in production.
Run an SEC filing exampleGet a free keyRequest a scoped pilot
A focused filing-research path
- edgar_company_lookup — resolve a company name, ticker, or CIK to the identifiers used by SEC records.
- edgar_recent_filings — review recent filings and filing metadata for the company.
- edgar_company_facts — inspect supported XBRL facts when a structured financial series is available.
- entity_dossier — optionally combine supported corporate, environmental, and sanctions context for a broader review.
What this is useful for
Analyst research
Create a repeatable first-pass brief with company identifiers, filing dates, and source links.
Vendor and counterparty review
Add public-company and regulatory context before a human reviewer makes a decision.
Agent workflows
Give an MCP client a single bearer-authenticated surface instead of wiring each public source separately.
Connect once
{
"mcpServers": {
"livedatalink": {
"url": "https://livedatalink.ai/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}
The hosted endpoint is https://livedatalink.ai/mcp. LiveDataLink currently exposes 290 tools across 59 public-data domains. Coverage, freshness, and upstream terms vary by source; verify material facts against the SEC or other primary source.