genuine-good-grants
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@genuine-good-grantsfind current federal grants for rural clean water infrastructure"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Genuine Good Grants API
Account-free, pay-per-call U.S. federal grant discovery for AI agents, grant software, and small research teams. Genuine Good Grants turns current Grants.gov public records into structured search, official opportunity detail, transparent mission-fit scoring, sourced briefs, and deterministic shortlist checks.
No API key is required. Calls settle in USDC on Base mainnet using x402 v2.
Start here
Agent overview: https://genuinegood.online/grants/agents
Agent instructions: https://genuinegood.online/skill.md
Quickstart: https://genuinegood.online/grants/quickstart
OpenAPI 3.1: https://genuinegood.online/openapi.json
Remote MCP (Streamable HTTP): https://genuinegood.online/api/grants/mcp
MCP Registry descriptor: https://github.com/Froydinger/grantsignal-us/blob/main/server.json
x402 manifest: https://genuinegood.online/.well-known/x402
Free $5-result preview: https://genuinegood.online/api/grants/preflight-sample
Human overview: https://genuinegood.online/grants
Related MCP server: x402-discovery
Discovery and verification
AgentCash-compatible OpenAPI: https://genuinegood.online/openapi.json
Live 402 Index directory: https://402index.io/directory?q=genuinegood.online
x402scan listing request: https://github.com/Merit-Systems/x402scan/issues/1163
Public API source: https://github.com/Froydinger/grantsignal-us
The OpenAPI document includes machine-readable x402 pricing metadata, and the paid routes return the expected HTTP 402 challenge before payment. These links are provided for discovery and independent verification. Directory review and indexing status are controlled by the directory maintainers.
Choose the first call
If you already have one to five Grants.gov opportunity IDs, start with the free preview to inspect the output shape, then use the $5 preflight. If you are building a repeated research workflow, the non-renewing $15 pass covers 30 days or 1,000 calls, whichever comes first.
Pricing
Route | Purpose | Price |
| Current opportunity search | $5.00 |
| Official opportunity detail | $5.00 |
| Transparent mission-fit ranking | $5.00 |
| Sourced application-research brief | $5.00 |
| Deterministic shortlist preflight | $5.00 |
| Non-renewing 30-day pass, up to 1,000 calls | $15.00 |
Prices in this table mirror the current live catalog. The HTTP 402 response and its PAYMENT-REQUIRED header are authoritative for each request.
Inspect before paying
curl -i -X POST https://genuinegood.online/v1/grants/search -H 'content-type: application/json' -d '{"keyword":"rural clean water","statuses":["posted","forecasted"],"rows":5}'The unpaid request returns HTTP 402 with a PAYMENT-REQUIRED challenge. An x402-compatible client signs the quoted EIP-3009 authorization and retries the identical request with PAYMENT-SIGNATURE. A successful retry returns JSON plus PAYMENT-RESPONSE.
Use from an MCP client
The hosted Streamable HTTP server exposes the grants tools at:
https://genuinegood.online/api/grants/mcpVS Code and GitHub Copilot users can add it with this configuration:
{
"servers": {
"genuine-good-grants": {
"type": "http",
"url": "https://genuinegood.online/api/grants/mcp"
}
}
}A ready-to-copy version is available at examples/mcp.json. The server can list its tools without an API key. Paid tool calls return an x402 challenge containing the current USDC price and Base settlement details.
JavaScript buyer
Install the x402 client packages and use examples/search.ts:
npm install @x402/core @x402/evm @x402/fetch viem
EVM_PRIVATE_KEY=0x... npx tsx examples/search.tsThe example sets x402's spend cap to $15 so it can cover the highest-priced pass. A buyer needs an EVM wallet with USDC on Base mainnet and a small amount of ETH on Base for gas. A BTC/BCH-only wallet cannot sign this payment; a multichain wallet with Base enabled can. The private key remains in the buyer process; Genuine Good receives only the x402 payment payload required to settle the request.
Response principles
Official source URLs and access timestamps are included.
Deadline and applicant-type checks are rules over retrieved records, not eligibility decisions.
A match is not an award prediction, legal advice, or government endorsement.
Live issuing-agency notices remain controlling.
Genuine Good Grants is an independent product and is not affiliated with or endorsed by Grants.gov or any U.S. agency.
Publisher
Genuine Good News by Win The Night™ Foundation. News for the love of humanity.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.
Market data and web intelligence for AI agents, paid per call in USDC on Base via x402.
Search verified-open US grants (federal, state, foundation). Read-only MCP for AI agents.
Pay-per-call data APIs for AI agents. USDC on Base via x402. 33 tools, no signup.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAutonomously discovers non-dilutive funding opportunities from Grants.gov, generates AI-powered pitch drafts using Gemini, and integrates with Google Workspace to create email drafts and calendar reminders for grant deadlines.6MIT
- AlicenseNot gradedqualityDmaintenanceDiscovers and queries x402-payable APIs at runtime — enables autonomous agents to find, evaluate, and pay for services via USDC micropayments on Base without API keys or subscriptions.MIT
- AlicenseAqualityBmaintenanceSearch and analyze U.S. federal government contracts and opportunities from SAM.gov. Tools for keyword search, contract details, competitive analysis, and capability statement drafting — built for AI agents via x402 USDC micropayments.32MIT
- AlicenseNot gradedqualityDmaintenancePay-per-call web search for AI agents, settled in USDC on Base via the x402 protocol. No API key or subscription required; users fund a wallet and get a web_search tool.141MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Froydinger/grantsignal-us'
If you have feedback or need assistance with the MCP directory API, please join our Discord server