Agentic procurement intelligence

Gov Contract Scout

x402-native SAM.gov opportunity intelligence for agentic capture workflows.

x402 native Base USDC pay-per-call no subscriptions no wrapper billing
Example: normalized opportunity JSON
{
  "noticeId": "sample-grounds-001",
  "title": "Grounds Maintenance Services",
  "noticeType": "Solicitation",
  "active": true,
  "naicsCode": "561730",
  "setAsideCode": "SBA",
  "complexity": {
    "score": 44,
    "label": "medium"
  },
  "x402": {
    "challengeHeader": "PAYMENT-REQUIRED",
    "paymentHeader": "X-PAYMENT"
  }
}

Agentic Capture Intelligence

S

Search

Query normalized opportunities across SAM.gov with full-text search and structured filters for agency, NAICS, PSC, location, status, and deadlines.

T

Triage

Rapidly assess solicitations with complexity scoring, due-date context, attachment metadata, and official-source rule checks.

P

Subcontracting

Extract likely work packages, subcontractor search queries, outreach drafts, pricing assumptions, and compliance warnings.

B

Bid/No-Bid

Generate pursuit reasoning with margin inputs, risk signals, contracting-officer questions, and required before-bid actions.

Endpoint explorer

Every workflow is an x402-paid API call

Agents receive an HTTP 402 challenge, pay through x402, then retry with X-PAYMENT. There are no buyer accounts, credits, subscriptions, or marketplace billing wrappers.

GET /api/opportunities/search Light

Search normalized SAM.gov opportunities with full-text and structured filters.

GET https://agentic-gov-contracts.vercel.app/api/opportunities/search?q=grounds&active=true&limit=5
GET /api/opportunities/:id Light

Fetch one opportunity with normalized fields and a brief preview.

GET https://agentic-gov-contracts.vercel.app/api/opportunities/sample-grounds-001
POST /api/opportunities/brief Premium

Generate an agent-ready opportunity brief with rule checks and capture actions.

{
  "noticeId": "sample-grounds-001",
  "estimatedContractValue": 300000
}
POST /api/opportunities/match Premium

Match a business or operator profile against active opportunities.

{
  "profile": {
    "keywords": ["grounds maintenance"],
    "naicsCodes": ["561730"],
    "states": ["VA"],
    "riskTolerance": "medium"
  },
  "limit": 10
}
POST /api/opportunities/subcontractor-plan Premium

Extract subcontractor work packages, search queries, outreach drafts, and margin model.

{
  "noticeId": "sample-grounds-001",
  "estimatedContractValue": 300000,
  "estimatedSubcontractorCost": 220000,
  "targetMarginPercent": 20
}
POST /api/opportunities/bid-no-bid Premium

Build a bid/no-bid recommendation with risk signals, rule checks, and next actions.

{
  "noticeId": "sample-grounds-001",
  "estimatedContractValue": 300000,
  "estimatedSubcontractorCost": 220000,
  "targetMarginPercent": 20
}
POST /api/opportunities/watch Light

Create a reusable opportunity watch filter for recurring agent checks.

{
  "name": "Facilities work",
  "filters": {
    "q": "facility maintenance",
    "states": ["VA"],
    "active": true
  }
}
POST /api/opportunities/digest Light

Return a concise digest for a watch or ad hoc opportunity filters.

{
  "filters": {
    "q": "janitorial",
    "active": true
  },
  "limit": 10
}

Native x402 pricing

Pay per call, directly at the endpoint

Pricing is exposed in discovery metadata for x402-aware agents. The canonical payment path stays on the service origin.

Light endpoints

$0.002

Search, detail, watch, and digest calls.

Premium analysis

$0.015

Briefs, profile matching, subcontractor plans, and bid/no-bid reasoning.

Settlement facts

Networkeip155:8453
ChallengePAYMENT-REQUIRED
PaymentX-PAYMENT
Records4 total / 4 active

Machine-readable discovery

Built for agents and agent builders

Use these public resources to inspect schemas, MCP metadata, x402 payment details, and agent-readable instructions.

Official-source posture

Surfaces checks agents must verify

Gov Contract Scout is built around public SAM.gov data paths and FAR/SBA rule context. Solicitation packages, amendments, and contracting-officer instructions control every opportunity-specific decision.

  • SAM registration and representations
  • Simplified acquisition threshold
  • Past performance and CPARS context
  • Set-aside eligibility
  • Limitations on subcontracting
  • NAICS and PSC fit
  • Bonds, insurance, licenses, and site visits
  • Solicitation attachments and amendments