@craftrift/verify-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CRAFTRIFT_API_KEY | No | Your CraftRift Verify API key. Optional; without it the server runs in demo mode with IP-based rate limiting. |
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_websiteB | Verify if a website is live and accessible. Checks HTTP response and content availability. |
| verify_sslB | Verify if a website has a valid SSL certificate. Checks certificate validity, expiration, and chain. |
| verify_dnsB | Verify if DNS records have propagated. Checks A, AAAA, CNAME, MX, and TXT records. |
| verify_api_healthA | Verify if an API endpoint is healthy and responding correctly. Can check for expected status codes or response content. |
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 4 tools
Each tool targets a distinct verification aspect (API health, DNS, SSL, website) with no overlap, making it easy for an agent to choose the correct one.
All tools follow a consistent 'verify_' prefix followed by a specific noun (e.g., verify_api_health, verify_dns), forming a predictable verb_noun pattern.
Four tools is well-scoped for a verification-focused server; each tool covers a common infrastructure check without overloading or underserving the domain.
The set covers the most common verification needs (API, DNS, SSL, website) but lacks checks like port availability or email delivery, which are minor gaps.