MCP Server

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 by tech stack, search the public job board, get live jobs from the ones you’ve starred, and apply to jobs, from a single endpoint.

Or add it to your editor now, no signup:

ENDPOINT

One URL. Two auth modes.

MCP serverhttps://api.remoet.dev/mcp
Transport: Streamable HTTPAuth: OAuth 2.1 + PKCE / `Authorization: Bearer` header
INSTALL

Pick 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.
Run in your terminal
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.
TOOLS

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.
Profile6 tools

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.
Discovery & Stars10 tools

Search companies by tech stack, star matches, and search every job on the public board.

  • 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 at 50.
  • unstar_listingdeleteRemove a star. Consumes from a 30-day unstar budget.
  • search_jobsreadSearch the public job catalogue: every role on the open board, no stars needed. Each result links to its Remoet page.
  • 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.
Applications1 tools

Apply to internal partner jobs.

  • apply_to_jobwriteSubmit an application for an internal job.
Feed, Digests, Apps & Link Trees6 tools

The dashboard feed, weekly job digests, community apps, and shareable link trees. Profile visibility is set via update_profile.

  • get_feedreadThe dashboard feed as one stream: new roles at starred companies, the daily pick, platform posts.
  • 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.
  • delete_linktreedeleteRemove a link tree page.
Account1 tools

View your limits and every budget.

  • get_accountreadLimits and every budget (stars, unstars, requests) with reset dates.
EXAMPLE PROMPTS

What to ask your agent first.

Pull my profile and find 5 companies that match my stack. Star the top 3.
Search the public job board for React roles and tell me which ones fit my profile.
Pull up my saved jobs, group them by company, and tell me which three I should follow up on.
Make a public link tree of my best work and give me the URL.
My weekly digest just came in. Save anything React-Native, draft a short note explaining fit.
FAQ

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, search the public job catalogue, and apply to jobs. 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, with no trial timer and nothing to upgrade to. Every MCP tool is available to every account.

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. Your agent can also save any job for later with save_job, with an optional note.

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.

Connect your agent in 60 seconds.

Sign in with GitHub or Google. We auto-generate your API key. Paste one prompt into your agent. Done.
Get your setup prompt →