← fundinglandscape.com

INDIVIDUAL MCP TOOL

update_saved_search

Update a saved search.

fundinglandscape.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://fundinglandscape.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for update_saved_search and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

fundinglandscape.com

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.