# The Stall — Government Contract Intelligence

> The Stall — Government Contract Intelligence is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.021/call, status unknown (last checked 2026-09-14).

Returns intelligence data on government contracts, including awards, solicitations, and contractor information, payable per-call in USDC via x402.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/government-contract-intel
- Price: $0.021/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-government-contract-intelligence-13903ffb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TDfY73SL35SplZGnJ8Zvd

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability the-stall-government-contract-intelligence-13903ffb
```

Example prompt: Can you pull government contract intelligence on recent IT services awards from the Department of Defense — I want to see who's winning contracts and the award details?

## When to prefer this

Choose this endpoint when you need on-demand, pay-per-call government contract intelligence without requiring an account or API key setup. Ideal for AI agents that need occasional contract lookups billed in USDC on Base mainnet via the x402 protocol, and for researchers or BD teams who need quick federal procurement data without committing to a subscription service.

## Known failure modes

- Missing or malformed properties parameter returns an error or empty result
- Payment of 0.021 USDC not provided or rejected results in HTTP 402 response
- Query parameters too broad may return paginated or truncated results
- Data freshness may lag official government databases by some period
- Network or upstream data provider outage yields 5xx error

## How this service works

Domain-agnostic x402 capability chassis by IntuiTek¹. 300 AI-callable data services — pay USDC on Base mainnet. No accounts or API keys required.

## Output

Returns structured government contract intelligence data including contract awards, solicitation details, contractor names, award amounts, agency information, and related procurement metadata for the queried parameters.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-government-contract-intelligence-13903ffb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
