Give Your Agent
UK Company Data.
Connect any AI agent to the Zint Data API via MCP. One remote connector gives your agent access to 7 million UK companies—financials, officers, filings, ESG data, and more.
Agent: Look up officers and financials for company 11373627.
Tool call: api_endpoints_get_company_data
company_numbers: ["11373627"]
fields: ["officers", "historical_financials"]
historical_financials_year_count: 1
Result: {
"credits_charged": 6,
"results": [{
"company_name": "ZINT TECHNOLOGY LIMITED",
"data": { ... }
}]
}▌
What is MCP?
The Model Context Protocol (MCP) is an open standard that lets AI agents call external tools and data sources. Instead of copy-pasting API responses into a chat window, MCP wires the data source directly into the agent's tool-use loop.
The Zint MCP Server automatically converts every endpoint in our REST API into an MCP tool. Your agent can search companies, pull financials, read officer lists, and query contextual intelligence—all without writing a single line of glue code.
MCP Server URL
https://data.zint.io/mcp
How Authentication Works
Zint uses the OAuth 2.1 flow for every MCP client. Users log in to Zint in the browser, approve access, and the client stores a short-lived access token for future tool calls.
- Your organisation admin enables Zint as a remote MCP connector inside the AI product (Claude, Copilot, ChatGPT, etc.). This only needs to happen once per workspace.
- End users click Connect on the Zint connector. A Zint login page opens in the browser.
- The user signs in with their Zint account and clicks Confirm Connection.
- The AI client receives the OAuth token, stores it securely, and uses it for every tool call. Tokens refresh automatically.
Admin note: until the connector is enabled at the workspace level, users won't see Zint in their connector list. If you don't have a Zint account yet, create one here and share the login with your organisation admin.
Connect Your Agent
Zint works with any MCP-compatible client. The three biggest ecosystems are covered below.
Claude Desktop
Remote MCP servers are managed from Claude's Connectors panel. An organisation admin must add Zint as a custom remote connector before individual users can sign in.
Admin setup (once per workspace)
- Open Claude Desktop → Settings → Connectors
- Click Add custom connector
- Name it
Zintand enterhttps://data.zint.io/mcp - Save — the connector now shows up for everyone in the workspace
User sign-in
- Open Settings → Connectors → find the Zint entry
- Click Connect — a browser tab opens to Zint
- Sign in and click Confirm Connection
- Claude reopens and Zint tools become available immediately
Full official walkthrough: Claude remote MCP docs →
Connector name
Zint
Server URL
https://data.zint.io/mcp
Auth
OAuth (handled automatically)
Microsoft Copilot Studio
Copilot Studio supports remote MCP servers as first-class tools. Since its May 2025 general availability release, agents built in Copilot Studio can call Zint directly—no custom plugin required.
Admin setup
- Open Copilot Studio → your agent → Tools
- Click Add tool → Model Context Protocol
- Paste
https://data.zint.io/mcpas the server URL - Publish the agent so end users can authenticate against Zint on first use
Or skip the wizard entirely — see the Quick start below.
Official announcement & walkthrough: MCP in Microsoft Copilot Studio →
Tool type
Model Context Protocol
Name
Zint Data API
Server URL
https://data.zint.io/mcp
Authentication
OAuth 2.1 (per-user)
Quick start — import the pre-built solution
Skip the manual wizard. Download the Zint managed solution, then in Copilot Studio open Solutions → Import solution → Browse and pick the .zip. The MCP connector, connection reference, and the Zint Data API agent are wired up for you. Sign in to Zint when prompted to mint the OAuth connection.
Requires a free Zint account. The download filename and URL are stable across releases.
ChatGPT (MCP Apps — Beta)
ChatGPT supports remote MCP servers through its Developer Mode and the MCP Apps beta. Zint can be registered as an app and made available to end users inside ChatGPT conversations.
Admin setup
- Enable Developer Mode in ChatGPT settings
- Create a new MCP app pointing at
https://data.zint.io/mcp - Publish the app from the admin console so your workspace can access it
- End users activate the app from the ChatGPT app picker and sign in to Zint on first use
Publish step is required. Until the workspace admin publishes the Zint MCP app, it remains private to the admin account and other users cannot connect.
Official guide: Developer Mode & MCP apps in ChatGPT →
App name
Zint Data API
MCP server URL
https://data.zint.io/mcp
Authentication
OAuth 2.1 (per-user)
Visibility
Published (required)
Wire in the data.
Get a Zint account, enable the MCP connector, and connect your agent in under two minutes.