Content Tools
johnmarklowry.com
Provides access to a professional portfolio including profile, case studies, insights, and resume.
ENDPOINT 1
https://johnmarklowry.com/mcp
MCP server metadata
- Name
- johnmarklowry.com
- Version
- 1.0.0
Read-only access to John Mark Lowry's portfolio. Start with get_profile, then list_work / list_insights, get_case_study for detail, and get_resume for the full CV.
Known tools 5
get_profileGet John Mark Lowry's professional profile: who he is, role, location, focus, and contact/social links.
Inferred read-onlylist_workList the case studies / projects, with title, one-line dek, category, years, and url.
Inferred read-onlyget_case_studyGet the details of one case study by slug: dek, category, stack, the earned insight, and any confidentiality note.
Inferred read-onlylist_insightsList every case study's non-obvious takeaway (the distilled thinking) — the fastest read on how he approaches problems.
Inferred read-onlyget_resumeGet the full resume as markdown — the single source of truth, the same text served at /resume.md.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for johnmarklowry.com was fetched 2026-08-05T07:07:37.638Z and is being refreshed.
johnmarklowry.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.