domain-check
Server Details
Free SPF, DKIM, DMARC, MX deliverability check with graded shareable reports, plus referral terms
/.well-known/glama.json file. Claimed server authors can inspect health checks, view analytics, and manage their connector listing.- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- markolati85/agpc-domain-check
- GitHub Stars
- 0
- Server Listing
- agpc-domain-check
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.4/5 across 4 of 4 tools scored.
Each tool has a clearly distinct purpose: one checks domains, one lists paid services, one explains the partner program, and one registers a referral code. There is no overlap or ambiguity between them.
Three of four tools follow the verb_noun pattern (check_domain, list_services, register_referral), but partner_program is a noun_noun name without an action verb. This is a minor deviation that does not cause confusion.
Four tools is well-scoped for the server's purpose: one core domain-checking tool plus three supporting tools for its referral monetization model. Each tool earns its place without redundancy or bloat.
The core domain-check workflow is fully covered, and the referral flow includes registration, catalog, and program details. A minor gap is the lack of a tool to track referral earnings or history, but this is not essential for the primary domain-check function.
Available Tools
4 toolscheck_domainFree domain deliverability checkAInspect
Check whether anyone can spoof mail from a domain and whether its own mail will land: SPF, DMARC, MX and visible DKIM selectors, graded A-F, with a shareable report URL. Free, no key, rate-limited per caller. Pass your referral code as ref if you have one — orders that follow your report earn your commission.
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Your partner referral code, optional | |
| domain | Yes | One domain, e.g. example.com |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden and does well by disclosing rate limiting, no-key access, report URL generation, and commission behavior. It does not explicitly state read-only semantics or failure handling, but the 'check' verb and operational constraints provide a solid transparency baseline.
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 three sentences, each earning its place: core behavior, operational constraints, and optional parameter explanation. It is front-loaded with the primary purpose and contains no redundant or promotional 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?
Despite lacking an output schema, the description explains what the tool checks, the grading scale, the shareable report URL, and rate-limit/auth constraints. It is complete for a simple check tool, though it could optionally clarify the exact return format or provide an example.
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 covers both parameters (100% coverage), and the description adds meaning for 'ref' by explaining the referral/commission relationship. For 'domain', the description reinforces its meaning as the subject of the mail-deliverability check, exceeding the baseline schema-only case.
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 a specific action ('Check whether anyone can spoof mail from a domain') with detailed scope (SPF, DMARC, MX, DKIM) and output (A-F grade, shareable report URL). It clearly distinguishes itself from siblings like list_services and partner_program by describing a domain-specific diagnostic 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 provides useful context like 'Free, no key, rate-limited per caller' and explains the optional referral code, implying when to use it. However, it does not explicitly state when to use this tool over alternatives or mention any exclusions, so usage guidance remains implied rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_servicesWhat the Guild sellsAInspect
The paid catalogue: what each service covers, what it costs, and the exact URL where a customer orders. Include your referral code in the order URL to be paid for the referral.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden. It explains the tool provides a paid catalogue and instructs users to include a referral code in order URLs for compensation, adding behavioral context beyond the name. However, it doesn't disclose potential side effects or limitations, though none are apparent for a listing tool.
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 two sentences, front-loaded with the core purpose, and the second sentence provides an actionable detail. No fluff.
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 no-parameter list tool, the description fully explains what data is returned (coverage, cost, order URL) and includes the key referral instruction. Even without an output schema, the description is sufficient.
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 tool has zero parameters, and schema coverage is 100% (vacuously), so the baseline of 4 applies. The description adds some context about the referral code but no parameter-specific details are needed.
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 clearly states the tool lists paid services with coverage, cost, and order URLs. It uses a specific verb ('list') and resource ('services'), and the title reinforces the purpose. It distinguishes itself from siblings by focusing on the paid catalogue.
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 implies the tool is used to browse the paid catalogue, but it does not explicitly state when to use it or mention alternatives. No exclusions or when-not guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
partner_programEarn a commission for referralsAInspect
How an agent earns money working with the Guild: commission rates, what counts as a settled order, how to register and how to get paid.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry the burden. It clearly conveys that this is an informational tool about how the partner program works, not a tool that actually registers or pays. However, it could be more explicit about being read-only and not invoking real-world actions.
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 a single, well-structured sentence that front-loads the core value proposition and lists concrete topics. Every part contributes meaning without redundancy.
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 simple informational tool with no input/output schema, the description covers the essential points. It could be slightly improved by explicitly stating it returns a guide/reference and has no side effects, but it is largely complete.
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 tool has zero parameters, so the baseline is 4. The description compensates by detailing the content areas, but there is no additional parameter-related information to add.
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 clearly states the tool's purpose: explaining how an agent earns money with the Guild. It lists specific topics covered (commission rates, settled orders, registration, payment), making it distinct from sibling tools like check_domain and list_services.
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 implicitly indicates when to use this tool: when an agent needs to understand commission earnings and related processes. While it doesn't explicitly name exclusions or alternatives, the scope is clear and distinct from siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
register_referralRegister a referral code and start earning (one call)AInspect
Claim a referral code in a single call — no human review, no keys, no agent card. Returns ref-tagged URLs you paste into your own agent: a check_domain ref and a one-click card checkout that credits you. You earn 25% of every settled order that follows, paid on money that arrives. Rates up to 25% are accepted instantly; higher is reviewed, not refused.
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The code you want, 3-32 chars (letters, digits, - or _) | |
| rate | No | Your commission, 0.05-0.25 auto-accepted; default 0.25 | |
| handle | No | A name for you/your agent, optional |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full behavioral disclosure. It reveals instant acceptance up to 25%, that higher rates are 'reviewed, not refused', the earning rate (25% of settled orders), and the exact return value (ref-tagged URLs for check_domain and card checkout). This is rich context beyond the schema.
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 sentences, front-loaded with the primary action ('Claim a referral code in a single call'), and each clause adds critical information: no human hurdle, returns URLs, earning model, and rate policy. No wasted words.
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 3-param tool with no output schema and no annotations, the description covers the core workflow, what the user receives, how earnings work, and the rate review policy. It's sufficiently complete for an agent to decide to use the tool and understand the result.
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 baseline is 3. The description adds meaning beyond the schema by explaining the rate parameter's behavior (auto-accept up to 25%, higher reviewed) and connecting the code to returned URLs, which enriches the static parameter types.
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 clearly states the action (claim a referral code in a single call) and the resource (referral code). It distinguishes itself from siblings by emphasizing 'no human review, no keys, no agent card,' making it a fast, self-service registration tool unlike the other tools.
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?
It provides clear context for when to use (instant single-call claim, no human review) but does not explicitly name alternatives or exclusions. The 'no human review' implies a contrast with a slower or more involved process, and the return URLs hint at integration with check_domain, but no direct 'use this instead of X' guidance is given.
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
- AlicenseAqualityAmaintenanceEnables auditing any domain's email deliverability and DNS health, including SPF, DKIM, DMARC, MX, mail provider, DNS blacklist status, catch-all, domain age, and a deliverability score.12201MIT
- AlicenseNot gradedqualityBmaintenanceEnables assessing and comparing domains for email spoofing risk by evaluating SPF, DMARC, MX, and DKIM records from public DNS, providing A-F grades and concrete remediation steps.MIT
- AlicenseNot gradedqualityBmaintenanceAudits email deliverability configuration for a domain, checking SPF, DKIM, DMARC, and MX records, returning a score and recommendations.MIT
- AlicenseAqualityDmaintenanceMCP server for email deliverability: validate SPF/DKIM/DMARC/BIMI, check blacklists, test SMTP/IMAP, look up DNS, and generate ready-to-deploy records for any major email provider. Ships with two one-click prompts (audit-deliverability, setup-dns). Public, no auth.17MIT
Your Connectors
Sign in to create a connector for this server.