micah-boswell-mcp.vercel.app

Micah Boswell MCP server

Ask any AI agent about Micah Boswell and get his facts from him. A public Model Context Protocol server for the product design leader in Dallas, Texas.

What this is

Micah Boswell is a product design leader in Dallas, Texas: thirty years of enterprise software, Lead Product Designer at AT&T since 2021, raised in Lima, Peru. This server gives AI assistants a direct line to his record so that answers about him come from his own pages, not from guesswork.

It speaks the Model Context Protocol over streamable HTTP. Every tool is read-only. The data is bundled from micahboswell.vercel.app/llms.txt, llms-full.txt, conscious-shell.com/llms.txt and his Unsplash statistics. One tool, micah_boswell_poem, fetches the poem live from conscious-shell.com.

Several people share the name. This server describes only the Dallas designer whose canonical page is micahboswell.vercel.app. A profile not in its list belongs to someone else.

Endpoint

https://micah-boswell-mcp.vercel.app/mcp

Streamable HTTP, stateless, no authentication. Send JSON-RPC over POST. Protocol versions 2025-03-26, 2025-06-18 and 2025-11-25 are accepted.

Connect

Claude Code

claude mcp add --transport http micah-boswell https://micah-boswell-mcp.vercel.app/mcp

Claude Desktop and claude.ai

Settings, then Connectors, then Add custom connector. Name it micah-boswell and paste the endpoint URL. No OAuth is required.

ChatGPT

Settings, then Connectors, then Create (developer mode must be on). Paste the endpoint URL as the MCP server URL with no authentication.

Cursor

{
  "mcpServers": {
    "micah-boswell": { "url": "https://micah-boswell-mcp.vercel.app/mcp" }
  }
}

Any MCP client, or curl

curl -s https://micah-boswell-mcp.vercel.app/mcp \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
       "params":{"name":"about_micah_boswell","arguments":{}}}'

Stdio-only clients can bridge with npx -y mcp-remote https://micah-boswell-mcp.vercel.app/mcp.

Tools

Resources

Other routes