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.
One URL. Two auth modes.
https://api.remoet.dev/mcpPick your client. Copy. Paste.
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, and links.
get_profilereadFull profile + jobs/projects/education/linktrees, plus a gap analysis.get_work_experiencereadAll work history entries (with IDs for update/delete).get_projectsreadPortfolio items (with IDs for update/delete).get_educationreadEducation history (with IDs for update/delete).get_linksreadSocial and professional links (GitHub, LinkedIn, Twitter, etc.).update_profilewriteUpdate profile fields. Pass only what changes.create_work_experiencewriteAdd a job to the work history.update_work_experiencewriteModify an existing job entry.delete_work_experiencedeleteRemove a job entry. Confirm before destructive action.create_projectwriteAdd a portfolio project.update_projectwriteModify an existing project.delete_projectdeleteRemove a project.create_educationwriteAdd an education entry.update_educationwriteModify an existing education entry.delete_educationdeleteRemove an education entry.
Search companies by tech stack, star matches, and surface live jobs.
search_listingsreadSearch companies by tech stack, name, or sort. Tech stack auto-normalized.get_starred_listingsreadCompanies the user has starred.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_star_countreadCurrent stars, cap, unstar budget, reset date.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, filter by status.get_applicationreadSingle application details + status timeline.withdraw_applicationdeleteWithdraw an active application.accept_offerwriteAccept a job offer once extended.reject_offerdeleteDecline a job offer.add_application_notewritePrivate note on an application (not visible to the company).get_application_eventsreadChronological events on an application.send_application_messagewriteMessage the company through the application thread.get_application_messagesreadAll messages on an application thread.
Profile visibility, weekly job digests, community apps, and shareable link trees.
get_visibilityreadCurrent profile visibility (NONE/STARRED/ALL). NONE is default.update_visibilitywriteChange visibility. STARRED is the recommended setting.get_digestsreadRecent weekly job digests from starred companies.get_digestreadFull markdown for a single digest.get_appsreadCommunity apps built on the Remoet platform.get_linktreesreadAll your link tree pages with view/click stats.get_linktreereadSingle link tree by slug, with engagement stats.create_linktreewriteCreate a shareable link tree page (cap per plan).delete_linktreedeleteRemove a link tree page.
View plan, limits, usage. Trigger upgrade flow.
get_subscriptionreadCurrent plan, limits, current usage, reset dates.change_planexternalReturns a hosted Paddle 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. Remoet is free for everyone right now. Paid plans are coming soon.
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.