Developer Tools
christianwilcox.com
Retrieve a developer's profile, blog posts, and photography portfolio.
ENDPOINT 1
https://christianwilcox.com/.well-known/mcp-server
MCP server metadata
- Name
- Christian Wilcox WebMCP
- Version
- 1.0.0
Known tools 4
get_developer_profileRetrieve the developer and systems profile of Christian Wilcox.
Inferred read-onlylist_blog_postsList all published blog posts and notes, including slugs, tags, and summaries.
Inferred read-onlyread_blog_postRead the complete, raw markdown content of a specific blog post or note by its slug.
Potential side effectssearch_photographySearch the titles, captions, and locations in the photography portfolio.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for christianwilcox.com was fetched 2026-08-08T05:47:27.447Z and is being refreshed.
christianwilcox.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.