← remoote.app

INDIVIDUAL MCP TOOL

get_top_jobs

Return a capped public list of currently popular Remoote remote jobs.

remoote.appnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

remoote.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.remoote-agents]
url = "https://api.remoote.app/remoote/agents/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "remoote-agents": {
      "type": "http",
      "url": "https://api.remoote.app/remoote/agents/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: remoote-agents
Remote MCP URL: https://api.remoote.app/remoote/agents/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "remoote-agents": {
      "url": "https://api.remoote.app/remoote/agents/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "remoote-agents": {
      "type": "http",
      "url": "https://api.remoote.app/remoote/agents/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "remoote-agents",
  "transport": "streamable-http",
  "url": "https://api.remoote.app/remoote/agents/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_jobs — Search active Remoote remote jobs.
  • get_job — Fetch public details for one active Remoote job, including salary, location, skills, excerpts, and a Remoote job URL.
  • get_salary_stats — Return salary stats for active Remoote jobs matching supported filters when enough normalized compensation data exists.
  • create_apply_intent — Create a user-confirmed Remoote apply redirect for an authenticated agent token.
  • create_alert — Create a daily or weekly Remoote job alert for the authenticated user.