license-verifier-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| verify_licenseA | Verify a professional license in a specific state. Returns license status, holder name, issue/expiration dates, and any disciplinary actions. |
| search_licenseA | Search for a professional license across multiple states. Useful when you don't know which state issued the license. |
| list_supported_statesA | List all states currently supported for license verification, with their capabilities. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: verify_license for a known state, search_license for unknown states, and list_supported_states for metadata. There is no overlap or ambiguity between them.
All tool names follow a consistent verb_noun pattern with lowercase and underscores (verify_license, search_license, list_supported_states). This predictable structure makes the API easy to navigate.
Three tools are well-scoped for a license verification service. Each tool serves a necessary function without unnecessary bloat, and the count fits comfortably within the ideal 3-15 range.
The tool set fully covers the core workflow: verify a known license, search when the state is unknown, and check supported states. There are no obvious missing operations for the stated domain.