Remoet

by remoet-labs

412 downloads
Not rated
GitHub

About

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 sur

Details

Author
remoet-labs
Downloads
412
Categories
Productivity, Search, Knowledge Base, AI, API

- Real tech‑stack data derived from actual job postings
- Star‑based shortlist filters noise by default
- First‑party REST API alongside MCP tools
- Free tier covers the full product with caps, no credit card
- 48 tools across profile, discovery, jobs, applications, and more

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Remoet
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via the command claude mcp add --transport http --scope user remoet https://api.remoet.dev/mcp --header "Authorization: Bearer YOUR_KEY" for Claude Code, or add a JSON config to Cursor/VS Code/Windsurf. For Claude Web/Desktop, use a custom OAuth connector. Obtain a free API key at remoet.dev/onboarding.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

Connect your AI agent toRemoet, the job platform built for agents. Search tech companies by their real tech stack, star the ones you'd actually work for, pull jobs from that shortlist, and manage your developer profile, all through conversation.

This repo ships alocal stdio MCP server(Node + TypeScript) plus the metadata MCP clients and directory registries need. The local server advertises Remoet's full tool catalog (snapshotted from the live server) and forwards calls to the hosted MCP athttps://api.remoet.dev/mcpwith your Bearer key. The hosted server is closed source and remains the source of truth for execution.

Most users connect to the hosted server directly (seeQuick installbelow). The local package is for clients that prefer stdio or build/scan systems that require a runnable local server.

- Homepage:https://remoet.dev
- Docs:
https://docs.remoet.dev
- MCP endpoint:https://api.remoet.dev/mcp
- Get a free API key:
https://remoet.dev/onboarding

Remoet derives each company's tech stack from the roles it is hiring for right now, not from self-reported adoption lists that go stale. So an agent can match you to companies by the technologies they actually build on today, not recruiter keyword tags. Star the companies that fit, and your agent pulls fresh jobs from that shortlist. It also manages your profile, applications, saved jobs, and weekly digests, all over MCP.

Free tier is the whole product with caps. Paid tiers unlock real-time job data and higher limits. No credit card for the free tier.

Claude Code, Claude Desktop, Claude Web, Cursor, VS Code, Windsurf, Codex, and any MCP-compatible client. Also installable as anagentskills.ioskill on OpenClaw (via ClawHub) and Hermes Agent. SeeQuick install.

- https://api.remoet.dev/mcpexpects an API key as a Bearer header (Authorization: Bearer <key>). Best for CLI and always-on agents.
- https://api.remoet.dev/mcp/oauthruns OAuth 2.1 with PKCE and dynamic client registration. Best for browser clients like Claude Web and Desktop custom connectors.

Generate a key atremoet.dev/onboarding. The same key works for MCP and the REST API.

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

Then restart Claude Code (exit and relaunch) so the new server's tools load in a fresh session.

Add to your client's MCP config (the JSON in.mcp.jsonworks as a template):

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

Add a custom connector pointing athttps://api.remoet.dev/mcp/oauthand complete the browser sign-in. No API key to paste.

Remoet also ships as anagentskills.ioskill, with one-command installs on Hermes and OpenClaw.

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

I work in Rails, React, and Postgres. Which companies on Remoet hire for that stack?

If you prefer a local stdio MCP server (or a build/scan system needs one), the same package is runnable directly.

npm install npm run build REMOET_API_KEY="<your-key>" node dist/index.js

The server speaks MCP over stdio. SetREMOET_API_KEYto a free-tier key fromremoet.dev/onboarding. Optionally override the upstream endpoint withREMOET_MCP_URL(defaults tohttps://api.remoet.dev/mcp).

docker build -t remoet-mcp . docker run --rm -i -e REMOET_API_KEY="<your-key>" remoet-mcp

The container's entrypoint runs the stdio server. Pipe MCP JSON-RPC frames into the container; tool calls are forwarded to the hosted server with your Bearer key.

The published tool catalog lives indata/tools.json(snapshotted from the livetools/list). Refresh it whenever the hosted server's tool surface changes.

MIT. The wrapper is open; the Remoet backend it points at is a hosted service.

JobYap aggregates job postings directly from companies' official careers sites and gives every posting a public discussion thread, with salaries, locations and full descriptions.

Japanese government procurement bid search and AI analysis via MCP

Prompt Buddy MCP exposes a public, searchable catalog of reusable AI skills.

AI job search & hiring MCP server with 55 tools. Search jobs, apply, interview, negotiate offers across 20 countries. No account needed to start.

Interact with Amazon services for product search, cart management, and viewing order history.

MCP server for Apple Notes with semantic search and CRUD operations. Claude searches, reads, creates, updates, and manages your Apple Notes through natural language.

arXiv paper search and full-text reading

Birdfeeder: X, Bluesky and Mastodon bookmarks search

Search through your X, Bluesky or Mastodon bookmarks.

Conduit is the MCP for agentic commerce. Agents register an identity, search ranked supply across 12k+ merchants, complete checkout via merchant handoff or autonomous payment with an approved mandate, then track orders and report outcomes.

Integrate with Atlassian Confluence to access spaces, search pages, and manage content from any MCP-compatible application.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.