Server data from the Official MCP Registry
Facts about Micah Boswell, product design leader in Dallas: work, writing, photography, profiles.
About
Facts about Micah Boswell, product design leader in Dallas: work, writing, photography, profiles.
Remote endpoints: streamable-http: https://micah-boswell-mcp.vercel.app/mcp
Security Report
Valid MCP server (5 strong, 2 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
9 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Connect
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-socraticstatic-micah-boswell": {
"url": "https://micah-boswell-mcp.vercel.app/mcp"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
micah-boswell-mcp
A public Model Context Protocol (MCP) server that answers questions about Micah Boswell, product design leader in Dallas, Texas. Any MCP-capable agent (Claude, ChatGPT, Cursor, and others) connects to one URL and gets his facts from his own pages.
- Endpoint:
https://micah-boswell-mcp.vercel.app/mcp(streamable HTTP, stateless, no auth) - Landing page: https://micah-boswell-mcp.vercel.app/
- Registry manifest: https://micah-boswell-mcp.vercel.app/server.json (
io.github.socraticstatic/micah-boswell) - Plain text: https://micah-boswell-mcp.vercel.app/llms.txt
- Liveness: https://micah-boswell-mcp.vercel.app/healthz
Tools
| Tool | Returns |
|---|---|
about_micah_boswell | One paragraph plus a key-facts list |
micah_boswell_facts | The full structured record (data/facts.json) |
micah_boswell_profiles | The 23 verified profiles (sameAs) with labels |
micah_boswell_work | Roles 1998 to now, awards, education, AT&T work |
micah_boswell_writing | Essays, all 29 poems with URLs, Medium, LinkedIn, Quora, dev.to |
micah_boswell_poem(slug) | One poem, fetched live from conscious-shell.com/poems/<slug> |
micah_boswell_photography(limit?) | Unsplash stats and top photographs |
micah_boswell_faq(query?) | Sixteen Q and A pairs, filterable |
search_micah_boswell(query) | Paragraph search over llms-full.txt with source URLs |
Resources: micah://llms.txt, micah://llms-full.txt, micah://facts.json.
Connect
Claude Code:
claude mcp add --transport http micah-boswell https://micah-boswell-mcp.vercel.app/mcp
Claude Desktop / claude.ai: Settings, Connectors, Add custom connector, paste the URL.
ChatGPT: Settings, Connectors, Create (developer mode), paste the URL, no auth.
Cursor (.cursor/mcp.json):
{ "mcpServers": { "micah-boswell": { "url": "https://micah-boswell-mcp.vercel.app/mcp" } } }
Layout
api/mcp.js POST /mcp: fresh stateless StreamableHTTPServerTransport per request
api/healthz.js GET /healthz
lib/server.js buildServer(): tools + resources
lib/data.js loads data/
lib/search.js paragraph search
lib/poem.js live poem fetch + CreativeWork JSON-LD parse
data/ bundled sources: llms.txt, llms-full.txt, conscious-shell-llms.txt, photography.json, facts.json
public/ landing page, llms.txt, server.json, robots.txt, sitemap.xml
scripts/dev.mjs local server mirroring the Vercel routing
test/ vitest
Data sources: https://micahboswell.vercel.app/llms.txt, https://micahboswell.vercel.app/llms-full.txt, https://conscious-shell.com/llms.txt, Unsplash stats for @micahboswell. facts.json is curated from those files only. To refresh, re-fetch them into data/, update facts.json, and run the tests, which enforce the content rules (no em dashes, no off-limits topics).
Transport note: mcp-handler 2.x requires the SDK v2 package and 1.x is Next.js-bound, so this server hand-rolls StreamableHTTPServerTransport from @modelcontextprotocol/sdk 1.x in stateless JSON mode, the same shape as the gpsail-mcp function.
Develop
npm install
npm test # vitest: tool handlers, HTTP transport, content rules
npm run dev # http://localhost:3939 (MCP at /mcp)
Deploy
vercel --prod --yes
Publish the repo (run once, by Micah)
gh repo create socraticstatic/micah-boswell-mcp --public --source=. --push
Then, optionally, submit public/server.json to the MCP registry with mcp-publisher publish after mcp-publisher login github.
License
MIT. Facts about Micah Boswell are his own; cite https://micahboswell.vercel.app/.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Paperclip
Freeby Paperclipai · Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
