Global Database
Access comprehensive company data including financial records, ownership structures, and contact information. Search for businesses using domains, registration numbers, or LinkedIn profiles to stream…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add global-database/gdb
# Browse available tools
npx -y smithery tool list global-database/gdb
# Get full schema for a tool
npx -y smithery tool get global-database/gdb check_api_key
# Call a tool
npx -y smithery tool call global-database/gdb check_api_key '{}'Direct MCP Connection
Endpoint: https://global-database.run.tools
Optional config:
url(query) — Company Domain or Websitelinkedin_url(query) — Company LinkedIn Urlregistration_number(query) — Registration Numbervat_number(query) — VAT Numberticker(query) — Tickercountry_code(query) — Country Code ISOcompany_id(query) — Internal GDB Company IDyear(query) — Year for Financial Data
Tools (6)
check_api_key— Verify if the API token is valid and get user information.get_company_by_domain_or_website— Get company details by domain/URL.get_company_by_linkedin_url— Get company details by LinkedIn company URL.get_company_financials— Get company financial data by company ID and year.find_companies_by_identifiers— Search for companies using Global Database by identifiersget_company_ownership— Get company ownership data including shareholders and group structure.
# Get full input/output schema for a tool
npx -y smithery tool get global-database/gdb Prompts (1)
company_research(company_name) — Research a company using Global Database. Searches by name, retrieves details, financials, and ownership.