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

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

TDQS

A4.5/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one lists supported jurisdictions, the other verifies a contractor's license. No overlap in functionality, making selection unambiguous.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern: list_supported_jurisdictions and verify_license. The naming is clear and predictable.

Tool Count3/5

With only 2 tools, the server feels minimal. While the scope is narrow, a typical license verification server might include additional tools like get_license_details or search_business_by_name.

Completeness4/5

The tool set covers the core workflow: listing available jurisdictions and verifying a license. Minor gaps exist, such as no tool to retrieve a specific jurisdiction's details or support for other license types.

Maintenance

ActivityStale
ResponsivenessNo issues