Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.remoet-labs/remoet-mcp

io.github.remoet-labs/remoet-mcp

Job platform for AI agents. Track tech jobs from companies that match your stack.

Uptime
100.0%
1 direct probes · 30d
Response
938ms
last probe
Tools
24
callable
Resources
0
readable
Prompts
5
available

Tools · 24

get_profile

The user's complete Remoet profile in one call: profile core (summary, links, location, avatar), workExperience, projects, and education (each section entry carries an id for update/delete) plus the c…

update_profile

Update the user's Remoet profile core and/or their visibility. Only provide the fields you want to change. Omitted fields are left as-is; pass null to clear a field. Always read the current profile fi…

save_work_experience

Add or update a work experience entry (upsert). Omit id to create a new entry (title and startDate are required); pass an id (from get_profile) to update an existing one, changing only the fields you …

save_project

Add or update a portfolio project (upsert). Omit id to create (title and shortDescription are required); pass an id (from get_profile) to update, changing only the fields you send. Projects are the #1…

save_education

Add or update an education entry (upsert). Omit id to create (institution is required); pass an id (from get_profile) to update, changing only the fields you send. Ask about degrees, bootcamps, and no…

delete_profile_item

Delete a profile item: a work experience entry, a project, or an education entry (set type accordingly). Use this to clean up duplicates, placeholder/test entries, or clearly wrong data. Get the id fr…

search_listings

Search companies on Remoet, or list the user's starred companies (starred: true). Returns a summary per result. Use get_listing with a slug for full detail (description, perks, URLs). Job boards and a…

get_listing

Works without a Remoet account. Get detailed information about a specific company listing by its slug. Use this to review a company before deciding whether to star it. Returns the company's full descr…

star_listing

Star/save a company listing. Starring subscribes you to their job postings. Starred company jobs appear in get_starred_jobs. Starring also unlocks the company's FULL tech stack (unstarred listings onl…

unstar_listing

Remove a star from a company listing. WARNING: Unstarring consumes from your unstar budget (per 30-day period), EXCEPT when the user is over their star cap (then trimming back to the limit is free). T…

search_jobs

Works without a Remoet account. Search Remoet's PUBLIC job catalogue: every role on the open board at remoet.dev/jobs, across all companies, not just the ones the user has starred. No star is needed a…

get_starred_jobs

Get job postings from the user's starred companies. This is the user's own curated feed. If the user has no stars, this returns nothing. In that case, use search_jobs instead: it reads the public cata…

save_job

Save a job to the user's list for later. Supports both AI-extracted jobs (from search_jobs or get_starred_jobs) and internal partner jobs. This gives the agent memory across sessions. Saved jobs persi…

get_saved_jobs

Get the user's saved jobs list. This is the user's job search memory: shows all jobs they've bookmarked across sessions, with notes and job details. Includes both AI-extracted jobs and internal partne…

update_saved_job_note

Update the note on a saved job. Use this to add context, track application status, or record follow-up reminders. Pass null to clear the note.

unsave_job

Remove a job from the user's saved list. Use get_saved_jobs first to find the saved job ID. Confirm with the user before removing.

get_feed

The user's dashboard feed as ONE composed stream, chronological newest first. Each entry has a kind: 'item' (per-company job items from their starred companies - the company, when it landed, role snap…

get_digests

HISTORICAL ONLY: the user's archived job digests, the email summaries Remoet used to send about new jobs from their starred companies. No new digest has been generated since 2026-07-06, when the feed …

get_apps

List approved apps built on the Remoet platform. These are community and official apps that extend Remoet's functionality. Each app has a repo URL for deployment and a demo URL to try it out. Use this…

get_linktrees

The user's link tree pages: shareable single-page URLs for a CV, email signature, or job application, with per-link view/click tracking so recruiter engagement is measurable. Without a slug: all of th…

create_linktree

Create a link tree page: a shareable page with the user's links (social media, portfolio, GitHub, etc.). Each account can create up to 10. The slug becomes the public URL. Slug rules: 5-20 characters,…

delete_linktree

Delete a link tree page. Use get_linktrees to find the ID first. Confirm with the user before deleting.

apply_to_job

Apply to a job on behalf of the user, or get its application link. Two outcomes by job type: internal jobs (posted directly through Remoet's partner system) are applied to end-to-end and return the cr…

get_account

The user's account status in one call: every budget the platform enforces (active stars vs cap, unstars used vs the 30-day unstar budget, MCP requests today vs daily cap, REST API requests today vs da…

Prompts · 5

whats_open

Search the public job catalogue right now, across every company on the board. No account or star is required or spent.

find_my_matches

Search companies by the user's tech stack, show real open roles at the best fits via search_jobs, then offer to star them so new roles from them keep landing in the feed.

onboard_from_cv

Parse the user's CV, populate their Remoet profile, shortlist companies that match, show real open roles there via search_jobs, then offer to star them.

daily_digest

Show what's new at the user's starred companies and surface a few to act on. Falls back to the public catalogue if there are no stars yet.

polish_profile

Audit the user's Remoet profile for gaps and walk through fixes.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.remoet-labs/remoet-mcp": {
      "url": "https://api.remoet.dev/mcp/oauth",
      "transport": "streamable-http"
    }
  }
}