# Caleb Sargeant MCP server

> A public, read-only Model Context Protocol server over Caleb Sargeant's website and CV and his technical documentation. No sign-in, no API key.

Endpoint: https://mcp.calebsargeant.com/ (Streamable HTTP, POST, JSON responses). Protocol versions: 2026-07-28, 2025-11-25, 2025-06-18, 2025-03-26, 2024-11-05. There is no `/mcp` path; the hostname is the endpoint.

## Connect

- Claude Code: `claude mcp add --transport http calebsargeant https://mcp.calebsargeant.com/`
- Claude apps: add a custom connector with the URL https://mcp.calebsargeant.com/
- Any other client: point its Streamable HTTP transport at the same URL. Nothing to authenticate.

## Tools

- `get_profile`: Who Caleb Sargeant is.
- `list_docs`: List what is published.
- `read_doc`: Read one document in full.
- `search_docs`: Search Caleb Sargeant's website and docs.

Every result cites the published page on calebsargeant.com or docs.calebsargeant.com.

## Sources

- [calebsargeant.com](https://calebsargeant.com/): the website and CV. Its own guide for agents: https://calebsargeant.com/llms.txt
- [docs.calebsargeant.com](https://docs.calebsargeant.com/): technical documentation. Its own guide: https://docs.calebsargeant.com/llms.txt

## Contact

- Email: contact@calebsargeant.com
- Security: https://mcp.calebsargeant.com/.well-known/security.txt
