AgentHubAgentHub

JobDataLake

MCP ServerMCP Registry官方收录

io.github.echojobsio/jdl-mcp-server · v1.0.14

Search 1M+ enriched job listings. Filter by skills, salary, location, and more. Free.

概览

JobDataLake 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "jdl-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@jobdatalake/mcp-server"
      ]
    }
  }
}

环境变量

JDL_API_KEY可选secret

Optional JDL API key for unlimited access. Get one free at jobdatalake.com. Without a key, 500 free calls/day are included.

相关资源

统一 Manifest

{
  "id": "io.github.echojobsio/jdl-mcp-server",
  "type": "mcp-server",
  "version": "1.0.14",
  "displayName": "JobDataLake",
  "description": "Search 1M+ enriched job listings. Filter by skills, salary, location, and more. Free.",
  "repository": {
    "url": "https://github.com/echojobsio/jdl-mcp-server",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@jobdatalake/mcp-server",
        "version": "1.0.14",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "JDL_API_KEY",
            "description": "Optional JDL API key for unlimited access. Get one free at jobdatalake.com. Without a key, 500 free calls/day are included.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.echojobsio/jdl-mcp-server",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.echojobsio%2Fjdl-mcp-server/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
JobDataLake — MCP Server 安装与配置 · AgentHub