GrantScout — Federal Grant Search (MCP) avatar

GrantScout — Federal Grant Search (MCP)

Pricing

from $30.00 / 1,000 tool calls

Go to Apify Store
GrantScout — Federal Grant Search (MCP)

GrantScout — Federal Grant Search (MCP)

Agent-callable MCP server that turns federal grant/funding opportunities (Grants.gov) into a structured, filterable feed with eligibility checks.

Pricing

from $30.00 / 1,000 tool calls

Rating

0.0

(0)

Developer

Charles Doherty

Charles Doherty

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

7 hours ago

Last modified

Share

"Find grants my org qualifies for" — as a structured feed an agent can filter, not a training-data guess.

GrantScout is an MCP server for research, BD, and nonprofit-ops agents. It turns federal funding opportunities into clean, current, filterable data: search by keyword and agency, pull full detail, and get an eligibility read against an org profile.

Tools

  • search_opportunities({keyword, agency, status, rows}) — search Grants.gov. Returns {hitCount, opportunities:[{id, number, title, agency, openDate, closeDate, status, cfdaList}]}.
  • get_opportunity(id) — full detail: deadline, award floor/ceiling, cost-sharing, eligibility, description, contact email, and the grants.gov URL.
  • check_eligibility(org_profile, opportunity_id) — fetches the eligibility criteria and returns them plus a heuristic signal (likely / unclear / unlikely) from applicant-type overlap with the org profile.

Data source

Live from Grants.gov (the U.S. federal grants system) via its public API — always current, no stale snapshot. v1 covers Grants.gov (posted, forecasted, closed, archived). SAM.gov and state/foundation sources are planned.

Notes & limits

  • search_opportunities returns up to 50 results per call; use keyword + agency to narrow.
  • check_eligibility is a heuristic signal, not legal advice — it returns the actual eligibility text so the agent (or a human) can confirm before applying.
  • agency takes an agency code (e.g. USDA, USDA-NIFA, HHS-NIH).