← ustechautomations.com

INDIVIDUAL MCP TOOL

search_permits

FTS5 search across the permit corpus (jurisdictions, rebates, templates).

ustechautomations.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://agents.ustechautomations.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_permits 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

ustechautomations.com

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.permits-engine-agent-market]
url = "https://agents.ustechautomations.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "permits-engine-agent-market": {
      "type": "http",
      "url": "https://agents.ustechautomations.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: permits-engine-agent-market
Remote MCP URL: https://agents.ustechautomations.com/mcp

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": {
    "permits-engine-agent-market": {
      "url": "https://agents.ustechautomations.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "permits-engine-agent-market": {
      "type": "http",
      "url": "https://agents.ustechautomations.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "permits-engine-agent-market",
  "transport": "streamable-http",
  "url": "https://agents.ustechautomations.com/mcp"
}
MCP Inspector

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

Related tools

  • jurisdiction_index — List all AZ jurisdictions with permit data available.
  • verified_track_record — This house's verified prediction track record — per-loop calibration scores (Brier, ECE, MCE, ROC-AUC, coverage, base rate) computed monthly from sealed prediction snapshots against observed public outcomes, with a reproducible content-sha256 seal.
  • seal_lookup — Verify whether a SHA-256 (or artifact filename) was sealed into this house's OTS/Bitcoin-anchored priority manifest, and when.
  • agent_attestation — What this house can attest about another agent: ERC-8004 registry events + liveness probes (sealed on-chain census), collected public incident candidates, sealed first-report sea protests, and aggregate first-party x402 payment observations for a payer wallet.
  • claim_source_receipt — Fetch a public URL ourselves, hash it, and return a signed record of whether the claim's numbers or quoted words appear in it.
  • request_quote — Store one consent-bound, agent-attributed quote request for a canonical US Tech Automations offer priced at $200 or more.
  • permit_lookup — Look up permit fees, turnaround, required docs for a jurisdiction.
  • rebate_eligibility_check — Find rebate programs and eligible measures for an AZ service area.