reframed-mcp
The server tailors a resume to a job description, returning one or both rewritten versions and a provenance summary.
Input: Provide your resume as a Markdown file path or raw text (PDFs not supported) and the job description as raw text.
Styles:
conservative— light edits optimized for ATS.reframed— voice-preserving rewrite with stronger framing.both(default) — returns both versions.
Provenance summary: Shows how much of the tailored result remains your original words, with verifiable percentages and a signed receipt at
reframed.works/verify/<id>.Free tier: 3 tailors per week without sign-up or API key, counted by network address.
API key (optional): Supply
REFRAMED_API_KEYvia environment variable or config for higher quotas and a saved voice profile.API host override: Set
REFRAMED_API_BASEto target a preview deployment or local server.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@reframed-mcpReframe my resume at ~/resume.md for this job: Senior SWE at Acme"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
reframed-mcp
Tailor a resume to a job posting, from inside whatever agent you already use.
No account. No API key. Install it and ask.
Start
Claude Code
claude mcp add reframed -- npx -y reframed-mcpClaude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"reframed": {
"command": "npx",
"args": ["-y", "reframed-mcp"]
}
}
}Restart Claude Desktop.
Cursor
Settings → Features → MCP:
{
"reframed": {
"command": "npx",
"args": ["-y", "reframed-mcp"]
}
}Continue.dev
In ~/.continue/config.json:
{
"mcpServers": [
{
"name": "reframed",
"command": "npx",
"args": ["-y", "reframed-mcp"]
}
]
}Related MCP server: IAM MCP Server
Ask
Tailor my resume at ~/resume.md to this job: [paste the posting]
That's the whole thing.
What comes back
Two versions of the resume and a provenance summary — how much of the result is still your own words.
| What you get |
| Light edits — your words, shaped for the ATS |
| Voice-preserving rewrite — stronger framing |
| Both versions + provenance summary |
The provenance summary is backed by a signed receipt at
reframed.works/verify/<id> — the percentages are checkable, not just asserted.
The free tier
Three tailors a week. No sign-up, nothing to configure.
Counted per network address, on the same weekly window the site uses.
When they're gone, the tool says so and points at reframed.works/pricing.
Other limits:
.pdfresume input isn't supported — convert to.mdor paste raw textJob description goes in as raw text (URL scraping comes later)
For more than the free tier
An API key raises the ceiling to your plan's quota and runs the tailor against your saved voice profile.
Sign in at reframed.works
Settings → API Keys → Create key
Copy the key (
rt_live_...)
Then either export it:
export REFRAMED_API_KEY=rt_live_...Or write it once and forget it:
mkdir -p ~/.config/reframed
echo "rt_live_..." > ~/.config/reframed/keyWith a key present, calls run against the account. Without one, they run on the free tier. Nothing else changes.
Plans and quotas: reframed.works/pricing.
Pointing somewhere else
REFRAMED_API_BASE overrides the host — useful against a preview deployment or
a local server. Defaults to https://reframed.works.
License
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAutomates resume tailoring by formatting job descriptions, using AI to customize resumes for specific positions, and saving both jobs and tailored resumes to organized folders.
- AlicenseNot gradedqualityCmaintenanceProcesses and manages applicant resumes, facilitates job searches, generates job-specific resumes, and creates tailored cover letters.1MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI clients to manage resumes, match job descriptions, and generate tailored PDF resumes.3
- FlicenseNot gradedqualityCmaintenanceHelps job seekers tailor their resume and generate cover letters against a specific job posting, powered by Claude.
Related MCP Connectors
Tailor resumes, generate cover letters, render CVs as PDF, and browse 22+ templates.
Loads your personal writing voice into any AI and scores how closely a draft matches it.
AI cover letter generation for agents. Job analysis, profile matching, narrative letters.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/notaprompt/reframed-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server