← johnmarklowry.com
INDIVIDUAL MCP TOOL
list_work
List the case studies / projects, with title, one-line dek, category, years, and url.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT 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.johnmarklowry-com]
url = "https://johnmarklowry.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"johnmarklowry-com": {
"type": "http",
"url": "https://johnmarklowry.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: johnmarklowry-com
Remote MCP URL: https://johnmarklowry.com/mcp
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": {
"johnmarklowry-com": {
"url": "https://johnmarklowry.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"johnmarklowry-com": {
"type": "http",
"url": "https://johnmarklowry.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "johnmarklowry-com",
"transport": "streamable-http",
"url": "https://johnmarklowry.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_profile— Get John Mark Lowry's professional profile: who he is, role, location, focus, and contact/social links.get_case_study— Get the details of one case study by slug: dek, category, stack, the earned insight, and any confidentiality note.list_insights— List every case study's non-obvious takeaway (the distilled thinking) — the fastest read on how he approaches problems.get_resume— Get the full resume as markdown — the single source of truth, the same text served at /resume.md.