Skip to content

Pricing

Jobko uses a simple pay-per-use model. No subscriptions required.

Tool Costs

Tool Cost Description
get_profile Free Read user profile
get_credits Free Check balance
get_saved_jobs Free List saved jobs
get_work_authorization Free Work permit status
analyze_job $0.02 Analyze a job posting
generate_cv $0.20 Generate a tailored CV

How Credits Work

  1. Add credits at jobko.ai/dashboard#credits
  2. Use tools - costs are deducted automatically
  3. Check balance anytime with get_credits

Free tools

Profile reading and job listing are always free. You only pay for AI-powered analysis and generation.

Checking Your Balance

mcporter call jobko.get_credits
curl https://jobko.ai/api/mcp/status \
  -H "Authorization: Bearer jk_YOUR_KEY"

Response:

{
  "credits": {
    "balance_dollars": "4.78",
    "balance_cents": 478
  }
}

Insufficient Credits

If you don't have enough credits, the API returns:

{
  "error": {
    "code": -32003,
    "message": "Insufficient credits",
    "data": {
      "required_credits": 2,
      "available_credits": 0
    }
  }
}

HTTP status code: 402 Payment Required

Billing FAQ

Q: Do credits expire? A: No, credits never expire.

Q: Can I get a refund? A: Contact support@jobko.ai for refund requests.

Q: Is there a free trial? A: New accounts get free credits for initial testing.

Q: Do you offer volume discounts? A: Contact us for enterprise pricing.