← ungovr.org

INDIVIDUAL MCP TOOL

submit_service_request

Submit a government service request (e.

ungovr.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.ungovr.org/mcp

No auth detected

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

ungovr.org

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

.mcp.json

{
  "mcpServers": {
    "ungovr-mcp": {
      "type": "http",
      "url": "https://mcp.ungovr.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ungovr-mcp
Remote MCP URL: https://mcp.ungovr.org/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": {
    "ungovr-mcp": {
      "url": "https://mcp.ungovr.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "ungovr-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.ungovr.org/mcp"
}
MCP Inspector

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

Related tools

  • list_countries — List all countries with government entity data in UnGovr, including entity counts and coverage metadata.
  • search_entities — Search government entities by country, optional state/province, name query, and entity type.
  • get_entity — Get full details for a specific government entity by its URL slug (e.
  • get_product_coverage — Get the full hierarchy of government entities where an UnGovr product is available.
  • get_open_records_law — Get the open records law (FOIA/RTI equivalent) governing a jurisdiction: name, citation, response deadlines, fees, exemptions, appeal process, records retention rules and RTI rating.
  • search_transparency_laws — Search government transparency laws across five domains: open records, open meetings, fiscal transparency, digital accessibility, and oversight bodies.
  • search_cgj_reports — Search California Grand Jury reports by county, year, and/or title keyword.
  • get_cgj_report — Get full details for a specific California Grand Jury report by ID.