Back to Browse

Locus Agent Skill MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Official US-address public records: zoning, flood, parcel, permits, taxes. Free look, x402 paid.

About

Official US-address public records: zoning, flood, parcel, permits, taxes. Free look, x402 paid.

Remote endpoints: streamable-http: https://mcp.locus.report/mcp streamable-http: https://api.locus.report/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-velinussage-locus": {
      "url": "https://mcp.locus.report/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

@velinussage/locus-agent-skill

skills.sh

Install three Locus agent skills: the general MCP/REST/A2A capability guide, the opt-in surrounding-area purchase workflow, and the property-tax protest workflow.

Locus returns awareness and verification steps, not a verdict. Do not use it to score, rank, screen, value, predict, or label a person, property, block, or neighborhood as safe or unsafe.

Install with this package

npx @velinussage/locus-agent-skill add

By default this writes locus-agent-tools/, locus-surrounding-area-analysis/, and locus-property-tax-protest/ to $CODEX_HOME/skills or ~/.codex/skills. The general public skill routes relevant requests to the specialist workflows; it does not turn ordinary Locus discovery into a paid flow.

Options:

npx @velinussage/locus-agent-skill add --target ./skills
npx @velinussage/locus-agent-skill add --target ./skills --force
npx @velinussage/locus-agent-skill --print

Install with GitHub CLI

gh skill install velinussage/locus-agent-skill locus-agent-tools

Preview first:

gh skill preview velinussage/locus-agent-skill locus-agent-tools

Install with skills.sh

The same skill is also available from the public GitHub repo through the open skills CLI:

npx skills add velinussage/locus-agent-skill --skill locus-agent-tools

Useful variants:

npx skills add velinussage/locus-agent-skill --skill locus-agent-tools -g
npx skills add velinussage/locus-agent-skill --skill locus-agent-tools -a claude-code -a codex
npx skills use velinussage/locus-agent-skill --skill locus-agent-tools

Connect to Locus MCP

{
  "mcpServers": {
    "locus": {
      "type": "http",
      "url": "https://mcp.locus.report/mcp"
    }
  }
}

What the skills teach agents

  • The full free catalog exposes 98 tools, including 53 national free lanes. Read the live catalog because rollout configuration can change the visible total.
  • locus_place_facts is the best first call when supported.
  • locus_lane_availability shows national, local, varies, not-covered, and degraded lanes before payment.
  • Free tools stay read-only and cited.
  • locus_rental_registration_check reads building-level municipal registration/license records and linked housing-enforcement components for Minneapolis, Seattle, and New York City. It returns no legal-rental or compliance verdict.
  • The property-tax protest workflow keeps deadline, filing-guide, evidence, browser handoff, and published-outcome facts separate from the owner's own filing and value position.
  • Paid endpoints use live x402 discovery, may offer USDC on Base and Solana, and require explicit user authorization. Agents choose one complete accepts[] entry.
  • The surrounding-area workflow requires two separate approvals: $0.10 for the reusable JSON packet, then $0.15 for an eligible HTML/PDF report within 24 hours. Packet and report retrieval are proof-gated for 90 days.

Docs: https://docs.locus.report/skill.md

Paid endpoint surface

The live paid index is authoritative: https://api.locus.report/.well-known/ai-tool/index.json. Selected endpoints are:

EndpointCurrent priceNotes
POST /api/locus-place-report$0.05Compiled cited property-context artifact.
POST /api/locus-place-report-batch$0.25Async 3-50 address portfolio job, one settlement.
POST /api/locus-local-trend-brief$0.05Permit, 311, and code-case local-change brief where source coverage is strong enough.
POST /api/locus-local-policy-brief$0.07Property-relevant bills, agendas, ordinances, tax, fee, bond, housing, and permit-change context.
POST /api/locus-before-you-sign$0.07Pre-decision bundle over parcel, trend, and policy components.
POST /api/locus-environmental-context$0.05Address-level EPA TRI/RCRA/SDWIS/radon context ranked by distance where possible.
POST /api/locus-property-tax$0.05Residential property-tax artifact with assessed value, annual tax, history, effective rate, and provenance.
POST /api/locus-rental-registration-check$0.01Paid dual of the free exact-building rental registration and housing-enforcement lookup for Minneapolis, Seattle, and New York City.
POST /api/locus-surrounding-area-analysis$0.10Stored, bounded JSON evidence packet. Charge-suppressed unless the subject, surrounding-parcel foundation, and another component complete.
POST /api/locus-surrounding-area-report$0.15One HTML/PDF rendering of an eligible packet; no research rerun.
Six paid-only atomic REST routes$0.01 eachWorkplace jobs, Wikipedia, Commons metadata, PFAS, NEI, and electricity. No free, MCP, or A2A counterpart.
locus-evaluation-packet paid-only atomic$0.35Lender evaluation-support packet. No free, MCP, or A2A counterpart.

Unsupported, discovery-only, commercial, or insufficient-data cases return free diagnostics instead of charging where applicable.

License

MIT.

Reviews

No reviews yet

Be the first to review this server!