Documentation
For the technical audience
The server implements the Model Context Protocol: JSON-RPC 2.0 over Streamable HTTP,
protocol revision 2025-06-18. Authorization is either a personal token in an
Authorization: Bearer header or OAuth 2.1 with PKCE for the web client.
Server address: https://airesumemaster.com/mcp
Adding it in Claude Code:
claude mcp add --transport http airesumemaster https://airesumemaster.com/mcp --header "Authorization: Bearer arm_..."
Tools:
list_resumes — the resumes in the account
get_resume — the content of one resume
create_resume — start a new resume
update_resume — partial section update; omitted fields are preserved
set_design — template, colour theme, orientation
list_templates — available templates and themes
import_from_text — draft from pasted text
get_resume_link — view and edit links
export_pdf — PDF, paid the same way as on the site; the link lives 15 minutes
Prompts: build_my_resume — a guided interview from scratch; tailor_resume_to_job — adapt a resume to a job advert.
Limits: 600 calls per hour per token, 30 per hour for export_pdf and import_from_text, request body up to 256 KB.