← Registry

Marketing

citedy.com

Automates SEO tasks including competitor analysis, content generation, and publishing using AI agents.

WebMCP2 endpoints11 known toolsFirst detected May 12, 2026Last detected September 2, 2026

ENDPOINT 1

https://mcp.citedy.com/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.citedy-com]
url = "https://mcp.citedy.com/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "citedy-com": {
      "type": "http",
      "url": "https://mcp.citedy.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: citedy-com
Remote MCP URL: https://mcp.citedy.com/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "citedy-com": {
      "url": "https://mcp.citedy.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "citedy-com": {
      "type": "http",
      "url": "https://mcp.citedy.com/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "citedy-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "citedy-com",
  "transport": "streamable-http",
  "url": "https://mcp.citedy.com/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

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

ENDPOINT 2

https://www.citedy.com

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
declarative

Known tools 11

check_robots_txt

Fetch robots.txt for a website and report whether major AI crawlers are allowed or blocked.

Inferred read-only
check_canonical_tag

Check whether a page has a valid canonical link and if it matches the final URL after redirects.

Inferred read-only
validate_json_ld_schema

Fetch a page and validate its JSON-LD structured data (schema.org) scripts.

Inferred read-only
check_xml_sitemap

Validate XML sitemaps and check URL coverage basics for a website.

Inferred read-only
check_redirect_chain

Check redirect chains, loop risks, and final status codes for any URL.

Inferred read-only
check_http_headers

Inspect SEO and cache-critical HTTP response headers for a page URL.

Inferred read-only
check_hreflang_tags

Validate hreflang entries and x-default coverage on a page.

Inferred read-only
analyze_page_links

Count internal and external links, detect nofollow, and review link attributes.

Inferred read-only
preview_open_graph_tags

Preview how a page looks when shared on social media (Open Graph and Twitter Cards).

Inferred read-only
check_heading_structure

Analyze H1–H6 heading hierarchy and find structure issues on a page.

Inferred read-only
check_meta_tags

Analyze title, description, Open Graph, and Twitter Card meta tags.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://www.citedy.com"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://www.citedy.com

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": {
    "webmcp": {
      "url": "https://www.citedy.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webmcp": {
      "type": "http",
      "url": "https://www.citedy.com"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://www.citedy.com"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for citedy.com was fetched 2026-07-31T11:43:37.561Z and is being refreshed.

Trust status Trusted

citedy.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.