GrantSonar
io.github.romulusfoundry/grantsonarSearch verified-open US grants (federal, state, foundation). Read-only MCP for AI agents.
Tools · 9
Search open grant opportunities in the GrantSonar corpus (federal, state, and foundation grants). Uses semantic similarity over a plain-English description of the project or need, with a keyword fallb…
Fetch the full detail of a single grant opportunity by its GrantSonar grant_id (UUID), including synopsis, eligibility, deadlines, and award amounts.
List YOUR organization's scored grant matches — the same personalized matches shown on your GrantSonar dashboard. Requires your API key. Returns match tier, score, reasons, pipeline status, and a URL …
Fetch one of YOUR grant applications (status + every section draft) by application_id or grant_id. Requires your API key.
List YOUR organization's grant applications (id, grant title, status, document type, last updated). Requires your API key.
Save a grant to YOUR pipeline, or set its status to pursuing/applied. Reversible. Requires your API key. Mirrors the dashboard Save button.
Dismiss a grant from YOUR active feed, or restore it (dismissed=false). Reversible. Requires your API key.
Write content into one section of YOUR grant application (replace or append). Requires your API key. The prior draft is snapshotted to version history first, so this is recoverable. Use get_my_applica…
Generate an AI first-draft for one section of YOUR application, grounded in the funding notice and your org profile, and save it into that section (prior content snapshotted first). Requires a paid AP…
Resources · 3
Live count of open grant opportunities in each major industry vertical.
grantsonar://coverage/industries
GrantSonar's 169 grant topic clusters, each with an open-grant count.
grantsonar://taxonomy/topics
Canonical, sourced scope of the GrantSonar funder + grant-records dataset.
grantsonar://dataset/stats
Prompts · 2
Find relevant grant opportunities for an organization.
Surface relevant grants with the nearest deadlines.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"grantsonar": {
"url": "https://grantsonar.com/api/mcp",
"transport": "streamable-http"
}
}
}