INDIVIDUAL MCP TOOL
unlock_link
Create a Stripe Checkout URL so a HUMAN can pay $5 Export (default), $3/month unlock, or $10 Pro.
LIVE ENDPOINT
https://pasteapply.com/mcp
Connect to this endpoint to inspect the live schema for unlock_link and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests a financial action.
Parent server
CONNECT 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.
Related tools
status— Read PasteApply readiness (openaiConfigured, stripeConfigured, prices).generate— Tailor a resume and cover letter to one job posting.confirm_payment— Confirm unlock after a human paid in Stripe Checkout.get_generation— Poll a generation including paid/unlocked after the human pays.