OpenGrants OS
An MCP server for discovering, matching, drafting, and managing grants and public goods funding for open-source AI projects. It integrates Grants.gov, NSF Awards, GitHub Sponsors, Open Collective, Gitcoin, and other sources to provide grounded proposals and autonomous funding lifecycle management.
README
OpenGrants OS
The open-source Autonomous Agentic AI MCP Server for grants, public-goods funding, and open-source AI sustainability.
Eliminate the discovery tax. Treat traditional grants and donations / sponsorships / quadratic funding as equal first-class citizens so open-source AI and public-goods projects can compete on a level playing field.
Try it now
Launch the interactive shell →
A complete, offline-capable demo: Discover, Constellation (3D knowledge graph), Pipeline, Draft, Console, and Profile — all in one page. No install required.
Or open the file directly: demo/index.html
Why OpenGrants OS?
Most funding tools are either closed SaaS or fragmented portals. OpenGrants OS is:
- A first-class MCP Server any agent (Claude, Cursor, custom agents) can call
- An autonomous multi-agent system for discovery → ranking → drafting → evaluation
- Explicitly optimized for open-source AI, open weights, and public-goods funding
- Fully open-source (Apache 2.0), self-hostable, and provenance-first
- Already dogfooding itself (see
docs/DOGFOODING_OPENGRANTS.md)
Features (v0.2.0)
| Capability | Status |
|---|---|
| Live Grants.gov search | ✅ |
| NSF Awards search | ✅ |
| Public-goods / donation sources (GitHub Sponsors, Open Collective, Gitcoin, OpenSSF, NumFOCUS, PSF, NLnet, Prototype Fund…) | ✅ |
| Profile Steward | ✅ |
| Grounded proposal drafting (grants + sponsorship vehicles) | ✅ |
| Continuous ingestion + evaluation harness | ✅ |
| Multi-agent ranking with open-source bias | ✅ |
| Interactive shell + 3D Constellation | ✅ |
| FUNDING.yml ready | ✅ |
Quick Start (MCP Server)
git clone https://github.com/ANAMIZED/opengrants-os.git
cd opengrants-os
pip install -e .
python -m opengrants # starts the MCP server (stdio)
MCP Client Config (Claude Desktop / Cursor)
{
"mcpServers": {
"opengrants": {
"command": "python",
"args": ["-m", "opengrants"],
"cwd": "/absolute/path/to/opengrants-os"
}
}
}
MCP Tools
| Tool | Description |
|---|---|
search_grants |
Live Grants.gov keyword search with full provenance |
get_grant_details |
Detail view for a specific opportunity |
list_open_source_relevant_grants |
Open-source / AI biased discovery |
list_public_goods_funding |
Donations, sponsorships, quadratic & open-source funds |
search_nsf_awards |
NSF Awards public API |
refresh_corpus |
Continuous ingestion into local corpus |
run_evaluation |
Discovery + open-source relevance harness |
upsert_profile |
Create / update project or researcher profile |
draft_proposal_outline |
Grounded outline + short pitch (works for grants and public-goods vehicles) |
Architecture
MCP Interface
↓
Discovery (Grants.gov · NSF · Public-Goods Catalog)
↓
Profile Steward → Ranking Agents → Drafting Agents
↓
Evaluation & Continuous Corpus
The interactive Constellation view maps every pillar, tool, source, and opportunity as stars orbiting OpenGrants OS.
Support the Project
- GitHub Sponsors (enable on the account → Sponsor button appears)
- Open Collective (create a collective and update
.github/FUNDING.yml) - See
docs/DOGFOODING_OPENGRANTS.mdfor the full self-generated proposal outline
Development
pip install -e ".[dev,agents]"
ruff check .
python -m opengrants.evaluation.harness
Publishing & Discovery
- Official MCP Registry:
server.jsonpresent →mcp-publisher publish - Glama:
glama.jsonpresent - PyPI: ready (
hatch build && twine upload dist/*) - Demo: GitHub Pages from
/demo
License
Apache License 2.0 — see LICENSE.
Built for the open-source AI community.
Make the funding landscape as open as the code we write.
https://github.com/ANAMIZED/opengrants-os
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.