← grantedai.com

INDIVIDUAL MCP TOOL

get_grant

Get full details for a specific grant by its slug.

grantedai.comnone authenticationAvailability not checked

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 endpoint

grantedai.com

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.granted]
url = "https://grantedai.com/api/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "granted": {
      "type": "http",
      "url": "https://grantedai.com/api/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "granted": {
      "type": "http",
      "url": "https://grantedai.com/api/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "granted",
  "transport": "streamable-http",
  "url": "https://grantedai.com/api/mcp/mcp"
}
MCP Inspector

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

Related tools

  • search_grants — Search 140,000+ grant opportunities by keyword, state, source type, funder, and more.
  • search_funders — Search 133,000+ US foundations by name, state, NTEE code, asset range, and annual income range.
  • get_funder — Get a full foundation profile including mission, 5-year financials, recent grants awarded, key officers, and application info.
  • get_past_winners — Competitive intelligence: see who has won a specific federal grant program.