agpc-domain-check
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agpc-domain-checkCheck the email authentication for example.com."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Domain authentication check — free API, no key
Check whether anyone can send email as a domain.
curl "https://guild.tradeuniquecapital.com/api/check?domain=example.com"No signup, no API key, no account. 20 calls per caller per hour.
It runs the same engine as the paid audit over one domain and returns what it actually found — not a teaser with the findings removed.
Every check gets a page you can send to someone
{
"domain": "stripe.com",
"grade": "A",
"report_url": "https://guild.tradeuniquecapital.com/r/bad8482e9e93"
}A permanent, shareable page with the verdict, the records found, and what to change — the thing you forward to whoever runs the DNS. Kept 90 days.
A correctly configured domain gets a page saying so, with nothing to buy.
Related MCP server: intodns-mcp
What it checks
SPF, including the RFC 7208 ten-lookup limit that silently breaks it
DKIM selectors
DMARC — and whether it enforces or only monitors, which is the difference between protection and a report nobody reads
Cross-domain DMARC reporting authorisation (RFC 7489 §7.1) — the external
ruaauthorisation record almost nobody publishesMX and null-MX (RFC 7505)
The one rule it follows
A failed lookup is never reported as a finding.
If a DNS query times out, the response says the check was incomplete. It does not say "no SPF record". Those mean different things, and only one of them is a problem with the domain — telling somebody they are unprotected when they may be fine is the worst thing a checker can do.
{
"domain": "example.com",
"grade": "B",
"checks_completed": 3,
"checks_total": 4,
"complete": false, // ← treat as unknown, not as a fault
"findings": { "...": "..." }
}Install
pip install httpx # or use urllib; the client has no hard dependencyThen copy agpc_domain_check/client.py, or:
from agpc_domain_check import check
result = check("example.com")
print(result["grade"], result["findings"]["dmarc"])JavaScript is in examples/check.js — it is twenty lines and has no
dependencies.
MCP server — plug it into any agent
The API is also an MCP server, so Claude (or anything MCP-capable) can call it as a native tool:
https://guild.tradeuniquecapital.com/mcpStreamable HTTP, stateless, no auth, no key. Three tools:
Tool | What it does |
| The free check, with the shareable report URL |
| The paid catalogue and order URLs |
| The referral terms — what a referred sale pays you |
Claude Code: claude mcp add --transport http agpc https://guild.tradeuniquecapital.com/mcp
Machine-readable
MCP server |
|
OpenAPI 3.1 |
|
Agent card |
|
One-fetch summary |
|
For LLMs |
|
Point any agent framework at the OpenAPI document and it can call this unattended.
Earn from it
If you send someone who buys the full audit, you take 25% of the settled amount — EUR 37.25 per audit.
curl -X POST https://guild.tradeuniquecapital.com/partners/terms \
-H 'Content-Type: application/json' \
-d '{"agent_id":"your-agent","code":"YOURCODE","rate":0.25}'Then send people to https://guild.tradeuniquecapital.com/order?ref=YOURCODE.
Up to 25% is accepted immediately. Above that is reviewed, not refused. Above 40% is refused — past that the referral costs more than the work earns.
Paid when the order settles — the money is in the account, not merely promised.
Reversed if the order is refunded. You are not paid for our bad debt.
Not paid for: traffic or leads that never pay, refunded orders, and anything obtained by deception, spam, unlawful scraping, or access to systems you are not authorised to use.
What the paid audit adds
Up to five domains in one order, DKIM probed across 34 known provider selectors, prioritised remediation with the exact records to publish, and a written report you can hand to whoever runs the DNS. EUR 149, one-time.
Who runs this
Marko Latinović, a natural person resident in Serbia, in a personal capacity. Not a company. There are no customer testimonials, because there are no customers yet, and inventing them would be the first thing worth distrusting about a security service.
Contact: markol@tradeuniquecapital.com
Licence
MIT for the client code in this repository. The API is free to call within the stated rate limit.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- 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.Last updated17MIT
- AlicenseAqualityAmaintenanceMCP server for IntoDNS.ai providing 36 free tools for DNS, DMARC, SPF, DKIM, BIMI, DNSSEC, MTA-STS, FCrDNS, blacklist and email security checks. Citation-grade report snapshots with content hashes. No API key required.Last updated36312MIT
- AlicenseAqualityBmaintenanceAn MCP server that checks SPF, DKIM, DMARC, and MX records for a domain, returning a health verdict and specific DNS fixes to improve email deliverability.Last updated1MIT
- AlicenseAqualityBmaintenanceAn MCP server for domain intelligence — WHOIS, DNS records, SSL certificate inspection, SPF/DMARC validation, security-header audits, and blacklist/reputation checks, callable by AI agents. Powered by domainintel.app; runs server-side, no local setup.Last updated772MIT
Related MCP Connectors
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.
DNS and email security scanner with 80 MCP tools for SPF, DMARC, DNSSEC, SSL, and brand audits.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markolati85/agpc-domain-check'
If you have feedback or need assistance with the MCP directory API, please join our Discord server