62 real-time data tools for AI agents: finance, courts, sanctions, weather, cyber. Free tier.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"livedatalink": {
"url": "https://livedatalink.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Real-time data for AI agents. 62 tools across 14 domains. One MCP endpoint, one API Key, one bill.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / security
Persistent memory using a knowledge graph
An autonomous agent that conducts deep research on any data using any LLM providers
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Dynamic problem-solving through sequential thought chains
MCP Security Weekly
Get CVE alerts and security updates for io.github.blackboxfoundry/livedatalink and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Real-time data for AI agents. 182 tools across 36 domains. One MCP endpoint, one API Key, one bill.
LiveDataLink is a hosted MCP (Model Context Protocol) server that gives AI agents access to government, regulatory, market, compliance, healthcare, and risk data through a single Streamable HTTP endpoint. Pay once, query everything. Free tier available with no credit card.
npx @blackboxfoundry/livedatalink
Detects your installed MCP clients (Claude Desktop, Cursor, Cline, Continue, Zed), prompts for an API key, and writes the LiveDataLink config block into each one. Cross-platform (Windows, macOS, Linux). Idempotent: re-running is safe. Use --remove to undo, --print to preview without changing files.
Don't have an API key yet? Get a free one (100 queries/month, no credit card) at https://livedatalink.ai/signup/free. The CLI links you there if you don't supply one.
If you'd rather wire it up yourself, add this to your MCP client's config:
{
"mcpServers": {
"livedatalink": {
"url": "https://livedatalink.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Continue uses a slightly different shape; see bin/install.js or llms-install.md for the canonical config blocks per client.
Your API key arrives by email within seconds of signup.
curl -X POST https://livedatalink.ai/mcp \
-H "Accept: application/json, text/event-stream" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
182 production tools across 36 live data domains:
| Domain | Tools | Description |
|---|---|---|
| Sanctions / KYC | 7 | First-party indexed OFAC SDN + UN + EU + BIS DPL screening; batch, alias, entity detail |
| Federal Courts (CourtListener) | 7 | Opinions, dockets, judges, citations, oral arguments, recent filings |
| Case Law (CAP) | 4 | Caselaw Access Project: case search, citation lookup, full opinion text, details |
| SEC / EDGAR | 7 | Public company filings (10-K/Q/8-K/Form 4), full-text search, XBRL facts, insider trades |
| Federal Election (FEC) | 5 | Candidate search + financials, committees, independent expenditures |
| IRS Nonprofits | 5 | 1.27M tax-exempt orgs: search by name, location, EIN; details + status |
| Federal Spending (USAspending) | 3 | Federal awards by recipient/agency, recipient summary, award details (self-hosted snapshot) |
| Federal Regulations | 5 | Federal Register search/document + eCFR section/search/titles |
| EPA Environmental | 5 | Facility search, compliance, enforcement, water/air violations (ECHO) |
| FDA | 6 | Drug + device + food: lookup, recalls, adverse events, 510(k) clearances |
| Healthcare Providers (NPI) | 4 | NPPES registry: NPI lookup, provider/org/specialty search |
| Clinical Trials | 2 | ClinicalTrials.gov: search + study detail |
| Threat Intel / Due Diligence | 4 | RDAP domain/IP ownership, IP reputation (Tor + abuse.ch C2), FBI Wanted |
| Cybersecurity (CVE) | 7 | CVE detail/search, MITRE CWE, FIRST EPSS, CISA KEV, recent CVEs |
| Software Supply Chain | 4 | NPM, PyPI, cargo crates, GitHub repo intel |
| **Finance / St |