INDIVIDUAL MCP TOOL
seo_audit
Fetch a public URL and return a scored on-page SEO audit (title, meta, headings, Open Graph, canonical, robots, images, links).
LIVE ENDPOINT
https://api.zapboxapp.com/mcp
Connect to this endpoint to inspect the live schema for seo_audit 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.zapbox]
url = "https://api.zapboxapp.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zapbox": {
"type": "http",
"url": "https://api.zapboxapp.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zapbox
Remote MCP URL: https://api.zapboxapp.com/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": {
"zapbox": {
"url": "https://api.zapboxapp.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zapbox": {
"type": "http",
"url": "https://api.zapboxapp.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zapbox",
"transport": "streamable-http",
"url": "https://api.zapboxapp.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
call_api— Call a third-party API using a credential stored in your Zapbox Agent Secrets vault.fx_convert— Convert an amount between any two currency codes at the latest cached rate.fx_rates— USD-based exchange-rate table covering 160+ currencies, refreshed daily and cached server-side.note_create— Create a Zapbox cloud note and return its shareable https link.note_read— Read a Zapbox cloud note by its short code.note_write— Overwrite a Zapbox cloud note's content (last write wins — there is no merge).server_time— Zapbox server clock in Unix milliseconds.transfer_status— List the files, sizes and expiry behind a Zapbox /transfer short code.