Reviewder for AI agents
Let Claude or ChatGPT post review jobs, find applicants and apply to gigs for you — from a chat.
Claude Code
Already using Claude Code? Add the server from the terminal:
claude mcp add --transport http reviewder https://reviewder.app/mcpWhat 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
mkdir -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
curl -fsSL https://reviewder.app/skills/reviewder/SKILL.mdEndpoints
MCP server
https://reviewder.app/mcpOAuth authorization server metadata
https://reviewder.app/.well-known/oauth-authorization-serverOAuth protected resource metadata
https://reviewder.app/.well-known/oauth-protected-resource/mcpTools
Every tool the MCP server exposes, in the order it lists them.
- Free
searchSearch job listings by keyword.
- Free
fetchRead one job's full details.
- Free
list_jobsBrowse jobs, filtered by platform or follower tier.
- Free
get_jobRead one job, including whether you've applied.
- Free
get_walletCheck your star balance, prices, and today's free-quota left.
- Paid
create_jobPost a new review job.
- Free
update_jobEdit a job you posted (replaces every field).
- Free
close_jobStop taking applications on a job you posted.
- Free
reopen_jobReopen a job you closed.
- Paid
boost_jobRank your job above others for extra days.
- Free
get_creator_profileRead your saved creator profile(s).
- Free
save_creator_profileSave or update your profile for a platform.
- Paid
apply_to_jobApply to a job with your price. Needs your reviewer photo, taken on the website.
- Free
list_my_jobsList every job you've posted.
- Free
list_applicantsSee who applied to your job.
- Free
request_callbackAsk an applicant who hasn't answered to get in touch.
- Free
list_my_applicationsList jobs you've applied to.
- Free
list_notificationsCheck for callback requests and other alerts.