Agpc Domain Check
БесплатноНе проверенMCP server that lets agents check domain email authentication (SPF, DKIM, DMARC, MX) via a free API, returning grades and shareable report URLs. Also provides t
Описание
MCP server that lets agents check domain email authentication (SPF, DKIM, DMARC, MX) via a free API, returning grades and shareable report URLs. Also provides tools for listing paid services and partner program terms.
README
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.
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 publishes - MX 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 dependency
Then 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/mcp
Streamable HTTP, stateless, no auth, no key. Three tools:
| Tool | What it does |
|---|---|
check_domain |
The free check, with the shareable report URL |
list_services |
The paid catalogue and order URLs |
partner_program |
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 | https://guild.tradeuniquecapital.com/mcp |
| OpenAPI 3.1 | https://guild.tradeuniquecapital.com/openapi.json |
| Agent card | https://guild.tradeuniquecapital.com/.well-known/agent-card.json |
| One-fetch summary | https://guild.tradeuniquecapital.com/.well-known/agents.json |
| For LLMs | https://guild.tradeuniquecapital.com/llms.txt |
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: [email protected]
Licence
MIT for the client code in this repository. The API is free to call within the stated rate limit.
Установка Agpc Domain Check
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/markolati85/agpc-domain-checkFAQ
Agpc Domain Check MCP бесплатный?
Да, Agpc Domain Check MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Agpc Domain Check?
Нет, Agpc Domain Check работает без API-ключей и переменных окружения.
Agpc Domain Check — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Agpc Domain Check в Claude Desktop, Claude Code или Cursor?
Открой Agpc Domain Check на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Klavis AI
Open Source MCP Infra. Hosted MCP servers and MCP clients on Slack and Discord.
Work90210/APIFold
Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key
автор: Work90210arikusi/deepseek-mcp-server
MCP server for DeepSeek AI with chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking.
автор: arikusihashgraph-online/hashnet-mcp-js
MCP server for the Registry Broker. Discover, register, and chat with AI agents on the Hashgraph network.
автор: hashgraph-onlineprofullstack/mcp-server
A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data,
автор: profullstackWayStation-ai/mcp
Seamlessly and securely connect Claude Desktop and other MCP hosts to your favorite apps (Notion, Slack, Monday, Airtable, etc.). Takes less than 90 secs.
автор: waystation-aiCompare Agpc Domain Check with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
