Skip to main content
Glama
lmaniraruta

license-verify-mcp

by lmaniraruta

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
verify_licenseA

Verify a contractor's current license or registration status before awarding work, signing a contract, or performing due diligence.

Call this tool when you need to:

  • Confirm a contractor is currently licensed and in good standing

  • Check whether a license is active, expired, suspended, or revoked

  • Look up a contractor by license/registration number (preferred — exact match) or by business name (partial match, may return multiple)

  • Retrieve license type, effective and expiration dates from official government records

Currently supports: WA (Washington State) via WA L&I open data (includes real bond + insurance data); CA (California) via CSLB Check-A-License. Call list_supported_jurisdictions first if unsure whether a state is supported.

Returns structured JSON with found status, normalized status enum (active|expired|suspended|revoked|unknown), license type, dates, bond/insurance notes, and the raw source record. If business_name matches multiple contractors, a "matches" array (up to 10) is returned instead of a single result.

At least one of license_number or business_name must be provided.

list_supported_jurisdictionsA

List all US states (jurisdictions) supported by this contractor license verification server, with their data source and availability status.

Call this tool when:

  • You need to check whether a specific state is supported before calling verify_license

  • You want to display available options to the user

  • You need the authoritative data source URL for a jurisdiction

Returns an array of jurisdictions with code, full name, source, and status (live or coming_soon).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lmaniraruta/license-verify-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server