Tools
| Name | Description |
|---|---|
search_awardsSearch USAspending federal awards with the official spending_by_award endpoint. | Search USAspending federal awards with the official spending_by_award endpoint. |
get_awardGet USAspending award details by generated award ID. | Get USAspending award details by generated award ID. |
spending_over_timeGet USAspending totals over time for a filters object. | Get USAspending totals over time for a filters object. |
spending_by_recipientGet USAspending recipient rollups for a filters object. | Get USAspending recipient rollups for a filters object. |
award_count_by_typeCount USAspending awards by award type for a filters object. | Count USAspending awards by award type for a filters object. |
Triggers
| Name | Description |
|---|---|
new_awardTriggers when a new USAspending award result appears for a configured search after the initial baseline. | Triggers when a new USAspending award result appears for a configured search after the initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('usaspending', 'search_awards', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'usaspending',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect USAspending.gov to my app?
USAspending.gov does not require an external account connection. Install the SDK, add the integration to a workspace, then execute tools programmatically.
What tools does USAspending.gov support?
USAspending.gov supports 5 tools including Search Awards, Get Award, Spending Over Time, Spending by Recipient, Award Count by Type.
Can I use USAspending.gov with AI agents?
Yes. Add USAspending.gov to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can USAspending.gov be used in stateful agent workflows?
Yes. Agents can combine USAspending.gov tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does USAspending.gov use?
USAspending.gov does not require external authentication.
How much does the USAspending.gov integration cost?
The USAspending.gov integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does USAspending.gov support?
USAspending.gov supports 1 triggers including New Award.
Connect USAspending.gov in minutes
Get 20,000 free action executions every month. No credit card required.