Data Collection
fundinglandscape.com
Searches thousands of open funding opportunities including federal grants, state programs, foundation funding, and RFPs.
ENDPOINT 1
https://fundinglandscape.com/api/mcp
MCP server metadata
- Name
- fundinglandscape
- Version
- 2.1.0
FundingLandscape: Search grants, contracts, and funding opportunities. Tool schema: 2026-07-18.search-doors-v2. TOOL ROUTING (IMPORTANT — use only names visible in this client's tool list): • Preferred when visible: search_grantsplus for grants/funding and search_procurement for contracts • Compatibility fallback when preferred names are missing: search_all • Deprecated batch_search_* aliases may still appear in an older paid-client cache • If the preferred tools are missing, remove and re-add the connector to refresh tools/list • Intent unclear → ASK the user if they want grants or contracts, then use the right tool Never call a tool name that is absent from the current client. When the preferred tools are visible, use them instead of broad search_all for cleaner results. ALWAYS pass user_context with organization_type and location for better results.
Known tools 28
search_grants_and_procurementMIXED search across all 34,765 opportunities from 231 sources — combines grants AND procurement/contracts in one query.
Inferred read-onlysearch_grantsplusGRANTS & FOUNDATIONS — Search grants, prizes, fellowships, SBIR/STTR, and private foundations.
Inferred read-onlysearch_procurementCONTRACTS & PROCUREMENT — Search government contracts, RFPs, RFIs, BAAs, and solicitations from SAM.gov.
Inferred read-onlywhats_newDEDICATED "what's new since I last checked" tool for recurring agent checks: one obvious call instead of remembering the new_within_days param on a search tool.
Inferred read-onlyget_account_statusCheck your subscription status, usage this period, and remaining searches.
Inferred read-onlyget_setup_instructionsReturn MCP setup instructions for Claude Desktop and other clients.
Inferred read-onlyget_dataset_summaryGet dataset size and coverage stats (open opportunities, certified sources).
Inferred read-onlydeadline_calendarGet upcoming funding deadlines for planning an application schedule.
Inferred read-onlysearch_foundationsLook up a private foundation by full legal name or EIN in the active QA-gated Foundation Intelligence release (3,678 profiles).
Inferred read-onlyfind_funders_ofFind the private foundations whose covered 990-PF filings name a given organization as a grant recipient.
Inferred read-onlyfunders_for_causeFind the private foundations that have given to recipients in a cause area, optionally limited to one state.
Inferred read-onlybatch_search_procurementDEPRECATED ALIAS — prefer search_procurement with a queries[] array, which now runs the identical batch fan-out.
Inferred read-onlybatch_search_grantsplusDEPRECATED ALIAS — prefer search_grantsplus with a queries[] array, which now runs the identical batch fan-out.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fundinglandscape]
url = "https://fundinglandscape.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fundinglandscape": {
"type": "http",
"url": "https://fundinglandscape.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fundinglandscape
Remote MCP URL: https://fundinglandscape.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fundinglandscape": {
"url": "https://fundinglandscape.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fundinglandscape": {
"type": "http",
"url": "https://fundinglandscape.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fundinglandscape",
"transport": "streamable-http",
"url": "https://fundinglandscape.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for fundinglandscape.com was fetched 2026-08-04T02:15:42.294Z and is being refreshed.
fundinglandscape.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.