← nuxtseo.com

INDIVIDUAL MCP TOOL

debug_social_share

Debug social share cards for URL.

nuxtseo.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent endpoint

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

.mcp.json

{
  "mcpServers": {
    "nuxtseo-com": {
      "type": "http",
      "url": "https://nuxtseo.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "nuxtseo-com",
  "transport": "streamable-http",
  "url": "https://nuxtseo.com/mcp"
}
MCP Inspector

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

Related tools

  • list_modules — List Nuxt SEO modules with stats: stars, downloads, versions.
  • get_module_setup — Get module installation guide and navigation tree.
  • list_pages — Lists all available pages with titles, descriptions and routes.
  • search_pages — Search pages by title, description, route, headings, keywords, and content using full-text search.
  • check_meta_tags — Parse meta tags from URL: title, description, OG, Twitter cards, canonical, robots.
  • convert_html_to_markdown — Convert webpage or HTML to Markdown.
  • validate_sitemap — Validate XML sitemap content.
  • validate_schema — Validate Schema.org JSON-LD/Microdata on URL.