PluginBench
MCP Server

Grant Finder MCP Server

io.github.martc03/grant-finder

What is the Grant Finder MCP server?

Grants.gov search and USAspending grant data. 4 MCP tools for grant discovery.

How to install Grant Finder

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "grant-finder": {
      "url": "https://grant-finder-mcp.apify.actor/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "grant-finder": {
      "serverUrl": "https://grant-finder-mcp.apify.actor/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "grant-finder": {
      "type": "http",
      "url": "https://grant-finder-mcp.apify.actor/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "grant-finder": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://grant-finder-mcp.apify.actor/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http grant-finder https://grant-finder-mcp.apify.actor/mcp

Related MCP servers

SEC company search and SBA business resources. 4 MCP tools for business intelligence.

View repository →

SEC filings, patent data, and trade data. 4 competitive intel tools.

View repository →

Federal court records and PACER case data. 4 MCP tools for legal research.

View repository →

CVE lookup via NIST NVD, CISA KEV, EPSS, and MITRE ATT&CK. 7 tools.

View repository →

EPA air quality monitoring and HUD foreclosure data. 3 MCP tools for environmental and housing data.

View repository →

SEC EDGAR, CFPB complaints, and BLS employment data. 4 tools.

View repository →