Global Database
MCP Server Online

Global Database MCP Server

This URL is the Model Context Protocol endpoint. Connect it to your AI assistant (Claude, ChatGPT, Cursor, etc.) to give the model live access to Global Database's company, contact, and prospecting tools.

Server endpoint

Use this URL in any MCP-compatible client. Authentication is handled via OAuth — your client will prompt for your Global Database API key on first connect.

https://mcp.globaldatabase.com/mcp

Connect your AI client

Pick your client below for setup instructions.

Open Claude Desktop → SettingsConnectorsAdd custom connector, then paste the server URL:

Name: Global Database
URL:  https://mcp.globaldatabase.com/mcp

Or add it to claude_desktop_config.json:

{
  "mcpServers": {
    "global-database": {
      "url": "https://mcp.globaldatabase.com/mcp"
    }
  }
}

In ChatGPT (Pro/Business/Enterprise), open SettingsConnectorsAdd a connector, then paste:

https://mcp.globaldatabase.com/mcp

Approve the OAuth prompt, enter your Global Database API key, and the connector is ready.

Add to ~/.cursor/mcp.json (or your workspace .cursor/mcp.json):

{
  "mcpServers": {
    "global-database": {
      "url": "https://mcp.globaldatabase.com/mcp"
    }
  }
}

Any MCP-compatible client that supports streamable HTTP transport and OAuth 2.1 dynamic client registration can connect. Point it at:

https://mcp.globaldatabase.com/mcp

The server advertises OAuth metadata at /.well-known/oauth-protected-resource and supports dynamic client registration.

Resources

Documentation, API keys, and support.