Grants.Gov Server
БесплатноНе проверенModel Context Protocol (MCP) server that provides access to the Grants.gov API for searching and retrieving federal grant opportunities.
Описание
Model Context Protocol (MCP) server that provides access to the Grants.gov API for searching and retrieving federal grant opportunities.
README
Model Context Protocol (MCP) server that provides access to the Grants.gov API for searching and retrieving federal grant opportunities.
Features
This MCP server enables Claude to:
- Search for federal grant opportunities across all agencies
- Retrieve detailed information about specific opportunities
- Analyze funding trends and patterns
- Query by keywords, agencies, statuses, funding categories, and more
- Access open opportunities from the entire federal government
Tools
Core Tools
search_opportunities - Search for grant opportunities with comprehensive filtering options
- Keywords in titles and descriptions
- Federal agency codes (HHS, DOE, NSF, etc.)
- Opportunity status (forecasted, posted, closed, archived)
- Funding categories and instruments
- Eligibility requirements
- Assistance Listing Numbers (ALN)
- Supports up to 1000 results per query
get_opportunity_details - Get complete information about a specific opportunity by ID
- Full eligibility requirements
- Application deadlines
- Funding amounts
- Contact information
- Application instructions
Efficiency Tools
search_opportunities_light - Lightweight search returning only essential fields
- Reduces response size for large result sets
- Returns: opportunityId, opportunityNumber, opportunityTitle, agencyName, openDate, closeDate, estimatedFunding, oppStatus
analyze_opportunity_trends - Server-side trend analysis and aggregation
- Processes up to 1000 opportunities server-side
- Returns aggregated summaries including:
- Total opportunities and estimated funding
- Distribution by federal agency
- Distribution by funding category
- Distribution by opportunity status
- Common themes in opportunity titles
- Designed to avoid context limits when analyzing large datasets
Installation
Using Docker (Recommended)
- Build the Docker image:
docker build -t grants-gov-mcp .
- Add to Claude Code:
claude mcp add --transport stdio -s user grants-gov -- docker run -i --rm grants-gov-mcp
- Add to Claude Desktop (
claude_desktop_config.json):
{
"mcpServers": {
"grants-gov": {
"command": "docker",
"args": ["run", "-i", "--rm", "grants-gov-mcp"]
}
}
}
Using Python Directly
- Install dependencies:
pip install -r requirements.txt
- Add to Claude Code:
claude mcp add --transport stdio -s user grants-gov -- python /path/to/server.py
Usage Examples
Search for opportunities by keyword
Find current grant opportunities related to climate change
Search by agency
What grant opportunities are currently open from the Department of Energy?
Analyze funding trends
Analyze health-related grant opportunities from HHS over the past year
Get specific opportunity details
Get details for grant opportunity EPA-R-001
Search with multiple filters
Find forecasted and posted opportunities from NSF in the education category
API Details
No Authentication Required
The Grants.gov search2 and fetchOpportunity endpoints do not require authentication or API keys.
Opportunity Statuses
- forecasted - Future opportunities not yet open for applications
- posted - Currently open for applications
- closed - No longer accepting applications
- archived - Historical opportunities
Common Agency Codes
- HHS - Department of Health and Human Services
- DOE - Department of Energy
- NSF - National Science Foundation
- ED - Department of Education
- USDA - Department of Agriculture
- DOD - Department of Defense
- NASA - National Aeronautics and Space Administration
- And many more...
Funding Instruments
- G - Grant
- CA - Cooperative Agreement
- PC - Procurement Contract
- O - Other
Grants.gov Search Parameters
The API supports numerous search parameters:
- keyword - Text search in titles and descriptions
- oppNum - Specific opportunity number
- agencies - Federal agency codes (pipe-separated)
- oppStatuses - Opportunity statuses (pipe-separated)
- fundingCategories - Funding category codes (pipe-separated)
- fundingInstruments - Funding instrument types
- eligibilities - Eligible applicant types
- aln - Assistance Listing Number
- sortBy - Field to sort results by
- rows - Number of results (max 1000)
- startRecordNum - Pagination offset
Development
The server is built using:
- Python 3.11+
- MCP SDK
- Grants.gov API v1
Useful Links
License
MIT
Related Projects
- MCP NIH Reporter - NIH research awards
- MCP NSF Awards - NSF research awards
Установка Grants.Gov Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jhalsey87/MCP_Grants_SearchFAQ
Grants.Gov Server MCP бесплатный?
Да, Grants.Gov Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Grants.Gov Server?
Нет, Grants.Gov Server работает без API-ключей и переменных окружения.
Grants.Gov Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Grants.Gov Server в Claude Desktop, Claude Code или Cursor?
Открой Grants.Gov Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Grants.Gov Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
