AI Integration
Integrate the Voxjobs jobs catalogue directly into Claude, Cursor and other MCP-compatible clients.
What is MCP
The Model Context Protocol (MCP) is an open standard that lets AI assistants query external data sources in real time — without leaving the conversation.
With Voxjobs MCP, an assistant can search jobs, get details on a listing, explore companies that are hiring and read career articles — all with up-to-date data from the database.
Tools
search_jobsSearch jobs by semantic text (role/skills) with filters: location, work mode, seniority, schedule, contract, minimum salary and company.
get_job_detailGet full details of a job: description, terms, salary (gross/net/estimated made explicit), company and apply link at the source.
search_companiesSearch companies with active jobs in this market: sector, headquarters, size and number of open roles.
search_articlesSearch job-hunting guides, labour-market analysis, salary insights and career tips.
Attention
Don't paste the configuration JSON into a chat conversation. Pasting the config into a chat does nothing — the assistant just reads it as text. The configuration must go into the client's config file (see below) or be added via the settings interface.
How to integrate
A single command in the terminal — no manual file editing:
claude mcp add voxjobs --transport http https://www.voxjobs.uk/api/mcp
Then restart your Claude Code session. The tools are available immediately.
Claude Desktop doesn't connect to remote HTTP servers directly — it uses the open-source mcp-remote bridge. Edit the config file (not the chat!) and add this block inside mcpServers:
{
"mcpServers": {
"voxjobs": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://www.voxjobs.uk/api/mcp"]
}
}
}Requires Node.js (npx downloads mcp-remote on first run). Restart Claude Desktop after saving.
File location
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Claude's Connectors UI requires OAuth and can't yet connect public, no-auth servers like this one — it would fail with a sign-in error. Use Claude Code or the config file above.
In Settings → MCP → Add server, choose type http and enter the URL:
https://www.voxjobs.uk/api/mcp
ChatGPT doesn't support MCP natively. You can use Voxjobs by pasting this text into a custom GPT or a conversation:
Perplexity indexes Voxjobs directly via llms.txt and the public catalogue. No configuration needed — just ask:
Examples
For developers
MCP Streamable HTTP server, no authentication. Each POST is a complete JSON-RPC 2.0 exchange. Real-time data, scoped to this domain's market.
https://www.voxjobs.uk/api/mcpGET https://www.voxjobs.uk/api/mcp