global-database
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@global-databaseLook up the latest financials and ownership for Apple Inc."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Global Database — MCP Server
Remote MCP server that gives LLM agents access to Global Database: company profiles, financials, ownership, digital insights, people search and contact enrichment, prospecting, and KYB/compliance lookups against official government registries.
Hosted at https://mcp.globaldatabase.com/mcp (Streamable HTTP). Nothing to install
or run — you connect to it and sign in with your Global Database API key through the
browser.
Install
Cursor
Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project):
{
"mcpServers": {
"global-database": {
"type": "http",
"url": "https://mcp.globaldatabase.com/mcp"
}
}
}Claude Code
claude mcp add --transport http global-database https://mcp.globaldatabase.com/mcpOr install the plugin, which adds the server and three skills (company-due-diligence,
company-snapshot, prospect-list):
/plugin marketplace add global-database/mcp-server
/plugin install global-database@global-databaseVS Code (GitHub Copilot)
Use the Install server badge above, or add it from the terminal:
code --add-mcp '{"name":"global-database","type":"http","url":"https://mcp.globaldatabase.com/mcp"}'To commit it for a whole repository instead, put this in .vscode/mcp.json — the copy in
this repo is exactly that file, so cloning it and opening the folder in VS Code offers the
server without any further setup:
{
"servers": {
"global-database": {
"type": "http",
"url": "https://mcp.globaldatabase.com/mcp"
}
}
}Note the key is servers, not mcpServers. VS Code differs from Claude Code and Cursor
here, the same way Gemini CLI expects httpUrl and Antigravity expects serverUrl for the
identical endpoint. Copying the wrong file between clients produces a config that loads
without error and connects to nothing.
A user-level equivalent exists too — run MCP: Open User Configuration from the Command
Palette (it lives under the VS Code user profile, not ~/.copilot/mcp-config.json — that
path belongs to the separate GitHub Copilot CLI and expects mcpServers, not servers).
Signing in is a browser OAuth flow on first use; there is nothing to paste into the config.
Gemini CLI
Install the bundled extension straight from this repo:
gemini extensions install https://github.com/global-database/mcp-serverOr add the server to settings.json by hand:
{
"mcpServers": {
"global-database": {
"httpUrl": "https://mcp.globaldatabase.com/mcp",
"authProviderType": "dynamic_discovery"
}
}
}Perplexity
Requires a paid plan (custom connectors are a Pro/Enterprise feature). In Settings → Connectors → + Custom connector → Remote, enter:
Field | Value |
Name | Global Database |
MCP Server URL |
|
Authentication | OAuth |
Transport | Streamable HTTP |
Then open the connector card to run the OAuth sign-in.
Grok
At grok.com/connectors → New Connector → Custom, enter the
MCP server URL https://mcp.globaldatabase.com/mcp and complete the OAuth sign-in. Grok
discovers the tools from the live endpoint.
Microsoft Copilot Studio
In your agent → Tools → Add a tool → Model Context Protocol → New MCP server, enter the
server URL https://mcp.globaldatabase.com/mcp and pick OAuth 2.0 with dynamic
registration / discovery. Leave Scope empty — the server publishes no scopes, and a
non-empty one fails the token request.
Copilot Studio ignores the MCP instructions field, so the agent starts without the routing
rules every other client receives. Paste
copilot-studio-instructions.md into Agent → Overview →
Instructions after the connection is created.
Claude.ai / other MCP clients
Add a custom connector pointing at https://mcp.globaldatabase.com/mcp.
Related MCP server: AgentData MCP Server
Authentication
OAuth 2.1 with PKCE and Dynamic Client Registration — the client registers itself, so there is nothing to configure. On first connect your browser opens a Global Database login page where you paste your API key; the key is held in the access-token claims server-side and is never passed as a tool argument.
Get an API key at globaldatabase.com.
Tools
Tool | What it does |
| Verify the API connection and return current user info. |
| Look up a company by website URL or domain. |
| Look up a company by LinkedIn URL or public ID. |
| Look up a company by name, registration number, VAT, ticker, website, email, or LinkedIn. |
| Full company profile by |
| Balance sheet, ratios, and key metrics per year. |
| Shareholders and corporate group structure. |
| Web traffic, rankings, traffic sources, WHOIS, technologies. |
| Find the people at a company, or people by name, role, department, or seniority. |
| Full profile for one person from a |
| Find people at companies given by web domain, via the contact-enrichment providers. |
| Find and enrich one named employee/contact — email, phone, socials. |
| Lookup values for use with prospecting filters. |
| Search and filter companies by country, industry, size, revenue, and more. |
| Search official government registries for KYB/compliance checks. |
| Official registry details for a company. |
| Directors, secretaries, and officers from the official registry. |
| Shareholders from the official registry. |
| Reverse shareholder lookup by holder name, across jurisdictions. |
| Corporate group structure from the official registry. |
| Detailed financial statements across multiple years. |
| Reverse officer lookup by person's name, across jurisdictions. |
Resources and prompts
Beyond tools, the server exposes MCP resources so a client can load reference data once per conversation instead of spending a tool call (and credits) on it:
Resource | Contents |
| Country list for the |
| Country list for |
| Company status values for |
| Department ids for |
| Seniority ids for |
| Full prospecting filter catalog — field names and value formats. |
| Keyword → tool glossary for routing a request. |
Larger, hierarchical nomenclatures (NACE, ISIC, SIC, industry focus, region) stay behind the
get_nomenclature tool and its search parameter.
Prompts shipped with the server: company_research, due_diligence, lead_generation,
competitor_analysis, market_research.
Plugins and skill
The same contents ship as a plugin for both Cursor (.cursor-plugin/plugin.json) and
Claude Code (.claude-plugin/marketplace.json), so the server can be installed from a
marketplace instead of being wired up by hand. Each plugin bundles:
the remote MCP server above (all tools), and
three skills:
company-due-diligencewalks the agent through a structured KYB review — resolve the entity, then pull registry details, officers, shareholders, group structure and financials into one dossier;company-snapshotgives a fast one-screen profile instead of the full dossier;prospect-listbuilds a target account list from firmographic filters, optionally enriched with contacts.
Where it is listed
Verified 2026-09-01.
Directory | Entry |
| |
| |
| |
Global Database — Apps SDK app | |
|
Also installable without a directory:
Channel | How |
Claude Code plugins |
|
Antigravity CLI |
|
Gemini Enterprise | admin registers it as a custom MCP connection per tenant |
Not listed: PulseMCP (their submissions are paused), mcp.so, and the VS Code / GitHub MCP
gallery — that last one is a curated catalogue of a few hundred servers and is not an
ingest of the Official MCP Registry, so publishing there does not reach it. Also not
pursued: Perplexity's curated connector catalog (no self-serve submission exists — only the
custom-connector route above) and Microsoft's MCP server certification for Copilot Studio (a
real Partner Center pipeline, unlike Perplexity's — see PUBLISHING.md).
Maintainer notes — publishing, DNS verification and the remaining directories:
PUBLISHING.md.
Links
About this repository
Distribution metadata only (server.json, .mcp.json, plugin.json,
.claude-plugin/, .cursor-plugin/, gemini-extension.json) so MCP directories and
clients can discover the hosted server, plus the client-side extras that ship with it — the
three skills and the Copilot Studio instruction block. MIT covers this
metadata; the server implementation and the Global Database API are not open source.
This server cannot be deployed
Maintenance
Related MCP Connectors
Global B2B intelligence for AI agents: 35M+ companies, 1.6M sanctions, KYB pack. 78 tools.
CompanyLens is a remote MCP server giving AI agents instant access to official company registry data across 19 jurisdictions in Europe, the Americas, and Asia-Pacific. Eighteen read-only tools let you search companies and people, look up officers and beneficial owners, map corporate networks through shared directors, screen names against the UK disqualified directors register, find every company at a registered address, and pull filing history — all from a single connector. Visit our website: https://companylens.io
Real-time B2B data for agents: search and enrich 1B+ people and 200M+ company profiles.
Search companies, enrich contacts, and reveal emails and phones from your AI agent.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceProvides real-time company verification and corporate intelligence by accessing global registries like UK Companies House, Singapore ACRA, and OpenCorporates. It enables AI agents to perform KYC tasks, retrieve company profiles, and conduct automated risk assessments for due diligence workflows.95 npmMIT
- AlicenseAqualityDmaintenanceConnects AI agents to AgentData's company intelligence platform, enabling natural language queries for structured company data like tech stacks, emails, people, and signals.615 npmMIT

companieswiseofficial
AlicenseAqualityDmaintenanceProvides verified UK company lookup and number validation for AI agents using official Companies House data. Enables lookup of registered details by number, validation of company number format, and search by company name.327 npmApache 2.0- AlicenseAqualityCmaintenanceEnables AI assistants to search and retrieve UK Companies House data including company profiles, officers, and filing history via the official API.470 npm1MIT