# Jobvetta MCP Server (remote · api.jobvetta.com)

Search live, vetted India jobs by keyword, location, posting age, and job ID.

- Trust score: 71/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-05

## Components

- remote · `api.jobvetta.com`: 71/100 (this document), [markdown](https://verifymcp.io/servers/jobvetta-job-search/api.md), [page](https://verifymcp.io/servers/jobvetta-job-search/api)

## Channel facts

- Endpoint: `https://api.jobvetta.com/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-05.

- **Endpoint Security**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 160 tokens (~80/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 80% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http jobvetta-job-search https://api.jobvetta.com/mcp
```

### Codex

```toml
[mcp_servers.jobvetta-job-search]
url = "https://api.jobvetta.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jobvetta-job-search": {
      "type": "remote",
      "url": "https://api.jobvetta.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add jobvetta-job-search --url https://api.jobvetta.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  jobvetta-job-search:
    url: "https://api.jobvetta.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "jobvetta-job-search": {
      "type": "http",
      "url": "https://api.jobvetta.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-05 (score 71)

First indexed and scored.

## MCP tools (2)

### `search_jobs` (~123 tokens)

Search live job openings across India, checked at official employer sources. India only — non-Indian locations return no results. Returns up to 10 jobs per call with title, company, location, and a jobvetta URL.

Input parameters:

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

### `get_job` (~37 tokens)

Full details for one job (description, qualifications, salary, metadata) by job_id from search_jobs.

Input parameters:

- `job_id` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/jobvetta-job-search/api#diagnostics

## Score history

- 2026-08-05: 71

## Links

- Remote endpoint: https://api.jobvetta.com/mcp
- Authorisation metadata: https://api.jobvetta.com/.well-known/oauth-protected-resource/mcp
- Website: https://www.jobvetta.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/jobvetta-job-search/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/jobvetta-job-search/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/jobvetta-job-search/api
