Marketing
citedy.com
Automates SEO tasks including competitor analysis, content generation, and publishing using AI agents.
ENDPOINT 1
https://mcp.citedy.com/mcp
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
MCP server metadata
- Name
- WebMCP
Known tools 11
check_robots_txtFetch robots.txt for a website and report whether major AI crawlers are allowed or blocked.
Inferred read-onlycheck_canonical_tagCheck whether a page has a valid canonical link and if it matches the final URL after redirects.
Inferred read-onlyvalidate_json_ld_schemaFetch a page and validate its JSON-LD structured data (schema.org) scripts.
Inferred read-onlycheck_xml_sitemapValidate XML sitemaps and check URL coverage basics for a website.
Inferred read-onlycheck_redirect_chainCheck redirect chains, loop risks, and final status codes for any URL.
Inferred read-onlycheck_http_headersInspect SEO and cache-critical HTTP response headers for a page URL.
Inferred read-onlyanalyze_page_linksCount internal and external links, detect nofollow, and review link attributes.
Inferred read-onlypreview_open_graph_tagsPreview how a page looks when shared on social media (Open Graph and Twitter Cards).
Inferred read-onlycheck_heading_structureAnalyze H1–H6 heading hierarchy and find structure issues on a page.
Inferred read-onlycheck_meta_tagsAnalyze title, description, Open Graph, and Twitter Card meta tags.
Inferred read-onlyCONNECT 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.
citedy.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.