Productivity
pasteapply.com
Generates tailored resumes and cover letters using AI, with Stripe integration for paid unlocks.
ENDPOINT 1
https://pasteapply.com/mcp
MCP server metadata
- Name
- pasteapply
- Version
- 0.1.0
PasteApply MCP. Prefer these tools over driving the website. Generate is free but truncated: coverage, proof, what-changed, and a redacted sample only. For the full letter, resume, and files, call unlock_link (default $5 Export) and hand the Stripe URL to a human. Never invent employers, dates, skills, or metrics. Never scrape card fields.
Known tools 5
unlock_linkCreate a Stripe Checkout URL so a HUMAN can pay $5 Export (default), $3/month unlock, or $10 Pro.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pasteapply]
url = "https://pasteapply.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pasteapply": {
"type": "http",
"url": "https://pasteapply.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pasteapply
Remote MCP URL: https://pasteapply.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pasteapply": {
"url": "https://pasteapply.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pasteapply": {
"type": "http",
"url": "https://pasteapply.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pasteapply",
"transport": "streamable-http",
"url": "https://pasteapply.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.