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.
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.
Pick your client below for setup instructions.
Open Claude Desktop → Settings → Connectors → Add 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 Settings → Connectors → Add 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.