Zorro MCP is live. Plug private markets into Claude. Try it
Developer API

Private-company data
for AI agents

One call resolves any company to a qualification file — identity, validation, scores, financials, contacts, and live signals. UK live (6.5M companies). EU and US in beta. Per-unit pricing, no subscription gate.

>99% domain precision · 6.5M UK · EU & US in beta · 222 fields per record · MCP-native
curl https://api.getzorro.ai/v1/resolve \
  -H "Authorization: Bearer sk_sand_..." \
  -G --data-urlencode "key=08130873"

# Also accepts legal name or domain:
  --data-urlencode "key=gymshark.com"
import httpx

client = httpx.Client(
    base_url="https://api.getzorro.ai/v1",
    headers={"Authorization": "Bearer sk_sand_..."},
)

r = client.get("/resolve", params={"key": "08130873"})
company = r.json()
print(company["trading_name"], company["validation"]["outcome"])
const res = await fetch(
  "https://api.getzorro.ai/v1/resolve?key=08130873",
  { headers: { Authorization: "Bearer sk_sand_..." } }
);
const company = await res.json();
console.log(company.trading_name, company.validation.outcome);
200 OK 142 ms
{
  "company_number": "08130873",
  "legal_name": "GYMSHARK LIMITED",
  "trading_name": "Gymshark",
  "status": "Active",
  "domain": "gymshark.com",
  "domain_confidence": 0.98,
  "domain_score_method": "deterministic",   // "deterministic" | "ai"
  "nature_of_business": "Designs and sells fitness apparel and accessories direct-to-consumer.",
  "registered_address": {
    "line_1": "Unit 5, Cube 2", "post_code": "B98 0RE",
    "town": "Redditch", "country": "England"
  },
  "trading_address": null,                   // website-derived, best-effort — may be null
  "validation": {
    "outcome": "PASS",
    "score": 96,
    "ai": { "belongs": true, "certainty": 98 }
  },
  "parent": {
    "is_subsidiary": false,
    "parent_company_number": null,
    "parent_company_name": null,
    "parent_nature_of_business": null        // what the parent entity does
  },
  "employees": {
    "filed": 942,                            // Companies House — accurate when filed
    "filed_source": "companies_house",
    "estimate": "501-1,000",                 // LinkedIn — estimate band
    "estimate_source": "linkedin"
  },
  "scores": {
    "lendability": 78,
    "lender_fit": 74,
    "financing_need": 38
  },
  "financials": {
    "revenue": [401, 437, 556, 605],
    "net_margin": 0.086
  },
  "signals": [
    { "type": "Hiring activity", "urgency": "medium" }
  ]
  // ... 222 fields total
}
Pricing

Pay per call. No subscription required.

Start with a sandbox key. Switch to production when you're ready. Volume discounts apply automatically.

Company Resolve
£0.08 per call
18–40 fields

Resolve any UK company to identity, status, domain, SIC, officers and PSCs. Ideal for real-time inbound lookup.

Start resolving →
Most popular
Full Qualification File
Book a call
All 222 fields

Everything we hold on a company — all 222 fields across 13 packages, including funding & venture. Custom-priced to your volume.

Book a call →
Inbound Verify
£0.05 per call
25 fields

Domain validation + AI verdict for any inbound company. Returns PASS / FLAG / REFER in milliseconds.

Start verifying →
Bulk
40% off
at >10k calls / month
Enterprise
Custom
at >100k calls / month
What's in the file

222 fields across 13 packages

Every package is labelled by source so you know exactly where each field comes from and can audit it.

Core Firmographics 19

Identity, status, addresses, SIC, accounts dates

company_numberlegal_namestatusincorporated_onsic_codesregistered_officetrading_address +12 more
Companies House
Ownership & Control 18

Officers, PSCs, group and parent structure

officers_activepscgroup_parentparent_nature_of_businessdirector_agesappointments +12 more
Companies House
Credit & Risk 5

Charges, mortgages, satisfaction status

charges_outstandingcharge_holderssatisfiedlatest_created +1 more
Companies House
Property Ownership 6

Titles owned, total price paid, tenure, postcodes, addresses

owns_propertyproperty_title_countproperty_total_price_paidproperty_tenureproperty_postcodesproperty_addresses +0 more
HM Land Registry
Development Pipeline 8

Planning applications, major schemes, dwellings, latest decision

has_planning_activityplanning_application_countplanning_major_countplanning_total_dwellingsplanning_latest_stateplanning_latest_date +2 more
Planning data
Custom Scores 6

Lendability, lender-fit, financing-need, propensity

lendabilitylender_fitfinancing_needapply_propensitygrowth_potential +1 more
Zorro modelled
Financials & Ratios 19

Modelled turnover/profit + 15 derived ratios, filed headcount (Companies House)

revenuenet_margincurrent_ratiogearingdebtor_daysnet_worthaverage_number_employees +12 more
Zorro modelled
Website & Rule Validation 20

Deterministic match signals, flags, confidence scores

domain_confidencelegal_name_exactaddress_matchparked_flagoutcome +15 more
Zorro validation
AI Validation 5

Semantic verdict, AI confidence, the why

ai.belongsai.certaintyai.sic_matchai.reason +1 more
Zorro validation
AI Insights & Web Traffic 43

Website summary, products, traffic, SEO, tech stack, socials, LinkedIn headcount

one_linerproduct_servicemonthly_visitstech_stacksocialslinkedin_employeesusp +36 more
Zorro enriched
Contacts & Email 19

Decision-makers + verified, deliverable email

nametitleemaildeliverableseniority +14 more
Zorro enriched
Funding & Venture 23

Funding rounds, investors, valuation, M&A, IPO, founders

total_raisedroundsinvestorsvaluationipo_statusfounders +17 more
Partner data
Signals & Real-time 31

Hiring, news, financing, leadership, tech, expansion events

hiringnewsfinancingleadership_changeexpansionurgency +25 more
Zorro enriched
The complete company file

Every field we hold on one company

222 fields · 13 packages — everything Zorro can deliver per UK company, with a sample value and source for each.

MCP server

Plug Zorro into any AI agent

Zorro ships a Model Context Protocol server. Drop the endpoint into Claude, Cursor, or any MCP-compatible agent — 82 tools, OAuth2 auth, audit logging.

https://mcp.getzorro.ai
View MCP setup →
// claude_desktop_config.json
{
  "mcpServers": {
    "zorro": {
      "url": "https://mcp.getzorro.ai",
      "transport": "streamable-http"
    }
  }
}
Get started

Request a sandbox key

Drop your email and we'll send credentials for the sandbox environment within a few hours. 500 free calls included — no card required.

Need higher limits or a data licence? Book 30 minutes →

Book a demo Available this week