# Riley Craig x402 Agent Store — Government Contract Opportunities Intel

> Riley Craig x402 Agent Store — Government Contract Opportunities Intel is a paid API for AI agents from store.agentexchange.work, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns scored government contract award signals filtered by sector keyword and optionally by US state, with urgency ratings and recommended actions for contractors

## Facts

- Endpoint: GET https://store.agentexchange.work/intel/opportunities
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 4
- Tags: x402
- Canonical page: https://www.zero.xyz/c/riley-craig-x402-agent-store-government-contract-opportunities-intel-43535225
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Cz44OibYRo66xFbW-8xrh

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 riley-craig-x402-agent-store-government-contract-opportunities-intel-43535225
```

Example prompt: Show me the latest government contract award signals in the cybersecurity sector for the past 6 months, filtered to Arizona — I want to see urgency scores and what actions I should take.

## When to prefer this

Use this endpoint when an agent needs actionable US government contract intelligence filtered by industry keyword and geography, especially for identifying subcontracting opportunities or tracking recompete windows. Prefer this over generic web search when structured, scored, and ranked contract signals are needed without API key management — paid per call via x402 on Base.

## Known failure modes

- Missing required 'sector' query param returns 400 or empty results
- Invalid state abbreviation may return unfiltered or empty results
- Months value outside 1–24 range may be rejected or clamped
- Payment failure (insufficient USDC balance) returns HTTP 402
- No matching contracts for niche sector/state combination returns count:0 with empty signals array

## How this service works

Machine-payable data APIs for AI agents across web search, on-chain reads, trading data, market judgment, and AI visibility. The canonical x402 catalog currently exposes 85 paid routes. Pay per call in USDC via x402 on Base. No API keys, no signup.

## Output

A JSON object containing a count of matching signals and an array of contract award records, each with a title, dollar value, urgency score (0–1), recipient name, source change type (e.g. 'new award'), a plain-English explanation of why it matters, and a recommended action (e.g. target as subcontractor, track recompete window).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "sector"
     ],
     "properties": {
      "state": {
       "type": "string",
       "description": "Optional 2-letter US state to filter place of performance, e.g. AZ"
      },
      "months": {
       "type": "number",
       "description": "Lookback months 1-24 (default 6)"
      },
      "sector": {
       "type": "string",
       "description": "Sector/keyword, e.g. 'construction', 'cybersecurity', 'AI'"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "count": {
       "type": "number"
      },
      "signals": {
       "type": "array"
      }
     }
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 8,
  "state": "AZ",
  "sector": "construction",
  "signals": [
   {
    "title": "...",
    "value": 420000,
    "urgency": 0.91,
    "recipient": "...",
    "source_change": "new award",
    "why_it_matters": "Large new award in your sector and state.",
    "recommended_action": "Target as subcontractor or track the recompete window."
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/riley-craig-x402-agent-store-government-contract-opportunities-intel-43535225/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from store.agentexchange.work](https://www.zero.xyz/host/store.agentexchange.work/llms.txt)
