simera-mcp-app (v1.0.1)

Simera candidate search and evaluation server. Use search_candidates first (curated pool), broad_search_candidates when that returns too few hits (full ~725k-profile DB), get_candidate_profile for full profiles, and get_qc_framework to retrieve the evaluation rubric before scoring candidates against a job description.

https://simera.run.mcp-use.com/mcp

Installation Guide

Choose your preferred MCP client

Install in Claude Code

Run this command in your terminal:

claude mcp add --transport http "simera-mcp-app" https://simera.run.mcp-use.com/mcp

Install in Cursor

Click the button below to add this MCP server to Cursor:

Open in Cursor

Or add manually: Settings → MCP → Add server

Install in VS Code

Click the button below to add this MCP server to VS Code:

Open in VS Code

Or add manually: Settings → MCP → Add server

Install in VS Code Insiders

Click the button below to add this MCP server to VS Code Insiders:

Open in VS Code Insiders

Or add manually: Settings → MCP → Add server

Connect with ChatGPT

  1. Enable Developer Mode: Settings → Connectors → Advanced → Developer mode
  2. Import this MCP server: Go to Connectors tab and add: https://simera.run.mcp-use.com/mcp
  3. Use in conversations: Choose the MCP server from the Plus menu

Primitives

Tools (4)

search_candidates

Search the curated Simera candidate pool (Algolia). Returns candidates ranked by relevance. Try this first; if it returns too few hits to pick from, call broad_search_candidates to scan the full ~725k-profile database.

broad_search_candidates

Broad search across Simera's full candidate database (~725k profiles) via OpenSearch. Use this when search_candidates returns too few hits (e.g., you got 3 results but need 20). This scans the entire pool, not just the curated Algolia index, so expect lower precision but much higher recall. Prefer search_candidates first; fall back to this when you need more breadth.

get_candidate_profile

Fetch full candidate profiles by ID. Returns all available data including salary range, English level, languages, video quality, industry QC tags, and presentation notes. Use this after search_candidates to get complete profiles for QC evaluation or side-by-side comparison.

get_qc_framework

Retrieve the Simera QC evaluation rubric for scoring candidates against a job description. Call this before performing a candidate evaluation or comparison. Returns the full scoring framework, weighting, output format, and compliance rules.

Resources (2)

ui://widget/algolia-search-results.htmlalgolia-search-results

Display candidate search results in a card format

ui://widget/candidate-profile.htmlcandidate-profile

Display detailed candidate profiles for evaluation and comparison