MCP Server

Contractor Licence Changes

agency.ottobot/contractor-license-changes
Legal & Compliance Public & reachable MCP 2026-07-28

What this MCP does

Reports observed contractor licence status changes, including lapses, reinstatements, expirations, suspensions, and first appearances.

check_license_history
Has this contractor's licence changed? Returns every status transition observed in the state board's own published file since 2026-07-17 -- suspensions, expirations, reinstatements and first appearance -- with the date each was seen. This is change over time, not a current-status lookup: use it after a snapshot check, to find out whether the licence you are about to rely on lapsed and came back. Distinguishes 'no change observed' from 'this source is not observed for that change', which are not the same answer. Only public, unsuppressed directory records are returned. Read-only.
Input schema
{'type': 'object', 'required': ['state', 'license_number'], 'properties': {'state': {'type': 'string', 'pattern': '^[A-Za-z]{2}$', 'description': 'Two-letter state code. Covered: AZ, CA, CO, CT, DE, FL, IA, NV, NY, OR, TX, UT, VA, WA', 'patternMessage': 'argument state must be a two-letter state code, e.g. CA'}, 'license_number': {'type': 'string', 'pattern': '.*\\S.*', 'description': 'The licence number as the board prints it', 'patternMessage': 'argument license_number must not be blank'}}}
recent_license_changes
What changed lately across a state: licences that lapsed, were reinstated, or appeared for the first time, newest first, optionally narrowed to one trade. Answers the monitoring question a single lookup cannot -- which contractors lost standing this month, or who is newly licensed in this trade. Read-only.
Input schema
{'type': 'object', 'required': ['state'], 'properties': {'days': {'type': 'integer', 'description': 'Look back 1 to 365 days (default 30)'}, 'limit': {'type': 'integer', 'description': 'Max rows, clamped to 1 through 100 (default 25)'}, 'state': {'type': 'string', 'pattern': '^[A-Za-z]{2}$', 'description': 'Two-letter state code. Covered: AZ, CA, CO, CT, DE, FL, IA, NV, NY, OR, TX, UT, VA, WA', 'patternMessage': 'argument state must be a two-letter state code, e.g. CA'}, 'trade': {'type': 'string', 'description': 'Optional trade filter, e.g. electricians, plumbers'}, 'change_type': {'enum': ['lapse', 'reinstate', 'status_change', 'new_license'], 'type': 'string', 'description': 'lapse = active to suspended/expired/inactive; new_license = first observed'}}}
Added
recent_license_changes
2026年9月11日0:23
Added
check_license_history
2026年9月11日0:23