MCP Server
Active
Federal Grants — find funding you are actually eligible for MCP Server
io.github.wyattpalm2-eng/federal-grants
What is the Federal Grants — find funding you are actually eligible for MCP server?
Find US federal grants your organization is actually eligible to apply for. Free, no API key.
How to install Federal Grants — find funding you are actually eligible for
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"federal-grants": {
"url": "https://x402-seller-m8nx.onrender.com/grants/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"federal-grants": {
"serverUrl": "https://x402-seller-m8nx.onrender.com/grants/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"federal-grants": {
"type": "http",
"url": "https://x402-seller-m8nx.onrender.com/grants/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"federal-grants": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://x402-seller-m8nx.onrender.com/grants/mcp"
]
}
}
}Claude Code
claude mcp add --transport http federal-grants https://x402-seller-m8nx.onrender.com/grants/mcpRelated MCP servers
Rug-check & launch radar for trading agents: composite honeypot score, EVM+Solana, keyless x402.
2
View repository →TypeScript
MIT