← utilityhouse.xyz

INDIVIDUAL MCP TOOL

get_federal_grant_evidence_pack

Use this limited free-beta tool after search or preview when the user wants a complete, versioned hard-gate and award-history evidence pack for one U.

utilityhouse.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://grants.utilityhouse.xyz/mcp/registry

No auth detected

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

utilityhouse.xyz

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.federal-grant-evidence]
url = "https://grants.utilityhouse.xyz/mcp/registry"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "federal-grant-evidence": {
      "type": "http",
      "url": "https://grants.utilityhouse.xyz/mcp/registry"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: federal-grant-evidence
Remote MCP URL: https://grants.utilityhouse.xyz/mcp/registry

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": {
    "federal-grant-evidence": {
      "url": "https://grants.utilityhouse.xyz/mcp/registry"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "federal-grant-evidence": {
      "type": "http",
      "url": "https://grants.utilityhouse.xyz/mcp/registry"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "federal-grant-evidence",
  "transport": "streamable-http",
  "url": "https://grants.utilityhouse.xyz/mcp/registry"
}
MCP Inspector

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

Related tools