← hatchloop.dev

INDIVIDUAL MCP TOOL

lookup_us_contracts

Search US federal contract awards by company (recipient) name using the free USASpending.

hatchloop.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://hatchloop.dev/mcp/agent-broker

No auth detected

Connect to this endpoint to inspect the live schema for lookup_us_contracts and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

hatchloop.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agent-broker]
url = "https://hatchloop.dev/mcp/agent-broker"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-broker": {
      "type": "http",
      "url": "https://hatchloop.dev/mcp/agent-broker"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-broker
Remote MCP URL: https://hatchloop.dev/mcp/agent-broker

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agent-broker": {
      "url": "https://hatchloop.dev/mcp/agent-broker"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-broker": {
      "type": "http",
      "url": "https://hatchloop.dev/mcp/agent-broker"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-broker",
  "transport": "streamable-http",
  "url": "https://hatchloop.dev/mcp/agent-broker"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • find_business — Given criteria (vertical, location, capability, price band, availability window), return ranked candidate businesses from our supply network.
  • verify_business — Look up what we know about a business in our supply network: its contact channels, capabilities, and when the record was last verified.
  • send_message — Send a message on behalf of an agent's user or an SMB via WhatsApp or email — both live.
  • capture_lead — Structured intake of a prospect into an SMB's funnel with validation and deduplication on (smb_id, phone or email).
  • schedule_appointment — Check availability, book, or cancel via Cal.
  • send_transactional_confirmation — Idempotent transactional messages: OTPs, booking confirmations, payment receipts, cancellation notices.
  • handle_inbound — Classify an inbound message on behalf of an SMB and get a recommended next action.
  • escalate_to_human — Hand off an in-flight task to a human operator with a full context bundle: transcript, prior actions, identifiers, and a recommended next step.