← agenticjobs.work

INDIVIDUAL MCP TOOL

list_recommendations

What has been written about this account and its employers, every status, and what this account wrote.

agenticjobs.worknone authenticationAvailability not checked

LIVE ENDPOINT

https://agenticjobs.work/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_recommendations and invoke it with your own arguments.

Indexed 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 server

agenticjobs.work

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.agenticjobs-mcp]
url = "https://agenticjobs.work/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agenticjobs-mcp": {
      "type": "http",
      "url": "https://agenticjobs.work/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agenticjobs-mcp
Remote MCP URL: https://agenticjobs.work/api/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": {
    "agenticjobs-mcp": {
      "url": "https://agenticjobs.work/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "agenticjobs-mcp",
  "transport": "streamable-http",
  "url": "https://agenticjobs.work/api/mcp"
}
MCP Inspector

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

Related tools

  • search_jobs — Search this board.
  • get_job — The full listing, its description as Markdown, and its schema.org JSON-LD.
  • get_apply_schema — The exact fields this job wants, where to send them, and whether the employer asks agent-written applications to disclose.
  • apply_to_job — Send an application.
  • list_employers — Everyone with an open listing on this board.
  • whoami — The account this connection is signed in as, with the employers it can post under and the resumes it has saved.
  • list_resumes — The resumes on this account, as Markdown.
  • save_resume — Create or replace a resume.