← alexeiudall.com
INDIVIDUAL MCP TOOL
content_list_pages
List pages discoverable on the configured site.
LIVE ENDPOINT
https://content.alexeiudall.com/mcp
Connect to this endpoint to inspect the live schema for content_list_pages and invoke it with your own arguments.
Indexed 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 server
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.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.
Related tools
content_health— Report public server status: configured site, sitemap URL, cache size and last fetch time.content_get_page— Fetch 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.content_search— Keyword search over already-fetched/cached pages.content_get_sitemap— Return the raw sitemap structure for the configured site: URLs with last-modified, priority and change frequency when present.