Data Collection
grantedai.com
Search and retrieve detailed information on grants and funders from a large database of opportunities.
ENDPOINT 1
https://grantedai.com/api/mcp/mcp
MCP server metadata
- Name
- Granted
- Version
- 1.0.0
Granted: live U.S. grant database (federal, state, and private foundation funding) for nonprofits, schools, government agencies, and small businesses. Call search_grants to discover live opportunities by topic or keyword, get_grant for full details by slug, search_funders/get_funder to research private foundations, and get_past_winners to find prior recipients of a federal program.
Known tools 5
search_grantsSearch 140,000+ grant opportunities by keyword, state, source type, funder, and more.
Inferred read-onlysearch_fundersSearch 133,000+ US foundations by name, state, NTEE code, asset range, and annual income range.
Inferred read-onlyget_funderGet a full foundation profile including mission, 5-year financials, recent grants awarded, key officers, and application info.
Inferred read-onlyget_past_winnersCompetitive intelligence: see who has won a specific federal grant program.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for grantedai.com was fetched 2026-08-04T00:54:16.270Z and is being refreshed.
grantedai.com is assessed as Caution: Domain is currently showing placeholder (lorem ipsum) content.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.