Back to Browse

Micah Boswell MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

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

10.0
Low Risk10.0Low Risk

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.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

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 GitHub

From the project's GitHub README.

micah-boswell-mcp

smithery badge

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.

Tools

ToolReturns
about_micah_boswellOne paragraph plus a key-facts list
micah_boswell_factsThe full structured record (data/facts.json)
micah_boswell_profilesThe 23 verified profiles (sameAs) with labels
micah_boswell_workRoles 1998 to now, awards, education, AT&T work
micah_boswell_writingEssays, 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!