Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

PasteApply

REMOTE · PASTEAPPLY.COM · SCANNED SEP 20

Honest resume/cover tailor for agents. Free generate; Stripe unlock for downloads. Streamable HTTP.

Available components

+2 this week 68 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability62
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1184 tokens (~197/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management47
  • Stability observed for 14 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the PasteApply MCP server?

PasteApply is a hosted endpoint at https://pasteapply.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · pasteapply.com

# add to Claude Code
claude mcp add --transport http com-pasteapply-mcp 'https://pasteapply.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-pasteapply-mcp": {
      "url": "https://pasteapply.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-pasteapply-mcp": {
      "type": "http",
      "url": "https://pasteapply.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-pasteapply-mcp]
url = "https://pasteapply.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-pasteapply-mcp": {
      "type": "remote",
      "url": "https://pasteapply.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-pasteapply-mcp --url 'https://pasteapply.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-pasteapply-mcp:
    url: "https://pasteapply.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-pasteapply-mcp": {
      "Transport": "http",
      "Url": "https://pasteapply.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-pasteapply-mcp -t streamable-http -u 'https://pasteapply.com/mcp'
// mcp.json
{
  "mcpServers": {
    "com-pasteapply-mcp": {
      "type": "http",
      "url": "https://pasteapply.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 0
    • Tool “generate” rewrote its description, which is the text the model reads security
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 0
    • Tool “generate” rewrote its description, which is the text the model reads security
    • Tool “store_resume” rewrote its description, which is the text the model reads security
    • “generate” dropped the optional parameter “apiKey” cosmetic
  • 15 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “confirm_payment” rewrote its description, which is the text the model reads security
    • Tool “generate” rewrote its description, which is the text the model reads security
    • Tool “get_generation” rewrote its description, which is the text the model reads security
    • Tool “status” rewrote its description, which is the text the model reads security
    • Tool “unlock_link” rewrote its description, which is the text the model reads security
    • Schema quality: 130 → 184 functional
    • New tool “store_resume” functional
    • “generate” added an optional parameter “jobUrl” cosmetic
    • “generate” added an optional parameter “resumeId” cosmetic
  • 14 Sept 26 0
    • Tool “confirm_payment” rewrote its description, which is the text the model reads security
    • Tool “get_generation” rewrote its description, which is the text the model reads security
    • Tool “unlock_link” rewrote its description, which is the text the model reads security
    • Schema quality: pass → fail functional
    • “get_generation” added an optional parameter “generationId” cosmetic
    • “get_generation” made “id” optional cosmetic
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 0
    • Tool “generate” rewrote its description, which is the text the model reads security
    • “generate” added an optional parameter “apiKey” cosmetic
    • “generate” added an optional parameter “model” cosmetic
    • “generate” added an optional parameter “modelProvider” cosmetic
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://pasteapply.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=pasteapply.com CN=YR1,O=Let's Encrypt,C=US 3 Sept 2026 2 Dec 2026 RSA 2048 SHA256-RSA 645a7eb8e30396b19b9e6568bed23b0c348
SANs: pasteapply.com, www.pasteapply.com
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of pasteapply.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
pasteapply.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://pasteapply.com/mcp Verified 200
http (plaintext) http://pasteapply.com/mcp HTTPS enforced 308 https://pasteapply.com/mcp
MCP tools · 6 exposed · ~1,070 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
confirm_payment ~137

Fallback unlock when get_generation still shows paid:false after the human paid (slow webhook). Pass the cs_ session id from the success URL. Happy path: poll get_generation until paid:true — no cs_ required. When paid, returns full coverLetter, structured resume, files.pdf/docx/coverPdf absolute URLs (?dl= token lasts UTC billing month), and apiKey (Authorization Bearer pa_… for later status/generate). Or POST /api/agent-key {sessionId}. Never scrape card UI. Never complete Stripe Checkout as the user. Hand the Checkout URL to a human.

NameTypeReqDescription
sessionIdstringyes

No output schema declared.

No examples provided.

generate ~368

Tailor a resume and cover letter to one job posting. Pass jobPosting text and/or jobUrl (public http(s); we fetch+strip HTML; prefer pasted jobPosting if both). Pass resume text and/or resumeId from store_resume / POST /api/resumes (prefer resumeId over re-pasting; pasted resume still wins if both). Resume or resumeId required unless useSample. Unpaid generate returns a teaser only (coverage, fit.recommend skip|weak|apply with mustHavesMissing/impliedOnly, recommendUnlock false when skip / true when weak|apply with optional unlockAdvice, proof, short what-changed, redacted sample). Check recommendUnlock / fit.recommend before unlock_link — do not unlock when skip. Full letter and resume require unlock_link or a paid Bearer pa_… key with unlocks remaining. Optional BYOK: modelProvider openai|anthropic as a tool arg; send the provider key only in connection header X-PasteApply-BYOK-Key (env-var placeholder — never a literal key in tool args or chat). Hosted is default. Paid bots: Authorization Bearer pa_… from confirm_payment or POST /api/agent-key. Ladder $3=1/$5=5/$10=50/$20=200. Honesty lock: we only rearrange what is already true. Never invent employers, dates, skills, or metrics. If the posting wants something not on the source resume, omit it.

NameTypeReqDescription
jobPostingstring
jobUrlstring
modelstring
modelProviderstring
proPassesarray
resumestring
resumeIdstring
useSampleboolean

No output schema declared.

No examples provided.

get_generation ~156

Happy path after pay: poll until paid:true (webhook persists the unlock). Poll a generation including paid/unlocked after the human pays. Pass id or generationId (same uuid from generate). When paid:true: full coverLetter, resume, and files.ready/files.pdf/files.docx/files.coverPdf/files.expiresAt/files.coverLetter/files.resume (pdf/docx/coverPdf ?dl= URLs last the UTC billing month; refresh via get_generation anytime in-month). On file GET 403, re-call get_generation for a fresh token. Honesty lock: we only rearrange what is already true. Never invent employers, dates, skills, or metrics.

NameTypeReqDescription
generationIdstring
idstring

No output schema declared.

No examples provided.

status ~92

Read PasteApply readiness (openaiConfigured, stripeConfigured, prices, plan/unlocks when Bearer pa_). Paid bots: Authorization Bearer pa_… from confirm_payment or POST /api/agent-key. Ladder $3=1/$5=5/$10=50/$20=200. Honesty lock: we only rearrange what is already true. Never invent employers, dates, skills, or metrics.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

store_resume ~140

Store resume text in the vault and get a resumeId (rs_1.<uuid>) to reuse on generate. Prefer resumeId on later generate over re-pasting the full resume. Pass resume text here. For PDF/DOCX/DOC/TXT/MD files, use HTTP POST /api/resumes multipart field "file" (max ~8MB) — this MCP tool is text-only. Stored text is used as-is (honesty lock; never invent employers). TTL ~30 days. Honesty lock: we only rearrange what is already true. Never invent employers, dates, skills, or metrics.

NameTypeReqDescription
resumestringyes

No output schema declared.

No examples provided.

unlock_link ~177

Create a Stripe Checkout URL so a HUMAN can pay $5/mo Export (5 unlocks, default), $3/mo (1 unlock), $10/mo Pro (50 unlocks + extras), or $20/mo (200 unlocks + Pro extras). After the human pays, poll get_generation until paid:true for paid files fields (files.ready, files.pdf, files.docx, files.coverPdf, files.expiresAt, files.coverLetter, files.resume). confirm_payment only if the poll stays unpaid (also returns apiKey pa_…). Never scrape card UI. Never complete Stripe Checkout as the user. Hand the Checkout URL to a human. Honesty lock: we only rearrange what is already true. Never invent employers, dates, skills, or metrics.

NameTypeReqDescription
generationIdstring
pricestring

No output schema declared.

No examples provided.

Common questions

What is the PasteApply MCP server?

PasteApply is an MCP server listed in the public MCP registry as com.pasteapply/mcp. Honest resume/cover tailor for agents. Free generate; Stripe unlock for downloads. Streamable HTTP. This page covers its hosted endpoint (https://pasteapply.com/mcp).

Is the PasteApply MCP server safe to use?

PasteApply scores 68 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the PasteApply MCP server expose?

PasteApply exposes 6 tools: status, store_resume, generate, unlock_link, confirm_payment, get_generation. Their descriptions and schemas cost roughly 1,070 tokens of context every time the server is loaded.

Does the PasteApply MCP server require authentication?

No. We connected to PasteApply without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the PasteApply MCP server still maintained?

PasteApply is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.