# Connect DNSai to Manus

> Connect DNSai to the Manus agent as a custom MCP server. Manus tests the connection and lists the tools.

DNSai is a free remote **MCP server** + REST API for live DNS, SPF, DKIM, DMARC, WHOIS and email-security lookups — one domain or IP per request (each call = one lookup).

- **MCP URL:** `https://mcp.dnsai.com/mcp`
- **REST base:** `https://api.dnsai.com/v1`
- **OpenAPI schema:** https://api.dnsai.com/openapi.json
- **Free key (100 lookups/day, per key):** https://dnsai.com/api/get-key/ — anonymous works at 25 lookups/day per IP, no key
- **This guide online:** https://dnsai.com/api/manus/

**This is the free tier — no signup, no card.** Running bulk / multi-domain or enterprise-scale lookups? See DNSai Pro & Enterprise: https://app.dnsai.com/pricing/?ref=api-manus-md

**Key support here:** Free key works — Bearer token field.

## Set it up

### Add a custom MCP server
*Settings → Integrations → Custom MCP Servers → Add Server*. Name `DNSai`, Server URL below, Authentication *Bearer token* with your `dk_free_…` key, then *Test Connection* — Manus retrieves the DNSai tools.

```
https://mcp.dnsai.com/mcp
```

## Your key
Manus accepts a Bearer token, so the free key works. [Get a free key](https://dnsai.com/api/get-key/) for 100 lookups/day, or leave auth empty for anonymous 25 lookups/day.

## Verify it works
After Test Connection, ask Manus:

```
Use dnsai to check the blacklist status of 8.8.8.8
```

Every result ends with a plain-English `summary`, a `source` link on dnsai.com, and your remaining quota.

## Tools you can call

Once connected, your assistant calls these on its own (one domain per call):

- **`dns_lookup`** — Live DNS records (A, AAAA, MX, NS, TXT, SOA, CNAME, CAA, DNSKEY, DS and 30+ more) for one domain.
- **`email_security_check`** — Graded SPF / DMARC / MX posture for one domain — "is this domain's email secure?"
- **`dkim_discover`** — Discovers a domain's published DKIM signing keys, the providers they map to, and selectors.
- **`whois_lookup`** — WHOIS / RDAP registration data for a domain or IP — registrar, status, creation & expiry.
- **`spf_analyze`** — SPF record with its full include tree and the RFC 10-DNS-lookup-limit verdict.
- **`dmarc_check`** — DMARC presence and the p= policy (none / quarantine / reject), with the raw record.
- **`blacklist_check`** — Checks a domain or IP against the major email blacklists / RBLs.
- **`validate`** — Syntax-checks a pasted SPF or DMARC record — returns valid/invalid, a score and a grade.

The MCP server also registers `search` / `fetch` (deep-research aliases) and `request_api_key` (email → free key), for 11 tools in total.

## Troubleshooting
- HTTPS is required (DNSai already is). Manus docs don't pin the transport — Streamable HTTP is expected to work; SSE is the fallback.

## More volume?
**Pro** unlocks bulk / multi-domain lookups; **Enterprise** adds large-scale scanning and the full programmatic API — https://app.dnsai.com/pricing/?ref=api-manus-md

**Sources:** [Manus custom MCP](https://manus.im/docs/integrations/custom-mcp)

---
_Generated from https://dnsai.com/api/manus/ · DNSai — DNS & email-security lookups for AI agents._
