Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Databases
  3. Global Database
Global Database logo
Health: ActiveRecent health check succeeded.Last checked 8/27/2026, 12:47:02 AM

Global Database

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Verified company profiles, financials, ownership, registry records and business contacts.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "global-database": {
      "url": "https://cursor.com/deeplink/mcp-install-dark.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=global-database&config=eyJ0eXBlIjogImh0dHAiLCAidXJsIjogImh0dHBzOi8vbWNwLmdsb2JhbGRhdGFiYXNlLmNvbS9tY3AifQ=="
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ—„οΈ More in Databases

Documentation Overview

Global Database β€” MCP Server

Add to Cursor Install in VS Code Smithery MCP Registry

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):

config.json
{
  "mcpServers": {
    "global-database": {
      "type": "http",
      "url": "https://mcp.globaldatabase.com/mcp"
    }
  }
}

Claude Code

Terminal
claude mcp add --transport http global-database https://mcp.globaldatabase.com/mcp

Or install the plugin, which adds the server and the company-due-diligence skill:

Code
/plugin marketplace add global-database/mcp-server
/plugin install global-database@global-database

VS Code (GitHub Copilot)

Use the Install server badge above, or add it from the terminal:

bash
code --add-mcp '{"name":"global-database","type":"http","url":"https://mcp.globaldatabase.com/mcp"}'

Gemini CLI

Install the bundled extension straight from this repo:

bash
gemini extensions install https://github.com/global-database/mcp-server

Or add the server to settings.json by hand:

config.json
{
  "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:

FieldValue
NameGlobal Database
MCP Server URLhttps://mcp.globaldatabase.com/mcp
AuthenticationOAuth
TransportStreamable 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.

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

ToolWhat it does
check_api_keyVerify the API connection and return current user info.
get_company_by_websiteLook up a company by website URL or domain.
get_company_by_linkedinLook up a company by LinkedIn URL or public ID.
get_company_by_identifiersLook up a company by name, registration number, VAT, ticker, website, email, or LinkedIn.
get_company_detailsFull company profile by company_id.
get_company_financialsBalance sheet, ratios, and key metrics per year.
get_company_ownershipShareholders and corporate group structure.
get_digital_insightsWeb traffic, rankings, traffic sources, WHOIS, technologies.
search_employeesFind the people at a company, or people by name, role, department, or seniority.
get_employee_detailsFull profile for one person from a search_employees row.
find_people_by_domainFind people at companies given by web domain, via the contact-enrichment providers.
enrich_employee_contactsFind and enrich one named employee/contact β€” email, phone, socials.
get_nomenclatureLookup values for use with prospecting filters.
prospectingSearch and filter companies by country, industry, size, revenue, and more.
kyb_searchSearch official government registries for KYB/compliance checks.
kyb_company_detailsOfficial registry details for a company.
kyb_officersDirectors, secretaries, and officers from the official registry.
kyb_shareholdersShareholders from the official registry.
kyb_shareholders_searchReverse shareholder lookup by holder name, across jurisdictions.
kyb_group_structureCorporate group structure from the official registry.
kyb_financialDetailed financial statements across multiple years.
kyb_officers_searchReverse 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:

ResourceContents
gdb://nomenclature/countryCountry list for the prospecting location filter.
gdb://nomenclature/kyb-countriesCountry list for kyb_search.
gdb://nomenclature/company-statusCompany status values for prospecting.
gdb://nomenclature/departmentDepartment ids for search_employees.
gdb://nomenclature/senioritySeniority ids for search_employees.
gdb://docs/prospecting-filtersFull prospecting filter catalog β€” field names and value formats.
gdb://docs/intent-glossaryKeyword β†’ 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
  • a company-due-diligence skill that walks the agent through a structured KYB review β€” resolve the entity, then pull registry details, officers, shareholders, group structure and financials into one dossier.

Where it is listed

RegistryEntry
Official MCP Registrycom.globaldatabase/mcp β€” published from server.json
Smitheryglobal-database (verified)
Claude Code plugins/plugin marketplace add global-database/mcp-server
Cursor marketplaceglobal-database
Gemini CLI extensionsgemini extensions install https://github.com/global-database/mcp-server

Maintainer notes β€” publishing, DNS verification and the remaining directories: PUBLISHING.md.

Links

  • Homepage
  • Smithery listing
  • Privacy policy
  • Terms

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 company-due-diligence skill and the Copilot Studio instruction block. MIT covers this metadata; the server implementation and the Global Database API are not open source.

Related MCP Servers

View all in Databases View all alternatives
  • Genai Toolbox logoGenai Toolbox

    Open source MCP server specializing in easy, fast, and secure tools for Databases.

    πŸ—„οΈ Databases4 views
    Compare vs Genai Toolbox β†’
  • Afgong Sqlite MCP Server logoAfgong Sqlite MCP Server

    Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…

    πŸ—„οΈ Databases0 views
    Compare vs Afgong Sqlite MCP Server β†’
  • MCP Server Mysql logoMCP Server Mysql

    MySQL database integration in NodeJS with configurable access controls and schema inspection

    πŸ—„οΈ Databases3 views
    Compare vs MCP Server Mysql β†’
  • Airtable MCP Server logoAirtable MCP Server

    Airtable database integration with schema inspection, read and write capabilities

    πŸ—„οΈ Databases2 views
    Compare vs Airtable MCP Server β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Global Database

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "global-database": { "command": "npx", "args": ["-y", "Global Database"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGlobal Database AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/global-database?style=directory)](https://allmcps.com/mcp/global-database)
HTML Embed
<a href="https://allmcps.com/mcp/global-database"><img src="https://allmcps.com/api/badge/global-database?style=directory" alt="Global Database on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ—„οΈDatabases
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ—„οΈ Databases β†’Best MCP servers for Databases β†’Alternatives to Global Database β†’Install in Claude DesktopInstall in CursorInstall in VS Code