Your jobvetta workspace.
Recent searches
Connect jobvetta to Claude or any MCP client. 50 tool calls per day per key.
Your key
Loading…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 <your key>.
REST access with the same key. MCP and the API share one limit of 50 requests per day (resetting at midnight UTC), with up to 20 jobs per search call. India jobs only.
Your key
Loading…Endpoints
Search live India jobs (limit up to 20). Optional days filter, e.g. days=2 for jobs posted in the last two days.
Full details for one job.
Authenticate with the Authorization: Bearer header. Example:
curl -H "Authorization: Bearer YOUR_KEY" "https://api.jobvetta.com/v1/jobs?q=react&location=Bengaluru&limit=10"
The agent only ever answers with what you write here. Nothing is guessed.
PDF or Word, 8 MB max. Your default goes on every application unless you pick otherwise.