Federal Grant Evidence avatar

Federal Grant Evidence

Pricing

Pay per usage

Go to Apify Store
Federal Grant Evidence

Federal Grant Evidence

Read-only beta with no seller event fee. Search current U.S. federal grants and return conservative, source-linked pursuit evidence. Apify platform usage applies.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

UtilityHouse Team

UtilityHouse Team

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Categories

Share

What is Federal Grant Evidence?

Find current U.S. federal grant opportunities and produce conservative, source-linked pursuit evidence without drafting or submitting an application.

This Actor exposes a small, allowlisted set of read-only MCP tools through a normal Apify input form and API. It is intended for nonprofits, public entities, universities, small businesses, and grant advisors screening u.s. federal opportunities. The Actor sends only the selected tool name and the JSON arguments you provide to the public UtilityHouse MCP endpoint, then writes one structured result to the run's default dataset.

What can it do?

OperationPurpose
search_federal_grantsSearch current federal grants
analyze_federal_grantScreen one grant for pursuit
get_federal_grant_evidence_packBuild a versioned evidence pack

The Actor uses limited Apify permissions. It cannot alter the upstream product, your website, an order, a payment, a grant application, or a WordPress installation. An upstream HTTP error, MCP error, invalid response, or tool-level error fails closed and produces no successful-result event.

How to use it

  1. Choose an operation from the Operation field.
  2. Paste the matching MCP arguments into Tool arguments as a JSON object.
  3. Run the Actor and open Results in the default dataset.
  4. Treat cited evidence and explicit unknowns as part of the answer; do not remove caveats when passing the result to another system.

Quick-start input:

{
"tool": "search_federal_grants",
"arguments": {
"query": "community oral health",
"limit": 8
}
}

The same input can be used from Apify Console, the Apify API, schedules, webhooks, and supported integrations. Product details and current limitations are available at https://grants.utilityhouse.xyz/.

Output

Every successful run writes exactly one dataset item:

{
"product": "federal-grant-evidence",
"tool": "search_federal_grants",
"eventCharged": false,
"result": { "...": "The structured MCP result" }
}

The shape inside result follows the selected MCP tool. The Actor does not invent a success record when the upstream service refuses, abstains at protocol level, times out, or returns malformed data.

Pricing and successful-result events

This public free beta does not charge a successful_tool_result event. Billing is disabled in the release configuration and also fails closed in code. A future paid release would require both an owner-controlled billing switch and an explicit structuredContent.billable: true result; a missing or false marker, an abstention, and every failed call emit no successful-result event. The dataset's eventCharged field records the actual decision. Apify platform compute and storage usage may still apply according to the user's plan.

Privacy and limitations

  • It does not determine legal eligibility or predict an award.

  • It does not write or submit an application.

  • Unresolved project relevance, documents, and award-history evidence remain explicit unknowns.

  • Do not send customer details, order identifiers, payment data, credentials, or other personal information in the arguments object.

  • Results are stored in the caller's Apify dataset and follow that account's retention settings.

  • This is decision support, not legal, security, financial, or award advice.

Support

Start with the product documentation at https://grants.utilityhouse.xyz/. Include the Actor name, selected operation, and a privacy-safe error code when reporting a problem. Never include API keys, customer data, wallet details, payment identifiers, or raw store records.