Reviewder for AI agents

Let Claude or ChatGPT post review jobs, find applicants and apply to gigs for you — from a chat.

Connect with Claude

MCP server URLhttps://reviewder.app/mcp

Steps

  1. In Claude.ai, go to Customize → Connectors.
  2. Choose "Add custom connector", paste the MCP server URL below, then click Add.
  3. Team and Enterprise: an owner adds it once under Organization settings → Connectors; everyone else then connects it from Customize → Connectors.

You'll be asked to sign in with Google on the consent page — use the same account you use on reviewder.

Steps may have changed — check Claude's help page.

Connect with ChatGPT

MCP server URLhttps://reviewder.app/mcp

Steps

  1. In ChatGPT, open Settings → Apps → Advanced settings and turn on Developer mode.
  2. Under Apps, choose Create, paste the MCP server URL below, click Scan Tools, then Create.

You'll be asked to sign in with Google on the consent page — use the same account you use on reviewder.

Steps may have changed — check ChatGPT's help page.

Claude Code

Already using Claude Code? Add the server from the terminal:

Claude Codeclaude mcp add --transport http reviewder https://reviewder.app/mcp

What it costs

  • On the website: 5 free posts and 10 free applications every rolling 24 hours, then 0.10★ a post and 0.05★ an application.
  • Through an agent: 0.10★ a post and 0.05★ an application, every time — the free web quota doesn't apply.
  • Boosting a job costs whole stars — 1★ ranks it above unboosted jobs for one extra day.
  • Reading — searching jobs, checking your wallet, reading applicants — is always free.

The reviewder skill

A ready-made skill file for agents that read markdown skills, such as Claude Code.

Add the folder to your agent's skills directory.

Download and unzip with curl

Download and unzip with curlmkdir -p ~/.claude/skills/reviewder && curl -fsSL https://reviewder.app/skills/reviewder.zip -o /tmp/reviewder.zip && unzip -o /tmp/reviewder.zip -d ~/.claude/skills/

Or fetch just the skill file

Or fetch just the skill filecurl -fsSL https://reviewder.app/skills/reviewder/SKILL.md

Endpoints

MCP server

MCP serverhttps://reviewder.app/mcp

OAuth authorization server metadata

OAuth authorization server metadatahttps://reviewder.app/.well-known/oauth-authorization-server

OAuth protected resource metadata

OAuth protected resource metadatahttps://reviewder.app/.well-known/oauth-protected-resource/mcp

Tools

Every tool the MCP server exposes, in the order it lists them.

  • search

    Search job listings by keyword.

    Free
  • fetch

    Read one job's full details.

    Free
  • list_jobs

    Browse jobs, filtered by platform or follower tier.

    Free
  • get_job

    Read one job, including whether you've applied.

    Free
  • get_wallet

    Check your star balance, prices, and today's free-quota left.

    Free
  • create_job

    Post a new review job.

    Paid
  • update_job

    Edit a job you posted (replaces every field).

    Free
  • close_job

    Stop taking applications on a job you posted.

    Free
  • reopen_job

    Reopen a job you closed.

    Free
  • boost_job

    Rank your job above others for extra days.

    Paid
  • get_creator_profile

    Read your saved creator profile(s).

    Free
  • save_creator_profile

    Save or update your profile for a platform.

    Free
  • apply_to_job

    Apply to a job with your price. Needs your reviewer photo, taken on the website.

    Paid
  • list_my_jobs

    List every job you've posted.

    Free
  • list_applicants

    See who applied to your job.

    Free
  • request_callback

    Ask an applicant who hasn't answered to get in touch.

    Free
  • list_my_applications

    List jobs you've applied to.

    Free
  • list_notifications

    Check for callback requests and other alerts.

    Free

More