INDIVIDUAL MCP TOOL
batch_search_grantsplus
DEPRECATED ALIAS — prefer search_grantsplus with a queries[] array, which now runs the identical batch fan-out.
LIVE ENDPOINT
https://fundinglandscape.com/api/mcp
Connect to this endpoint to inspect the live schema for batch_search_grantsplus and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
search_grants_and_procurement— MIXED search across all 34,765 opportunities from 231 sources — combines grants AND procurement/contracts in one query.search_grantsplus— GRANTS & FOUNDATIONS — Search grants, prizes, fellowships, SBIR/STTR, and private foundations.search_procurement— CONTRACTS & PROCUREMENT — Search government contracts, RFPs, RFIs, BAAs, and solicitations from SAM.gov.whats_new— DEDICATED "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.get_opportunity— Get full details for a specific funding opportunity.get_categories— Browse all funding categories with opportunity counts.get_upgrade_link— Get Stripe checkout URL for subscription.get_account_status— Check your subscription status, usage this period, and remaining searches.