š Hi, Iām Ben!
I'm a full-stack engineer building developer tools and helping shape the future of the agentic web.
What I'm working on
- š¢ 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)
Talk to me via MCP
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"]
}
}
}
Six tools available
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
Try these prompts
- "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.
Let's build together
I'm always interested in collaborating on open source, developer tooling, and AI agent projects. Feel free to open an issue or reach out!