Skip to content
Back to api.locus.report

Card snapshot

api.locus.report · 2026-07-11 02:02:35 UTC · 05daf779d3e6ca7fba6b722bb9286ca74ddb02d5e00fbc75981b194b62ca6006

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "locus-local-context",
  "description": "Locus is a coverage-checked, provenance-attached local-context agent surface. Its five default workflows route to a leaf catalog through locus_search_tools and locus_execute; direct REST routes remain discoverable independently. It returns cited official local facts, diagnostics, and x402-paid briefs/reports for awareness and verification \u2014 never safe/unsafe verdicts, screening, rankings, predictions, or person dossiers.",
  "supportedInterfaces": [
    {
      "url": "https://api.locus.report/a2a/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Locus",
    "url": "https://locus.report"
  },
  "version": "0.1.0",
  "documentationUrl": "https://api.locus.report/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false,
    "extensions": [
      {
        "uri": "https://locus.report/extensions/x402-payment/v1",
        "description": "Paid skills use the existing ERC-8257/x402 manifests and /api/<slug> endpoints. A2A does not advertise private seller-bypass tokens or any unpaid paid-tool fallback.",
        "required": false,
        "params": {
          "paidToolIndex": "https://api.locus.report/.well-known/ai-tool/index.json",
          "network": "base",
          "settlementAsset": "USDC"
        }
      },
      {
        "uri": "https://locus.report/extensions/cited-local-context-safety/v1",
        "description": "All outputs must preserve Locus caveats and citations. Do not turn Locus artifacts into safety labels, screening decisions, rankings, forecasts, or person-level dossiers.",
        "required": true
      }
    ]
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "site-feasibility",
      "name": "Site feasibility preflight",
      "description": "Start a property or land pre-development screen: coverage, parcel/zoning/flood/soil, mapped wetlands, terrain, and official sources to verify. Search leaves first, then execute only the relevant cited primitives.",
      "tags": [
        "workflow",
        "site-feasibility",
        "pre-development",
        "free-first"
      ],
      "examples": [
        "{\"locusTool\":\"locus_execute\",\"arguments\":{\"name\":\"locus_wetland_context\",\"arguments\":{\"address\":\"1 E Martin St, Raleigh, NC\"}}}"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "property-context",
      "name": "Property context",
      "description": "Build a bounded, cited property-context pass around parcel, flood, zoning, taxes, records, and what to verify next. Never use Locus for screening, valuation, or safe/unsafe verdicts.",
      "tags": [
        "workflow",
        "property",
        "due-diligence",
        "free-first"
      ],
      "examples": [
        "{\"locusTool\":\"locus_execute\",\"arguments\":{\"name\":\"locus_lane_availability\",\"arguments\":{\"place\":\"1 E Martin St, Raleigh, NC\"}}}"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "environment-infrastructure",
      "name": "Environmental and infrastructure evidence",
      "description": "Find the appropriate environmental, terrain, water, power, and broadband evidence for a site. The paid power/water pack is evidence only: never capacity, interconnection, service-availability, or substation-location claims.",
      "tags": [
        "workflow",
        "wetlands",
        "terrain",
        "power",
        "water",
        "infrastructure"
      ],
      "examples": [
        "{\"locusTool\":\"locus_search_tools\",\"arguments\":{\"query\":\"wetland terrain power water broadband\"}}"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "policy-and-development",
      "name": "Policy and development watch",
      "description": "Route a place to official legislation, development, permits, capital-project, and local-change evidence before paying for a cited synthesis where supported.",
      "tags": [
        "workflow",
        "policy",
        "development",
        "permits",
        "official-records"
      ],
      "examples": [
        "{\"locusTool\":\"locus_execute\",\"arguments\":{\"name\":\"locus_local_legislation\",\"arguments\":{\"place\":\"Raleigh, NC\"}}}"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "compare-and-monitor",
      "name": "Compare and monitor places",
      "description": "Create a side-by-side property difference plan, then save/follow a place and inspect cited changes over time. Preserve source gaps rather than treating missing records as a negative finding.",
      "tags": [
        "workflow",
        "comparison",
        "monitoring",
        "property"
      ],
      "examples": [
        "{\"locusTool\":\"locus_execute\",\"arguments\":{\"name\":\"locus_compare_properties\",\"arguments\":{\"addresses\":[\"1 E Martin St, Raleigh, NC\",\"200 Fayetteville St, Raleigh, NC\"]}}}"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ]
}