ENDPOINT 1
https://api.remoote.app/remoote/agents/mcp
MCP server metadata
- Name
- remoote-agents
- Version
- 0.1.0
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
get_jobFetch public details for one active Remoote job, including salary, location, skills, excerpts, and a Remoote job URL.
Inferred read-onlyget_salary_statsReturn salary stats for active Remoote jobs matching supported filters when enough normalized compensation data exists.
Inferred read-onlycreate_apply_intentCreate a user-confirmed Remoote apply redirect for an authenticated agent token.
Potential side effectscreate_alertCreate a daily or weekly Remoote job alert for the authenticated user.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.