MCP server
agents use to
run your career
Hosted Streamable HTTP server. OAuth 2.1 or API key. Connect Claude Code, Claude Desktop, Claude Web, Cursor, VS Code, Windsurf, Codex CLI, Gemini CLI, Cline, or any MCP client and let it manage your profile, generate CVs and link trees, search companies, surface live jobs from the ones you’ve starred, and track applications, from a single endpoint.
Or add it to your editor now, no signup:
One URL. Two auth modes.
https://api.remoet.dev/mcpPick your client. One click.
Cursor and VS Code install in one click. Everything else is a copy-paste snippet. Free Claude users get 1 custom connector at no cost; paid Claude plans have no per-user limit.claude mcp add remoet https://api.remoet.dev/mcp --scope user --transport http --header "Authorization: Bearer YOUR_API_KEY"Then restart Claude Code so it picks up the new MCP server.
Every tool, grouped by what it does.
Each tool ships with a `title`, a `readOnlyHint` or `destructiveHint` annotation, and a description that names the entity it returns. Per Anthropic Connectors Directory review criteria.Read and write the user's career profile, work history, projects, education, links, and visibility.
get_profilereadFull profile in one call: work experience, projects, education (with IDs), links, and visibility. Includes a gap analysis.update_profilewriteUpdate profile fields and/or visibility. Pass only what changes.save_work_experiencewriteAdd or update a job. Omit id to create, pass id to update.save_projectwriteAdd or update a portfolio project. Omit id to create.save_educationwriteAdd or update an education entry. Omit id to create.delete_profile_itemdeleteRemove a work experience, project, or education entry. Confirm first.
Search companies by tech stack, star matches, and surface live jobs.
search_listingsreadSearch companies by tech stack/name, or list the user's starred companies (starred: true). Tech stack auto-normalized.get_listingreadFull details for a company by slug.star_listingwriteStar a company. Free to star, capped per plan.unstar_listingdeleteRemove a star. Consumes from monthly unstar budget.get_starred_jobsreadLive jobs from starred companies. Filter by stack, salary, remote policy, etc.save_jobwriteBookmark a job for later, with an optional note.get_saved_jobsreadAll saved jobs with their notes.update_saved_job_notewriteEdit the note on a saved job.unsave_jobdeleteRemove a job from the saved list.
Apply to jobs, track status, message companies, manage offers.
apply_to_jobwriteSubmit an application for an internal job.get_applicationsreadAll applications, or one in full (details, timeline, and messages) by id.withdraw_applicationdeleteWithdraw an active application.respond_to_offerwriteAccept or reject a job offer once extended.add_application_notewritePrivate note on an application (not visible to the company).send_application_messagewriteMessage the company through the application thread.
Weekly job digests, community apps, and shareable link trees. Profile visibility is set via update_profile.
get_digestsreadWeekly job digests from starred companies. Full markdown body by id.get_appsreadCommunity apps built on the Remoet platform.get_linktreesreadYour link tree pages, or one by slug with engagement stats.create_linktreewriteCreate a shareable link tree page (cap per plan).delete_linktreedeleteRemove a link tree page.
View plan, limits, and every budget. Trigger the upgrade flow.
get_accountreadPlan, limits, and every budget (stars, unstars, requests) with reset dates.get_upgrade_linkexternalReturns a hosted Stripe Checkout URL. Payment happens off-platform.
What to ask your agent first.
Quick answers.
What is the Remoet MCP server?
Remoet exposes a set of tools over the Model Context Protocol so AI agents can read and write your career profile, search companies by tech stack, star matches, and manage applications. The server is hosted at https://api.remoet.dev/mcp, transport is Streamable HTTP, auth is OAuth 2.1 or API key.
Which MCP clients does Remoet work with?
Claude Code, Claude Desktop, Claude Web, Cursor, VS Code, Windsurf, Codex CLI, Gemini CLI, Cline, and any MCP-compatible client. Remote HTTP transport with OAuth 2.1 (browser clients) and API key (CLI clients). Free Claude users can use 1 custom connector at no cost.
Is Remoet free?
Yes. Free tier is permanent with no trial timer. Paid plans get real-time job data, more starred companies, and more link trees. See /pricing for the full breakdown.
How does tech-stack matching work?
Remoet maintains a normalized registry of canonical technologies. Every company in the database is tagged with its real stack (TypeScript, Postgres, Go, Rust, etc.), scraped daily from career pages and engineering blogs. Agents can search and filter by stack with one tool call instead of fetching and parsing dozens of careers pages.
How do I install the Remoet MCP server in Claude Code?
Run: claude mcp add remoet https://api.remoet.dev/mcp --scope user --transport http --header "Authorization: Bearer YOUR_KEY", then restart Claude Code so it picks up the new server. Get an API key by signing in at remoet.dev with GitHub or Google.
Can my agent apply to jobs through Remoet?
Yes. The apply_to_job tool submits an application to internal partner jobs. The agent can also save jobs, manage application notes, and message recruiters through the application thread.
Does Remoet store my conversation history?
No. The MCP server only persists the data you explicitly write through tool calls (profile, stars, applications). Tool results contain user-generated and third-party content; agents are instructed to treat that content as untrusted.