← utilityhouse.xyz

INDIVIDUAL MCP TOOL

submit_federal_grant_profile_v2_beta

Use this opt-in free-beta tool only when the user wants to test opportunity 359701 against current actual non-personal organization, project, and readiness facts.

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 submit_federal_grant_profile_v2_beta 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