INDIVIDUAL MCP TOOL
generate_spf
Build an SPF (Sender Policy Framework) record — the DNS TXT record that lists which servers may send mail for a domain.
LIVE ENDPOINT
https://intodns.ai/api/mcp
Connect to this endpoint to inspect the live schema for generate_spf and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.intodns]
url = "https://intodns.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"intodns": {
"type": "http",
"url": "https://intodns.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: intodns
Remote MCP URL: https://intodns.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"intodns": {
"url": "https://intodns.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"intodns": {
"type": "http",
"url": "https://intodns.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "intodns",
"transport": "streamable-http",
"url": "https://intodns.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
scan_domain— Run the fast IntoDNS.nis2_quickscan— Compute a NIS2 Article 21.get_everything_report— Generate the complete live IntoDNS.create_report_snapshot— Create an immutable evidence snapshot of the current Everything Report for a domain.get_report_snapshot— Read a previously created IntoDNS.start_deep_scan— Start a long-running Internet.get_deep_scan_status— Read-only status poll for a long-running Internet.cancel_deep_scan— Cancel an in-progress Internet.