← Registry

Productivity

remoote.app

Search and retrieve remote job listings from Remoote.

1 endpoint6 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.remoote.app/remoote/agents/mcp

No auth detected

MCP server metadata

Name
remoote-agents
Version
0.1.0
Capabilities
tools
Server instructions

Use Remoote public tools to search active remote jobs and return canonical Remoote URLs. Public tools do not expose raw employer apply URLs.

Known tools 6

search_jobs

Search active Remoote remote jobs.

Inferred read-only
get_job

Fetch public details for one active Remoote job, including salary, location, skills, excerpts, and a Remoote job URL.

Inferred read-only
get_salary_stats

Return salary stats for active Remoote jobs matching supported filters when enough normalized compensation data exists.

Inferred read-only
get_top_jobs

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

Inferred read-only
create_apply_intent

Create a user-confirmed Remoote apply redirect for an authenticated agent token.

Potential side effects
create_alert

Create a daily or weekly Remoote job alert for the authenticated user.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.