Let your AI find grants for you
Instead of searching for funding yourself, tell Claude or ChatGPT what you need. They will search Funding Landscape's database of 40,000+ grants, contracts, and foundation opportunities and bring back what matches.
Your AI handles the search. You review the results.
How it works
Funding Landscape connects to Claude and ChatGPT through MCP (Model Context Protocol), a standard that lets AI assistants use external tools. Once connected, your AI can:
- Search grants and contracts with natural language instead of form fields
- Filter by your situation - organization type, location, NAICS codes, deadlines
- Get full details on any opportunity, including eligibility and application links
- Find similar opportunities when you spot one you like
- Check upcoming deadlines organized by week
Context-aware results
The AI remembers your context. After you tell it once that you are a small business in Ohio, it factors that into every search.
Choose your setup
Pick what you use. All methods connect to the same database.
Claude.ai (Web) - Easiest
Add Funding Landscape as a Connector in 30 seconds. No downloads, no config files. Requires Claude Pro, Max, Team, or Enterprise.
Setup stepsChatGPT
Connect via ChatGPT MCP Apps with your Funding Landscape account. Requires ChatGPT Plus or Pro.
Setup stepsClaude Desktop App
One config file edit. Works on Mac and Windows. Requires Claude Desktop and Node.js 18+.
Setup stepsClaude Code (CLI) + Direct API
Claude Code can edit its own config automatically. Developers can call the JSON-RPC API directly.
Setup stepsClaude.ai (Web)
Go to claude.ai, open Settings, then Connectors.
- 1. Go to claude.ai → Settings → Connectors
- 2. Click "Add custom connector"
- 3. Paste:
https://fundinglandscape.com/api/mcp - 4. Done. Ask Claude to search for grants.
ChatGPT
Connect via ChatGPT MCP Apps with your Funding Landscape account.
- 1. Go to chatgpt.com → Settings → Developer Mode → Enable
- 2. Click "Add custom MCP server"
Click Connect, log in to Funding Landscape, authorize.
Claude Desktop App
Add this to your Claude Desktop config file:
{
"mcpServers": {
"fundinglandscape": {
"command": "npx",
"args": ["-y", "fundinglandscape-mcp"]
}
}
}~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonSave the file, quit Claude Desktop completely, then reopen.
Claude Code (CLI)
Just ask: "Set up the Funding Landscape MCP server for grant search". Claude Code can edit its own config automatically.
What you can search
- Federal grants - DOE, NSF, NIH, USDA, EPA, and 20+ agencies via Grants.gov
- Government contracts - SAM.gov opportunities with set-aside filtering (8(a), HUBZone, SDVOSB, WOSB)
- State and local procurement portals from all 50 states
- Foundation grants with giving history and contact info
All sources are aggregated, deduplicated, and filtered to show only open opportunities. When something closes, it disappears.
Example searches
Troubleshooting
Claude Desktop not connecting?
- Make sure Node.js 18+ is installed (node --version)
- Check the JSON is valid (no trailing commas)
- Quit Claude Desktop completely and reopen
- First connection may take 10-15 seconds to download
ChatGPT not showing results?
- Make sure Developer Mode is enabled
- Try disconnecting and reconnecting the MCP app
- Check that you completed Funding Landscape authorization
🤖 Instructions for AI Assistants
// Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
// Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"fundinglandscape": {
"command": "npx",
"args": ["-y", "fundinglandscape-mcp"]
}
}
}