Developer API & MCP Docs

harrisonrogers.dev provides a free, unauthenticated, read-only API and Model Context Protocol server for Harrison Rogers' public portfolio data. JSON responses support cross-origin access.

REST API

Base URL: https://harrisonrogers.dev/api

GET /api/profile

Public professional profile, current role, skills, about text, and contact links.

GET /api/projects

Public projects. Filter with ?type=personal or ?type=work.

GET /api/career

Public employment history.

The complete machine-readable contract is available at /openapi.json.

MCP server

Connect an MCP client to https://harrisonrogers.dev/mcp using Streamable HTTP. The server is stateless, requires no authentication, and exposes three read-only tools:

  • get_profile
  • list_projects
  • list_career

MCP clients can discover server metadata at /.well-known/mcp.json. The server supports MCP 2026-07-28 and compatible legacy initialization through 2025-03-26.

Agent resources

Harrison RogersDevelopers