# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add global-database/gdb

# Browse available tools
npx -y @smithery/cli@latest tool list global-database/gdb

# Get full schema for a tool
npx -y @smithery/cli@latest tool get global-database/gdb check_api_key

# Call a tool
npx -y @smithery/cli@latest tool call global-database/gdb check_api_key '{}'
```

## Direct MCP Connection

Endpoint: `https://global-database.run.tools`

**Optional config:**
- `url` (query) — Company Domain or Website
- `linkedin_url` (query) — Company LinkedIn Url
- `registration_number` (query) — Registration Number
- `vat_number` (query) — VAT Number
- `ticker` (query) — Ticker
- `country_code` (query) — Country Code ISO
- `company_id` (query) — Internal GDB Company ID
- `year` (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 identifiers
- `get_company_ownership` — Get company ownership data including shareholders and group structure.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get global-database/gdb <tool-name>
```

## Prompts (1)

- `company_research` (company_name) — Research a company using Global Database. Searches by name, retrieves details, financials, and ownership.
