# GrantSonar MCP server

Search verified-open US grants (federal, state, foundation). Read-only MCP for AI agents.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-romulusfoundry-grantsonar
- Repository: https://github.com/romulusfoundry/grant-radar

## Install
- Endpoint: https://grantsonar.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://grantsonar.com/api/mcp

## Tools
- search_grants - 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 fallback. Returns title, agency, deadline, award amounts, similarity score, and a GrantSonar URL per hit. Endpoint: https://grantsonar.com/api/mcp
- get_grant - Fetch the full detail of a single grant opportunity by its GrantSonar grant_id (UUID), including synopsis, eligibility, deadlines, and award amounts. Endpoint: https://grantsonar.com/api/mcp
- list_my_matches - 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 per grant. Endpoint: https://grantsonar.com/api/mcp
- get_my_application - Fetch one of YOUR grant applications (status + every section draft) by application_id or grant_id. Requires your API key. Endpoint: https://grantsonar.com/api/mcp
- list_my_applications - List YOUR organization's grant applications (id, grant title, status, document type, last updated). Requires your API key. Endpoint: https://grantsonar.com/api/mcp
- save_grant - Save a grant to YOUR pipeline, or set its status to pursuing/applied. Reversible. Requires your API key. Mirrors the dashboard Save button. Endpoint: https://grantsonar.com/api/mcp
- dismiss_grant - Dismiss a grant from YOUR active feed, or restore it (dismissed=false). Reversible. Requires your API key. Endpoint: https://grantsonar.com/api/mcp
- update_application_section - 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_application to see section_keys. Endpoint: https://grantsonar.com/api/mcp
- draft_application_section - 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 API key. This is the only tool that runs the grant writer, so it is metered heavily. Returns the drafted text. Use get_my_application for section_keys. Endpoint: https://grantsonar.com/api/mcp

## Resources
- grantsonar://coverage/industries - Live count of open grant opportunities in each major industry vertical. MIME type: application/json
- grantsonar://taxonomy/topics - GrantSonar's 267 grant topic clusters, each with an open-grant count. MIME type: application/json
- grantsonar://dataset/stats - Canonical, sourced scope of the GrantSonar funder + grant-records dataset. MIME type: application/json

## Prompts
- find_grants_for_org - Find relevant grant opportunities for an organization. Arguments: org_name, focus_area, state
- grants_closing_soon - Surface relevant grants with the nearest deadlines. Arguments: topic, days

## Metadata
- Owner: io.github.romulusfoundry
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 29, 2026
- Source: https://registry.modelcontextprotocol.io
