284 tools · 59 data domains · MCP-native

Real-world data for AI agents, through one MCP endpoint

Connect your agent to 284 tools across finance, filings, sanctions, courts, healthcare, economic data, and more—using one API key.

1,000 queries per month free. No credit card. Works with MCP clients that support bearer-token authentication. Try the no-key playground first.

One integration

One Streamable HTTP endpoint and one bearer key instead of separate credentials and client code for every source.

Traceable answers

Every domain maps to a named upstream source, with source links or identifiers included wherever the upstream provides them.

Predictable billing

Every plan includes the complete catalog. Plans differ by request allowance and rate limit, with no automatic overage charges.

See the shape

From an agent question to a sourced tool result

Switch examples to see the request, response shape, and originating public source.

Agent asks
Find Apple's latest 10-K and return its accession number and source.
Tool and representative response shape
edgar_recent_filings({ ticker: "AAPL", form: "10-K" })

company: Apple Inc.
form: 10-K
filing_date: <current filing date>
accession_number: <SEC accession number>
source: SEC EDGAR
source_url: https://www.sec.gov/edgar
This is a fixed documentation example and makes no API call. Run the current tool in the playground · See the issuer-research workflow.
Integration

Connect in three steps

Use any remote MCP client that accepts a custom bearer header. See the compatibility notes before choosing a client.

1. Get a keyCreate a free key without entering a card.
2. Add the endpointPoint your client at https://livedatalink.ai/mcp.
3. Add authorizationSend Authorization: Bearer YOUR_API_KEY.
{
  "mcpServers": {
    "livedatalink": {
      "url": "https://livedatalink.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

Cursor, VS Code, OpenAI, and other clients have different configuration surfaces. Claude's native remote connector currently requires a different authentication flow. See tested compatibility and exact setup snippets.

Pricing

One catalog. Three monthly allowances.

All 284 tools are included in every plan. There is no separate per-tool price and no automatic overage bill.

Free
$0

For evaluation and small experiments.

  • 1,000 queries per month
  • 5 requests per minute
  • All 284 tools
  • No credit card
Get a free key
Pro
$49/month

For production agents with more volume.

  • 50,000 queries per month
  • 120 requests per minute
  • All 284 tools
  • Priority email support
Choose Pro

Monthly allowances are hard limits. Cancel any time. Paid plans include a 30-day refund policy; see the terms.

Secondary workflow

Build an evidence-backed KYB step

Resolve a business identity, screen public sanctions lists, then assemble SEC, court, environmental, and federal-spending evidence through the same endpoint.

One-call option

counterparty_risk_score returns an explainable public-record score and the evidence it used. It is included in every plan and consumes one metered query, like other tools.

Informational synthesis only, not a background check, sanctions clearance, or legal/compliance advice. Snapshot sanctions data is not real time; check the current refresh timestamp and verify time-critical matches against the official list.

Verifiable proof

Evaluate the product from public surfaces

No endorsement quotes required. Inspect the inventory, health response, source map, and change history yourself.

FAQ

The questions to answer before integrating

Which MCP clients are supported?

LiveDataLink uses Streamable HTTP with bearer-token authentication. It works with clients that let you send a custom Authorization header. Client-specific examples and current Claude compatibility notes are maintained at /connect.

How fresh is each source?

Some domains query their upstream live; others use periodically refreshed hosted snapshots. See /status for the current mode and timestamp. Do not treat snapshot data, especially sanctions, as real time.

Are any tools priced separately?

No. Free, Starter, and Pro can call all 284 tools. Each successful metered tool call consumes one query from the plan allowance.

What happens at the monthly limit?

The service returns an actionable limit response. There are no automatic overage charges. Upgrade or contact support if you need more capacity.

What gets logged?

For metering and operations, LiveDataLink records query count, timestamp, tool name, and response timing. It does not retain ordinary tool arguments or response bodies. Discovery search text is retained to identify unmet demand. See the privacy policy for details.

How are schema changes handled?

The live tools/list inventory is authoritative. Changes favor additive fields, with material releases noted in the changelog. Pin validation to the fields your application uses and contact support for migration help.