whoislicensed — state license lookup
Server Details
Verify a contractor, real estate or cosmetology license in 12 US states from the boards' own files.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
2 toolslist_license_typesLicense types on file per stateARead-onlyIdempotentInspect
Which states and license types whoislicensed.com carries, with what each license covers and the page URL. Use it to pick a state and an optional license_type for verify_license.
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Two-letter state code; omit for all states |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds useful behavioral detail by revealing what the result contains (coverage explanations and page URL) and confirming it is a catalog listing rather than a verification action.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences, front-loaded with what the tool returns and followed by the intended usage. There is no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with one optional parameter, no output schema, and annotations already covering safety implications, the description provides enough information to invoke it correctly and understand its role in the workflow with verify_license.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already fully describes the only parameter: a two-letter state code, omittable for all states. The description adds some downstream context by saying the result helps choose a license_type for verify_license, but it does not significantly expand on the parameter's own semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states exactly what the tool returns: the states and license types whoislicensed.com carries, what each covers, and the page URL. It also differentiates from the sibling verify_license by framing itself as the preparatory lookup that feeds verification.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says to use this tool to pick a state and an optional license_type for verify_license, which is clear usage context. It does not list exclusion cases, but with only one sibling tool, this is sufficient direction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_licenseVerify a state licenseARead-onlyIdempotentInspect
Look up a contractor, tradesperson, real estate or cosmetology license in a US state's own published license file by name, business name or license number. Returns up to 25 matching records with type, number, expiration date and status, the issuing board and the date of the copy. Covers 12 states: TX, CA, FL, VA, WA, OR, MN, IL, CT, CO, VT, DE. Always tell the user to confirm on the board's own lookup before hiring.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Name, business name or license number (or the start of one), 2–60 characters | |
| state | Yes | Two-letter state code, e.g. TX | |
| license_type | No | Optional license-type slug from list_license_types to narrow the search, e.g. master-electricians |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds meaningful behavioral detail: up to 25 records, the specific fields returned, the issuing board and copy date, and a mandatory post-search instruction to tell the user to confirm on the board's own lookup. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, each earning its place: what the tool does, what it returns, and the required confirmation instruction. The operation and coverage are front-loaded, with no filler or tautology.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
There is no output schema, so the description appropriately discloses the return shape: up to 25 matching records with type, number, expiration date, status, issuing board, and copy date. It also gives state coverage and a clear user-facing follow-up step, making the tool callable correctly with the information provided.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so baseline is 3. The description adds value beyond the schema by enumerating the 12 valid state codes and clarifying that the query parameter can be a name, business name, or partial license number. It does not explain license_type further, but the schema already points agents to list_license_types for valid slugs.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Look up') with a clear object ('a contractor, tradesperson, real estate or cosmetology license') and names the data source ('a US state's own published license file'). It also differentiates itself from the sibling list_license_types by describing a search-and-return operation rather than a type-listing operation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives useful context by listing the 12 supported states and the kinds of licenses covered, so an agent can infer when it applies. However, it never explicitly tells the agent when to prefer list_license_types (e.g., when a license_type slug is needed) or what to do for unsupported states or license categories.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
2 tool updates
- First observed
list_license_types - First observed
verify_license
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Verify contractor licenses: 50 states + DC + 8 cities — status, expiration, disciplinary history.
Free contractor-license checks from official state records; a no-match never proves unlicensed.
Real-time U.S. medical license verification across all 50 states + DC.
Search licensed US contractors by trade or location, fetch profiles and reviews, and submit leads.
Related MCP Servers
- AlicenseAqualityDmaintenanceReal-time contractor license verification across 45 US states. Verifies license status, expiration, and disciplinary history directly against state licensing board portals.4106MIT
- AlicenseAqualityDmaintenance50-state professional license verification for AI agents.310MIT
- AlicenseAqualityBmaintenanceVerifies contractor license status mid-task, returning normalized JSON with active/expired/suspended/revoked status, bond details, and insurance for WA (reliable) and CA (beta) jurisdictions.259MIT
- AlicenseNot gradedqualityBmaintenanceProvides Philippine License to Sell (LTS) verification data from official DHSUD records to LLMs. It enables users to search real estate projects, verify license validity, and check developer compliance through natural language queries.13MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The two tools have clearly distinct purposes: list_license_types is for discovering available states and license types, while verify_license performs the actual lookup. There is no meaningful overlap or ambiguity between them.
Both tool names follow a consistent verb_noun snake_case pattern: list_license_types and verify_license. The naming is predictable and clearly conveys the action and object.
With only two tools, the server is slightly below the typical 3-15 tool range, but the narrow scope of a license lookup service makes this count reasonable. Each tool serves an essential and distinct role with no redundant tools.
The server covers the full discovery-to-verification workflow: list_license_types informs which states and license types are available, and verify_license performs the lookup. Since this is a read-only external data lookup service, no CRUD operations are expected, so there are no obvious gaps.