INDIVIDUAL MCP TOOL
audit_website
Run a full Tadaaah audit of one website: overall AI-readiness plus per-metric scores (SEO, AI crawlability, GEO, AEO, GSO, performance, design, accessibility, security), each tagged measured / ai_estimate / estimated.
LIVE ENDPOINT
https://tadaaah.io/mcp
Connect to this endpoint to inspect the live schema for audit_website and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.tadaaah]
url = "https://tadaaah.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tadaaah": {
"type": "http",
"url": "https://tadaaah.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tadaaah
Remote MCP URL: https://tadaaah.io/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": {
"tadaaah": {
"url": "https://tadaaah.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tadaaah": {
"type": "http",
"url": "https://tadaaah.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tadaaah",
"transport": "streamable-http",
"url": "https://tadaaah.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_audit— Fetch the status and result of an audit started earlier by audit_website or batch_audit.batch_audit— Submit up to 50 websites in one call (e.g.get_batch— Fetch every audit in a batch: statuses, and full results for the finished ones.account_usage— The calling API key's plan, quota and remaining audits (rolling 30-day window).