mcp-consultant-dev

Bytelope/mcp-consultant-dev

3.2

If you are the rightful owner of mcp-consultant-dev and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

MCP Server for Consultant.dev allows users to search for Swedish IT consultant jobs using an AI assistant.

Tools
4
Resources
0
Prompts
0

MCP Server for Consultant.dev

Search Swedish IT consultant jobs from your AI assistant.

Setup

claude mcp add --transport http consultant-jobs https://mcp.consultant.dev/mcp

Or add to your MCP config:

{
  "mcpServers": {
    "consultant-jobs": {
      "url": "https://mcp.consultant.dev/mcp"
    }
  }
}

Tools

  • search_assignments - Search jobs by query, role, location, skills
  • get_assignment - Get job details by ID
  • get_available_filters - List roles, locations, companies
  • get_recent_assignments - Get latest postings

Self-Hosting

npm install && npm run dev

Modify src/index.ts to point to your own API, then npx wrangler deploy.

Links

MIT License