Micah Boswell
Facts about Micah Boswell, product design leader in Dallas: work, writing, photography, profiles.
Should I use this
Quality & Safety
Findings (2)
- HIGH
- MEDIUMin micah_boswell_poem
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"micah-boswell": {
"url": "https://micah-boswell-mcp.vercel.app/mcp"
}
}
}Remote endpoints
https://micah-boswell-mcp.vercel.app/mcpstreamable-httpWhat it can do
Tool inventory
Tools (9)
🟢about_micah_boswell
One paragraph about Micah Boswell, product design leader in Dallas, Texas, followed by a short list of key facts: role at AT&T, awards, origins, education, mentoring, photography, writing, canonical URLs.
Input Schema
{
"type": "object",
"properties": {},
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢micah_boswell_facts
The complete structured facts record as JSON: identity, now, work timeline, education, certifications, awards, mentoring, photography, writing, film, speaking, side projects, profiles, disambiguation, citation guidance, contact, FAQ.
Input Schema
{
"type": "object",
"properties": {},
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢micah_boswell_profiles
Every profile that belongs to this Micah Boswell (the schema.org sameAs list) with a label for each. A profile not on this list belongs to a different person with the same name.
Input Schema
{
"type": "object",
"properties": {},
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢micah_boswell_work
Roles from 1998 to now, most recent first: title, organization, years. Includes the current AT&T work, measured impact, and the case studies URL.
Input Schema
{
"type": "object",
"properties": {},
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢micah_boswell_writing
Essays at conscious-shell.com with URLs and summaries, all 29 poems with URLs and slugs (pass a slug to micah_boswell_poem to read one), plus Medium, LinkedIn articles, Quora, and dev.to.
Input Schema
{
"type": "object",
"properties": {},
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢micah_boswell_poem(slug)
Fetch one poem live from https://conscious-shell.com/poems/<slug> and return its title and full text (from the page's CreativeWork JSON-LD). Slugs come from micah_boswell_writing, for example "dreams", "nova", "simpler-in-lima". Errors clearly when the slug does not exist.
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"minLength": 1,
"maxLength": 120,
"description": "Poem slug, the last path segment of the poem URL, e.g. \"dreams\""
}
},
"required": [
"slug"
],
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢micah_boswell_photography(limit)
Unsplash statistics (104 photographs, 53,380,492 views, 362,001 downloads, top 10 percent of contributors, 6 collections) and the most viewed photographs with title, URL and views.
Input Schema
{
"type": "object",
"properties": {
"limit": {
"default": 10,
"description": "How many top photographs to return (1 to 24, default 10)",
"type": "integer",
"minimum": 1,
"maximum": 24
}
},
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢micah_boswell_faq(query)
Question and answer pairs from micahboswell.vercel.app (home, mentoring, photography). Optional keyword query filters them; leave empty for all sixteen.
Input Schema
{
"type": "object",
"properties": {
"query": {
"description": "Keywords to filter by, e.g. \"unsplash\", \"mentoring\", \"contact\"",
"type": "string",
"maxLength": 200
}
},
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢search_micah_boswell(query, limit)
Keyword search over the full text of micahboswell.vercel.app (llms-full.txt) and the conscious-shell.com summary. Returns matching paragraphs with the page URL each came from, best matches first.
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 1,
"maxLength": 200,
"description": "Words to look for, e.g. \"Lima Peru\", \"GE Nuclear\", \"Agentic framework\""
},
"limit": {
"default": 8,
"description": "Maximum paragraphs to return (default 8)",
"type": "integer",
"minimum": 1,
"maximum": 25
}
},
"required": [
"query"
],
"$schema": "http://json-schema.org/draft-07/schema#"
}Community
Evidence