Jobvetta MCP Server

Busca empleos en vivo de India en las páginas oficiales de carrera de los empleadores por rol, ubicación y antigüedad de la publicación.

Documentación

Developers

Jobvetta MCP server

Search vetted India jobs from your AI assistant.

Jobvetta speaks the Model Context Protocol, so Claude, Cursor, and any MCP client can search live India openings gathered from official employer sources: by keyword, Indian city or state, and posting age (for example, jobs posted in the last two days). One key covers MCP and the REST API, with a shared limit of 50 tool calls per day and up to 20 jobs per search.

Tools

Two tools, both India only. Listing them takes no key: any client can call tools/list, or read the server card. A key is needed only to run them.

search_jobs

Search live openings checked at official employer sources. Returns up to 20 jobs per call with title, company, location, and a jobvetta URL.

q string Role, skill, or company keywords location string Indian city, town, or state (India only) days number Only jobs posted within the last N days (e.g. 2) limit number Max results (1-20, default 10)

get_job

Full details for one job: description, qualifications, salary, metadata.

job_id string required — from search_jobs

Get a key

Sign in and copy your key from the dashboard's MCP page. Free during early access.

Get your key →

Claude Code

Run this in a terminal:

claude mcp add --transport http jobvetta https://api.jobvetta.com/mcp --header "Authorization: Bearer YOUR_KEY"

Claude Desktop

Add to claude_desktop_config.json (Settings → Developer → Edit Config), then restart Claude Desktop:

{ "mcpServers": { "jobvetta": { "command": "npx", "args": ["-y", "mcp-remote", "https://api.jobvetta.com/mcp", "--header", "Authorization: Bearer YOUR_KEY"] } } }

Cursor

Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):

{ "mcpServers": { "jobvetta": { "url": "https://api.jobvetta.com/mcp", "headers": { "Authorization": "Bearer YOUR_KEY" } } } }

Other clients

Any MCP client that supports streamable HTTP works: point it at https://api.jobvetta.com/mcp and send the header Authorization: Bearer .

Prefer plain REST?

The same capabilities are available as a REST API.

Questions

support@jobvetta.com