← christianwilcox.com

INDIVIDUAL MCP TOOL

list_blog_posts

List all published blog posts and notes, including slugs, tags, and summaries.

christianwilcox.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://christianwilcox.com/.well-known/mcp-server

No auth detected

Connect to this endpoint to inspect the live schema for list_blog_posts 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

christianwilcox.com

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.
  • read_blog_post — Read the complete, raw markdown content of a specific blog post or note by its slug.
  • search_photography — Search the titles, captions, and locations in the photography portfolio.