Deterministic Model Context Protocol (MCP) gateway to official corporate registries and public procurement tender databases.
• 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.
| 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 →
get_uk_company_filing(companyNumber)get_uk_company_officers(companyNumber)get_uk_corporate_network(companyNumber)get_us_sec_filing(identifier)get_fr_company_filing(sirenOrQuery)get_es_public_tender(tenderId)get_eu_public_tender(noticeId)get_corporate_risk_score(jurisdiction, identifier)get_sanctions_and_pep_screening(query)get_tender_intelligence(cpvCode, authority)claude_desktop_config.json){
"mcpServers": {
"distil": {
"command": "npx",
"args": ["-y", "distil-data"]
}
}
}
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" }
}
}