Data Collection
alexeiudall.com
Fetches, caches, and searches website content and sitemap data for monitoring and retrieval.
ENDPOINT 1
https://content.alexeiudall.com/mcp
MCP server metadata
- Name
- website-content-mcp
- Version
- 0.3.0
Known tools 5
content_healthReport public server status: configured site, sitemap URL, cache size and last fetch time.
Inferred read-onlycontent_get_pageFetch a page URL (absolute, or relative to the configured base URL), strip it to clean markdown and return metadata, a deterministic content hash and bounded schema.org Product/Offer facts when present.
Inferred read-onlycontent_get_sitemapReturn the raw sitemap structure for the configured site: URLs with last-modified, priority and change frequency when present.
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.website-content-mcp]
url = "https://content.alexeiudall.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"website-content-mcp": {
"type": "http",
"url": "https://content.alexeiudall.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: website-content-mcp
Remote MCP URL: https://content.alexeiudall.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": {
"website-content-mcp": {
"url": "https://content.alexeiudall.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"website-content-mcp": {
"type": "http",
"url": "https://content.alexeiudall.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "website-content-mcp",
"transport": "streamable-http",
"url": "https://content.alexeiudall.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.