← Registry

Data Collection

globalgov.io

Provides access to global government procurement data, enabling search, retrieval, and analysis of solicitations and related opportunities.

2 endpoints10 known toolsFirst detected September 2, 2026Last detected September 2, 2026

ENDPOINT 1

https://freemcp.globalgov.io/mcp

No auth detected

MCP server metadata

Name
globalgov-public-mcp
Version
1.0.3
Capabilities
tools
Server instructions

GlobalGov aggregates 10M+ government procurement records (solicitations, tenders, grants) across 193 countries, 60 of them with a national procurement source, updated daily. Tools return JSON in both the text content block and structuredContent. Access levels: without an X-API-Key header you get a genuinely useful FREE tier — get_platform_stats (unlimited); search_solicitations (15 results/page, up to 3 pages, ~30 searches/visitor/24h); get_solicitation returning the FACTUAL record only (no AI brief), ~10 opens/visitor/24h; and get_related_solicitations returning up to 3 related, ~3 calls/visitor/24h. The live feed (get_live_opportunity_feed), full-depth paginated search, the full related set, and the AI brief on records require a valid X-API-Key on a plan that includes API access (governed by the per-key hourly limit). When a free daily cap is spent, tools return an honest error='free_tier_limit_reached' result with reset_at — wait for the reset or connect an API key rather than treating it as empty. If a tool returns error='unavailable_for_tier' or 'upgrade_required', tell the user to connect a GlobalGov API key from a plan with API access. Degraded states are reported honestly: when a backing cache is cold or the database is under load, tools return an isError result whose JSON payload has error='warming_up' or 'computing' and retryable=true — retry after a short delay rather than treating it as an empty result.

Known tools 5

search_solicitations

Full-text search over 10M+ government procurement records (solicitations, tenders, RFPs, grants) from 193 countries, 60 of them with a national procurement source, updated daily.

Inferred read-only
get_solicitation

Fetch one full public solicitation record by slug (as returned by search_solicitations / get_live_opportunity_feed) or by UUID.

Inferred read-only
get_related_solicitations

Up to 5 open solicitations related to a given record slug, matched by country and NAICS code, ordered by nearest deadline.

Inferred read-only
get_live_opportunity_feed

A random sample of 12 records from the curated live feed of open defense/technology opportunities (multi-country, multi-source, deduplicated by country+source).

Inferred read-only
get_platform_stats

Canonical GlobalGov coverage numbers: total and open solicitation counts, countries covered, source systems, languages, vendor counts.

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.globalgov-public-mcp]
url = "https://freemcp.globalgov.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "globalgov-public-mcp": {
      "type": "http",
      "url": "https://freemcp.globalgov.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: globalgov-public-mcp
Remote MCP URL: https://freemcp.globalgov.io/mcp

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": {
    "globalgov-public-mcp": {
      "url": "https://freemcp.globalgov.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "globalgov-public-mcp": {
      "type": "http",
      "url": "https://freemcp.globalgov.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "globalgov-public-mcp",
  "transport": "streamable-http",
  "url": "https://freemcp.globalgov.io/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://mcp.globalgov.io/mcp

No auth detected

MCP server metadata

Name
globalgov-public-mcp
Version
1.0.3
Capabilities
tools
Server instructions

GlobalGov aggregates 10M+ government procurement records (solicitations, tenders, grants) across 193 countries, 60 of them with a national procurement source, updated daily. Tools return JSON in both the text content block and structuredContent. Access levels: without an X-API-Key header you get a genuinely useful FREE tier — get_platform_stats (unlimited); search_solicitations (15 results/page, up to 3 pages, ~30 searches/visitor/24h); get_solicitation returning the FACTUAL record only (no AI brief), ~10 opens/visitor/24h; and get_related_solicitations returning up to 3 related, ~3 calls/visitor/24h. The live feed (get_live_opportunity_feed), full-depth paginated search, the full related set, and the AI brief on records require a valid X-API-Key on a plan that includes API access (governed by the per-key hourly limit). When a free daily cap is spent, tools return an honest error='free_tier_limit_reached' result with reset_at — wait for the reset or connect an API key rather than treating it as empty. If a tool returns error='unavailable_for_tier' or 'upgrade_required', tell the user to connect a GlobalGov API key from a plan with API access. Degraded states are reported honestly: when a backing cache is cold or the database is under load, tools return an isError result whose JSON payload has error='warming_up' or 'computing' and retryable=true — retry after a short delay rather than treating it as an empty result.

Known tools 5

search_solicitations

Full-text search over 10M+ government procurement records (solicitations, tenders, RFPs, grants) from 193 countries, 60 of them with a national procurement source, updated daily.

Inferred read-only
get_solicitation

Fetch one full public solicitation record by slug (as returned by search_solicitations / get_live_opportunity_feed) or by UUID.

Inferred read-only
get_related_solicitations

Up to 5 open solicitations related to a given record slug, matched by country and NAICS code, ordered by nearest deadline.

Inferred read-only
get_live_opportunity_feed

A random sample of 12 records from the curated live feed of open defense/technology opportunities (multi-country, multi-source, deduplicated by country+source).

Inferred read-only
get_platform_stats

Canonical GlobalGov coverage numbers: total and open solicitation counts, countries covered, source systems, languages, vendor counts.

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.globalgov-public-mcp]
url = "https://mcp.globalgov.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "globalgov-public-mcp": {
      "type": "http",
      "url": "https://mcp.globalgov.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: globalgov-public-mcp
Remote MCP URL: https://mcp.globalgov.io/mcp

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": {
    "globalgov-public-mcp": {
      "url": "https://mcp.globalgov.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "globalgov-public-mcp": {
      "type": "http",
      "url": "https://mcp.globalgov.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "globalgov-public-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.globalgov.io/mcp"
}
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.