← Registry

Data Collection

connecthubglobal.com

Provides tools to search and retrieve public business records, source claims, regulatory identifiers, and recent updates from Global Connect Hub's business directory.

1 endpoint6 known toolsFirst detected September 12, 2026Last detected September 12, 2026

ENDPOINT 1

https://connecthubglobal.com/mcp/public

No auth detected

MCP server metadata

Name
global-connect-hub-public
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Read-only access to Global Connect Hub's public business directory. Every value comes with its source, retrieval time, verification time and a confidence level; fields where sources disagree are returned as disputed with all values kept. GCH is not an official register — cite the canonical_url of the record you used, and follow source_url through to the originating source when the fact matters.

Known tools 6

search_businesses

Search Global Connect Hub's public business directory by keyword, country, industry, or whether the record carries a website, a registration number or a stock listing.

Inferred read-only
get_business

Fetch one public business record by its GCH record ID or slug, including every field's source, retrieval date, verification date and confidence, plus its canonical citation URL.

Inferred read-only
get_business_sources

Return the underlying source claims for one business record, grouped by field, including cases where sources disagree.

Inferred read-only
get_regulatory_data

Return a business record's register identifiers (LEI, registration number, jurisdiction) and any cached official-register lookups with their own retrieval timestamps.

Inferred read-only
get_recent_updates

Return public business record changes newest first, with previous and current values, so an agent can tell whether information it already holds is stale.

Inferred read-only
get_dataset_metadata

Describe what Global Connect Hub covers, how many records come from official registers versus web aggregation, how confidence is calculated, rate limits, licence terms and known limitations.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.global-connect-hub-public]
url = "https://connecthubglobal.com/mcp/public"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "global-connect-hub-public": {
      "type": "http",
      "url": "https://connecthubglobal.com/mcp/public"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: global-connect-hub-public
Remote MCP URL: https://connecthubglobal.com/mcp/public

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "global-connect-hub-public": {
      "url": "https://connecthubglobal.com/mcp/public"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "global-connect-hub-public": {
      "type": "http",
      "url": "https://connecthubglobal.com/mcp/public"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "global-connect-hub-public",
  "transport": "streamable-http",
  "url": "https://connecthubglobal.com/mcp/public"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.