I'm a full-stack engineer building developer tools and helping shape the future of the agentic web.
- 🏢 Building at Zapier
- 🌐 Improving how AI agents discover and interact with software
- 🤖 Exploring MCP, agent protocols, and AI-native developer experiences
- 🏃 Training for endurance races (running, cycling, swimming)
My personal site ships a Model Context Protocol server. Add it to Claude Desktop, Cursor, or any MCP client — your AI can then query my resume, writing, and portfolio directly.
{
"mcpServers": {
"ben-mcadams": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://benmcadams.info/api/mcp"]
}
}
}about— quick site + tools overviewget_resume— full JSON Resumelist_writing— my blog posts (metadata)get_post— full markdown of a post by slugsearch_writing— keyword search across my writingget_portfolio— projects I've built
- "What's the latest role on Ben McAdams's resume?" → invokes
get_resume - "Search Ben's writing for 'discovery'" → invokes
search_writing - "Summarize Ben's career trajectory using his resume" →
get_resume+ reasoning - "What is Ben working on at Zapier, and what has he written about it?" → chains
get_resume+search_writing
More at benmcadams.info/AGENTS.md.
I'm always interested in collaborating on open source, developer tooling, and AI agent projects. Feel free to open an issue or reach out!


