← visibly-ai.com

INDIVIDUAL MCP TOOL

seo_checklist

Get an SEO checklist.

visibly-ai.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

visibly-ai.com

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.visiblyai-mcp-server]
url = "https://mcp.visibly-ai.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "visiblyai-mcp-server": {
      "type": "http",
      "url": "https://mcp.visibly-ai.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: visiblyai-mcp-server
Remote MCP URL: https://mcp.visibly-ai.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": {
    "visiblyai-mcp-server": {
      "url": "https://mcp.visibly-ai.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "visiblyai-mcp-server": {
      "type": "http",
      "url": "https://mcp.visibly-ai.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "visiblyai-mcp-server",
  "transport": "streamable-http",
  "url": "https://mcp.visibly-ai.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • seo_guidance — Get SEO best practices on a topic.
  • analyze_url_structure — Analyze a URL for SEO-friendliness.
  • get_auth_status — Check whether the current MCP request is authenticated and whether auth-protected tools are available.
  • list_locations — List available countries/locations for SEO data queries.
  • get_skill — Get an SEO workflow skill with step-by-step methodology, triggers, credits, and quality gates from the current seo_skills catalog.