plumbline
Server Details
Free public-record contractor license checks across 34 US jurisdictions (2.7M records). Tool
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.6/5 across 1 of 1 tools scored.
There is only one tool, so there is no possibility of confusing it with another. The tool's description clearly specifies its inputs, outputs, and edge cases, eliminating any ambiguity.
The single tool name 'check_contractor' follows a clear verb_noun pattern. With no other tools to compare, there is no inconsistency in naming conventions.
One tool is appropriate for a focused license-checking server, but it feels thin. The server could be better rounded with additional tools like a coverage report or jurisdiction detail tool.
The tool covers the core license check but references an HTTP endpoint for coverage rather than exposing it as a tool. This leaves a notable gap for agents that need to verify jurisdiction coverage before querying.
Available Tools
1 toolcheck_contractorAInspect
Check a contractor's license against official state and local licensing records covering dozens of US jurisdictions. The covered set grows over time; GET /v1/coverage on this host for the exact current list, and never assume from this description whether a jurisdiction is covered. Provide a license number or a business name, plus the jurisdiction. Returns match (the license record with status and provenance), candidates (disambiguate and call again; page with offset), no_match_in_index (NOT a determination of unlicensure), or jurisdiction_not_covered (with an official pointer URL for that jurisdiction; the response message states exactly what the link is, which for some jurisdictions is a consumer-protection or licensing-board page rather than a license lookup, so relay the message's wording and never present the link as a license lookup unless the message says it is one).
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Business name, e.g. "Bayside Plumbing" | |
| offset | No | Pagination offset into the candidates list, default 0. Use with total_candidates from a prior call to page through large candidate sets. | |
| license | No | License number, e.g. "1000002" | |
| jurisdiction | No | State or local jurisdiction code, e.g. "CA" ("US-CA" style also accepted) or "NYC". Coverage spans dozens of US jurisdictions; GET /v1/coverage for the exact current list. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description fully carries the burden of behavioral disclosure. It lists all four return types and their meanings, explicitly warns that no_match_in_index is not a determination of unlicensure, clarifies that jurisdiction_not_covered pointers vary in nature and must be relayed verbatim, and notes that coverage changes over time. This is extensive, high-value context.
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?
The description is dense but well-structured, using parentheses to group return-type nuances. It is slightly redundant—'never assume from this description whether a jurisdiction is covered' appears twice—but otherwise each sentence carries vital information. It is long yet readable and front-loaded with the core purpose.
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?
Since no output schema exists, the description thoroughly documents the return types and their implications, including pagination and the important caveat about official pointer links. It also addresses coverage volatility and how to obtain the current list. There are no significant gaps for an agent to make incorrect assumptions.
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 coverage is 100%, so each parameter is already described. The description adds relational meaning: license OR name are alternatives, and jurisdiction is required (despite schema having no required flags). It also frames offset as pagination for candidates, reinforcing the schema's description. This exceeds baseline schema-only value.
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 opens with a specific action: 'Check a contractor's license against official state and local licensing records.' It clearly names the resource (contractor's license) and the scope (official records across US jurisdictions), and differentiates itself from generic lookups by detailing four distinct return states. Even without siblings, the purpose is unambiguous and actionable.
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 explicit input requirements ('Provide a license number or a business name, plus the jurisdiction') and instructs users to check /v1/coverage before assuming jurisdiction coverage. It also explains how to disambiguate candidates and page with offset. It lacks explicit 'when not to use' guidance, but with no sibling tools this is acceptable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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 Servers
- AlicenseAqualityDmaintenanceReal-time contractor license verification across 45 US states. Verifies license status, expiration, and disciplinary history directly against state licensing board portals.Last updated469MIT

LocalPro MCP Serverofficial
Alicense-qualityBmaintenanceProvides verified local trade and service business data (e.g., radon mitigation, foundation repair) to AI agents via tools like search_providers and list_niches.Last updated1MIT- 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.Last updated2199MIT
- AlicenseAqualityDmaintenance50-state professional license verification for AI agents.Last updated315MIT