GrantScout — Federal Grant Search (MCP)
Pricing
from $30.00 / 1,000 tool calls
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
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
7 hours ago
Last modified
Categories
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_opportunitiesreturns up to 50 results per call; usekeyword+agencyto narrow.check_eligibilityis a heuristic signal, not legal advice — it returns the actual eligibility text so the agent (or a human) can confirm before applying.agencytakes an agency code (e.g.USDA,USDA-NIFA,HHS-NIH).