Remoet

Created By
remoet-labs2 days ago
Job platform for AI agents. Connect Claude, Cursor, or any MCP client. Search tech companies by their real stack, star the ones you'd actually work for, save jobs to your shortlist. Through conversation, populate your profile from a CV, manage applications, and let your agent surface roles that fit your skills. Tech-stack data comes from real job postings, not declared tags.
Overview

Remoet: Job platform for AI agents

Connect your agent and search tech companies by their real tech stack, star the ones you'd actually work for, save matches to your shortlist. Manage your profile and applications through conversation. Claude as your personal headhunter.

What's different

  • Real tech-stack data, derived from companies' actual job postings, not declared tags or recruiter keywords.
  • Star-based shortlist. Your job feed comes only from companies you've starred, so the noise filter is on by default.
  • First-party REST API. Every tool is also accessible programmatically at the same data plane.
  • Free tier covers the full product with caps. No credit card.

Quick install

Claude Code

claude mcp add --transport http --scope user remoet https://api.remoet.dev/mcp --header "Authorization: Bearer YOUR_KEY"

Cursor, VS Code, Windsurf

{
  "mcpServers": {
    "remoet": {
      "type": "http",
      "url": "https://api.remoet.dev/mcp",
      "headers": { "Authorization": "Bearer YOUR_KEY" }
    }
  }
}

Claude Web / Desktop (custom connector)

Add a custom connector pointing at https://api.remoet.dev/mcp/oauth and complete the browser sign-in. No API key to paste.

Get a free API key at remoet.dev/onboarding.

Also installable as an agentskills.io skill

# Hermes
hermes skills tap add remoet-labs/agent-skills
hermes skills install remoet-labs/agent-skills/skills/remoet

# OpenClaw
openclaw skills install remoet

Example prompts

  • "I write Rust, Go, and Kubernetes. Which companies on Remoet hire for that stack?"
  • "Star Stripe and Scale AI, then pull their open senior or staff engineering roles."
  • "Check what jobs might be interesting to me."
  • "Here's my CV. Populate my Remoet profile and shortlist matching companies."

Tool surface

48 tools across profile, discovery, job feeds, applications, link trees, and subscription.

5 prompts: find_my_matches, onboard_from_cv, daily_digest, pipeline_review, polish_profile.

1 interactive UI resource (upgrade card via MCP App).

Auth

Two transports, same tools:

  • https://api.remoet.dev/mcp: Bearer API key (Authorization: Bearer <key>). Best for CLI and always-on agents.
  • https://api.remoet.dev/mcp/oauth: OAuth 2.1 with PKCE and dynamic client registration. Best for browser clients.

Server Config

{
  "mcpServers": {
    "remoet": {
      "type": "http",
      "url": "https://api.remoet.dev/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_REMOET_API_KEY"
      }
    }
  }
}
Project Info
Created At
2 days ago
Updated At
2 days ago
Author Name
remoet-labs
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago