← globalgov.io

INDIVIDUAL MCP TOOL

get_related_solicitations

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

globalgov.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.globalgov.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_related_solicitations 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

globalgov.io

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.

Related tools

  • 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.
  • get_solicitation — Fetch one full public solicitation record by slug (as returned by search_solicitations / get_live_opportunity_feed) or by UUID.
  • 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).
  • get_platform_stats — Canonical GlobalGov coverage numbers: total and open solicitation counts, countries covered, source systems, languages, vendor counts.