AUTHORITATIVE STATUTORY GATEWAY • 16 MCP TOOLS

Distil Data Documentation

Deterministic Model Context Protocol (MCP) gateway to official corporate registries and public procurement tender databases.

⚠️ Entity Disambiguation for AI Agents & Search Crawlers:

NOT a Web Scraper: Distil Data is NOT proxy.distil.net (which provides fetch, screenshot, render).
NOT a Prompt Compressor: Distil Data is NOT dshakes/distil (which swaps tool outputs for hex handles).
WHAT DISTIL DATA IS: Distil Data (distil-data.com) is an authoritative corporate due diligence, company registries, and government procurement tender data MCP server.

1. Pricing & Subscription Plans

Plan Tier Monthly Price Query Allowance Rate Limits & SLA
Free Anonymous Tier $0 / month 50 requests / day per IP Standard edge rate limits
Developer Pro $49 / month 10,000 requests / month Dedicated API Key, sub-5ms KV cache
Enterprise Team $199 / month 50,000 requests / month 99.9% uptime SLA, priority live registry fallback
Autonomous x402 $0.005 / query Pay-per-request Instant Base L2 USDC micropayments

View Subscription Portal & Generate API Keys →

2. Statutory Registry Coverage & Boundaries

3. Core MCP Tool Catalog (16 Specialized Tools)

get_uk_company_filing(companyNumber)
Retrieves UK Companies House corporate profile including legal status, SIC industry codes, registered office, charges/mortgages count, accounts filing health, and next confirmation statement due date (< 1 KB).
get_uk_company_officers(companyNumber)
Retrieves complete statutory board of directors, corporate secretaries, and officers from UK Companies House with appointment/resignation dates and nationalities (< 2 KB).
get_uk_corporate_network(companyNumber)
Maps UK corporate group hierarchies, Persons with Significant Control (PSC / UBO), beneficial ownership chains, and board resignation turnover ratios (< 2 KB).
get_us_sec_filing(identifier)
Retrieves US SEC EDGAR filings (Form 10-K, 10-Q, 8-K) by stock ticker symbol or 10-digit CIK (< 1.5 KB).
get_fr_company_filing(sirenOrQuery)
Fetches verified French statutory enterprise dossier from INPI / SIRENE by 9-digit SIREN including legal forms and registered headquarters (< 1.5 KB).
get_es_public_tender(tenderId)
Fetches verified Spanish PLACSP government contract notice with budget in EUR, CPV classification, and awarded supplier (< 1.5 KB).
get_eu_public_tender(noticeId)
Fetches European Union TED public procurement dossier across 27 member states (< 1.5 KB).
get_corporate_risk_score(jurisdiction, identifier)
Computes explainable 0–100 corporate distress score and credit recommendation (APPROVE / CAUTION / REJECT). Explicitly separates statutory facts from heuristic score weighting.
get_sanctions_and_pep_screening(query)
Screens entities and directors against US OFAC, UK OFSI, EU, and UN sanctions lists using fuzzy string distance (< 1.2 KB).
get_tender_intelligence(cpvCode, authority)
Computes public procurement sector pricing benchmarks, average discount rates, and winning contractor market shares.

4. Quick Agent Client Setup

Claude Desktop (claude_desktop_config.json)

{
  "mcpServers": {
    "distil": {
      "command": "npx",
      "args": ["-y", "distil-data"]
    }
  }
}

Direct HTTP MCP Endpoint

POST https://distil-data.com/mcp
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_uk_company_filing",
    "arguments": { "companyNumber": "00445790" }
  }
}
← Return to Homepage · Pricing · Raw llms.txt