INDIVIDUAL MCP TOOL
read_blog_post
Read the complete, raw markdown content of a specific blog post or note by its slug.
LIVE ENDPOINT
https://christianwilcox.com/.well-known/mcp-server
Connect to this endpoint to inspect the live schema for read_blog_post and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.christian-wilcox-webmcp]
url = "https://christianwilcox.com/.well-known/mcp-server"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"christian-wilcox-webmcp": {
"type": "http",
"url": "https://christianwilcox.com/.well-known/mcp-server"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: christian-wilcox-webmcp
Remote MCP URL: https://christianwilcox.com/.well-known/mcp-server
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": {
"christian-wilcox-webmcp": {
"url": "https://christianwilcox.com/.well-known/mcp-server"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"christian-wilcox-webmcp": {
"type": "http",
"url": "https://christianwilcox.com/.well-known/mcp-server"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "christian-wilcox-webmcp",
"transport": "streamable-http",
"url": "https://christianwilcox.com/.well-known/mcp-server"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_developer_profile— Retrieve the developer and systems profile of Christian Wilcox.list_blog_posts— List all published blog posts and notes, including slugs, tags, and summaries.search_photography— Search the titles, captions, and locations in the photography portfolio.