← connecthubglobal.com

INDIVIDUAL MCP TOOL

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.

connecthubglobal.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://connecthubglobal.com/mcp/public

No auth detected

Connect to this endpoint to inspect the live schema for get_regulatory_data and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

connecthubglobal.com

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.

Related tools

  • 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.
  • 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.
  • get_business_sources — Return the underlying source claims for one business record, grouped by field, including cases where sources disagree.
  • 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.
  • 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.