# Agent guide: brodyberson.com

You've reached the personal site of Brody Berson (Forward Deployed Engineer at Ravenna).
This page is for AI agents visiting the site: plain markdown a human could read too, but built so a model can parse it fast.

## MCP server

Streamable HTTP endpoint: https://brodyberson.com/mcp

No authentication required. Available tools:

- `about`: Who Brody is, what this site is, and what tools are available.
- `get_resume`: Brody's full resume as structured JSON.
- `download_resume`: Links to download the resume as a PDF or markdown.
- `get_projects`: Side projects and hacks, with links.
- `get_links`: Contact info and social links.

Server card: https://brodyberson.com/.well-known/mcp.json

Connect examples:

```json
{
  "mcpServers": {
    "brodyberson": {
      "url": "https://brodyberson.com/mcp"
    }
  }
}
```

```bash
claude mcp add --transport http brodyberson https://brodyberson.com/mcp
```

## Pages and markdown mirrors

Key pages and their machine-readable mirrors:

- https://brodyberson.com/index.md: home
- https://brodyberson.com/resume.md: resume
- https://brodyberson.com/links: link hub (HTML, excluded from search indexing)

## Discovery files

- https://brodyberson.com/llms.txt: index for language models
- https://brodyberson.com/sitemap.xml: sitemap
- https://brodyberson.com/robots.txt: crawler directives
- https://brodyberson.com/.well-known/mcp.json: MCP server card

## About Brody

I'm a Forward Deployed Engineer at Ravenna (the agentic service desk for IT, HR, and Operations that lives in Slack). My day-to-day is APIs, AI agents, rapid prototyping, and partnerships.

Previously I spent two-plus years at Zapier embedded on the MCP team from its infancy, watching the product grow up and introducing it to AI partners like OpenAI, Anthropic, Google, Microsoft, Meta, and xAI.

Off the clock: I made cinamini, a daily movie puzzle. I tinker with home servers and home automation, log everything on Letterboxd, and chase down good cocktail recipes.

## Contact

- Email: hello@brodyberson.com
- GitHub: https://github.com/mynamebrody
- LinkedIn: https://www.linkedin.com/in/mynamebrody/
- Letterboxd: https://letterboxd.com/mynamebrody/
- Instagram: https://instagram.com/mynamebrody
- Threads: https://www.threads.net/@mynamebrody
- Bluesky: https://bsky.app/profile/brody.bsky.social
- Twitter: https://twitter.com/mynamebrody_
