Skip to main content
Glama
Froydinger

genuine-good-grants

by Froydinger

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

Related MCP server: x402-discovery

Discovery and verification

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

POST or GET /v1/grants/search

Current opportunity search

$5.00

POST or GET /v1/grants/detail

Official opportunity detail

$5.00

POST or GET /v1/grants/fit

Transparent mission-fit ranking

$5.00

POST or GET /v1/grants/brief

Sourced application-research brief

$5.00

POST or GET /v1/grants/preflight

Deterministic shortlist preflight

$5.00

POST /v1/grants/pass

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/mcp

VS 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.ts

The 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.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Autonomously 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.
    6
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Discovers 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
  • A
    license
    A
    quality
    B
    maintenance
    Search 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.
    3
    2
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Pay-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.
    14
    1
    MIT

Latest Blog Posts

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