The change feed for corporate registries

Know the moment a company changes.

Recordwire turns official state business registries into a normalized change feed. Search newly formed companies, monitor status and ownership changes, or give agents reliable registry tools through one API and one MCP server.

26,397,672 companies7 statesOfficial sources onlyDaily updatesFlat pricing

Recent changesfrom the latest state files
  • KERS USA, INC.status changed Florida · 2026-09-10
  • SHEAR KNOW HOW OUTREACH MINISTRY, INC.status changed Florida · 2026-09-10
  • WSP USA SOLUTIONS INC.officers changed New York · 2026-09-10
  • WOODLAND HILL NY LLCrenamed New York · 2026-09-10
  • MC Trust Home Improvement llcstatus changed Connecticut · 2026-09-10
  • MC Trust Home Improvement llcrenamed Connecticut · 2026-09-10
  • KEAHI DARKROOM LLCformed Oregon · 2026-09-08
  • CANMANPDX LLCformed Oregon · 2026-09-08
  • Kailash Farmsformed Colorado · 2026-09-07
  • ITMAX LLCformed Colorado · 2026-09-07
  • GREENBUSH LAWN CARE SERVICESformed Virginia · 2026-09-06
  • Manning Design and Engineering Group, PLLCformed Virginia · 2026-09-06
  • Fuller & Royce Llcformed Pennsylvania · 2026-09-02
  • Andrew Nagy Productions Llcformed Pennsylvania · 2026-09-02
  • KERS USA, INC.status changed Florida · 2026-09-10
  • SHEAR KNOW HOW OUTREACH MINISTRY, INC.status changed Florida · 2026-09-10
  • WSP USA SOLUTIONS INC.officers changed New York · 2026-09-10
  • WOODLAND HILL NY LLCrenamed New York · 2026-09-10
  • MC Trust Home Improvement llcstatus changed Connecticut · 2026-09-10
  • MC Trust Home Improvement llcrenamed Connecticut · 2026-09-10
  • KEAHI DARKROOM LLCformed Oregon · 2026-09-08
  • CANMANPDX LLCformed Oregon · 2026-09-08
  • Kailash Farmsformed Colorado · 2026-09-07
  • ITMAX LLCformed Colorado · 2026-09-07
  • GREENBUSH LAWN CARE SERVICESformed Virginia · 2026-09-06
  • Manning Design and Engineering Group, PLLCformed Virginia · 2026-09-06
  • Fuller & Royce Llcformed Pennsylvania · 2026-09-02
  • Andrew Nagy Productions Llcformed Pennsylvania · 2026-09-02

Built for

Sales intelligence, KYB monitoring, market research, and agent workflows.

Sales signals

Reach newly formed businesses days before conventional databases list them. Filter by state, entity type, and formation date.

KYB and monitoring

Watch your customers for status, registered-agent, officer, and address changes, with the state's own reason attached.

Market intelligence

Measure formation and dissolution activity by geography, entity type, and month, from the registry rather than from a survey.

Agent workflows

Give AI systems deterministic, cited access to registry changes over MCP. Same key, same data, no scraping inside the agent.

Coverage

Seven states, one model.

Counts are live from the last completed ingest of each state's official file.

How it works

Official files in. Events out.

We read what the states publish

Bulk files and open-data feeds from each Secretary of State. No search-page scraping, no captchas, no guesswork about terms of use.

We diff every record

Each file is compared against the last one. Only what changed is written, as an append-only event with the state's own wording kept.

You query one shape

The same fields in every state. REST for your backend, MCP for your agents, history from the day the state started publishing it.

Events

Six things that can happen to a company.

business.created
A new entity, dated to the state's formation date so history queries work from day one.
business.name_changed
Old and new name, including decades of state-published amendments where available.
business.status_changed
Active, inactive, or pending, with the state's reason: "Voluntarily Dissolved", "Delinquent", "Merged".
business.address_changed
Principal or mailing address, before and after.
business.agent_changed
Registered agent name or address changed.
business.officers_changed
Officers, managers, or members added or removed, where the state publishes them.

Try it

One key. Two doors.

Bearer auth, JSON, cursor paging. The MCP server exposes the same five operations as tools.

REST
curl -H "Authorization: Bearer $KEY" \
  "https://api.recordwirehq.com/v1/businesses?jurisdiction=US-VA&formed_after=2026-09-01&limit=3"
MCP
claude mcp add registry --transport http https://api.recordwirehq.com/mcp \
  --header "Authorization: Bearer $KEY"
Response
{
  "data": [{
    "id": "US-VA:11985489",
    "legalName": "The Vintage Pintail LLC",
    "entityType": "llc",
    "status": "active",
    "statusReason": "Active",
    "formationDate": "2026-09-05",
    "formationJurisdiction": "US-VA",
    "principalAddress": { "city": "Fredericksburg", "state": "VA", "postalCode": "22401" },
    "registeredAgent": { "name": "REGISTERED AGENTS INC" },
    "first_seen_at": "2026-09-06",
    "verified_at": "2026-09-06"
  }],
  "next_cursor": "WyIyMDI2LTA5LTA1IiwiVVMtVkE6MTE5ODU0ODkiXQ"
}

Pricing

Flat. No per-lookup meter.

Two plans, no seats, no per-lookup meter. Rate limits are generous and documented. Need more? Ask.

Three states

$200 / month

  • Any three covered states
  • REST and MCP
  • Change feed with history
  • Unlimited seats