PermitPulse — License Lookup & Verification (MCP) avatar

PermitPulse — License Lookup & Verification (MCP)

Pricing

from $30.00 / 1,000 tool calls

Go to Apify Store
PermitPulse — License Lookup & Verification (MCP)

PermitPulse — License Lookup & Verification (MCP)

Agent-callable MCP server for business/professional/contractor license lookups and status verification across jurisdictions.

Pricing

from $30.00 / 1,000 tool calls

Rating

0.0

(0)

Developer

Charles Doherty

Charles Doherty

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

7 hours ago

Last modified

Share

"Is this contractor licensed? Is this professional's license active?" — answered from official state registries, in one call.

PermitPulse is an MCP server for compliance, BD, and due-diligence agents. Instead of failing or hallucinating on a licensing question, an agent looks the license up in the actual jurisdiction registry and gets a structured status back.

Tools

  • lookup_license({jurisdiction, name?, license_number?}) — search a jurisdiction's registry by holder/business name or license number. Returns {matchCount, licenses:[{holder, licenseType, licenseNumber, status, city, issued, expires, verifyUrl}]}.
  • verify_status({jurisdiction, license_number}) — verify one license number: {found, active, status, holder, licenseType, expires, verifyUrl}.
  • list_jurisdictions() — which jurisdictions are covered, their license kind, and how to search each.

Coverage (v1)

  • co-professional — Colorado professional & occupational licenses (DORA): cosmetology, nursing, real estate, and many more.
  • wa-contractor — Washington contractor licenses (L&I).

Both are live from official Socrata open-data registries — current status, not a stale copy. More jurisdictions are added as single connector entries.

Notes & limits

  • Data is only as current and complete as the source registry publishes.
  • Name search is a partial (case-insensitive) match; license-number lookup is exact.
  • active is inferred from the registry's status text (active / current / valid); always show the raw status and verifyUrl to a human for compliance-critical decisions.