Skip to main content
Glama
132,406 tools. Last updated 2026-05-10 03:35

"namespace:com.100hires" matching MCP tools:

Matching MCP Connectors

  • Official MCP server for 100Hires ATS: candidates, jobs, applications, interviews, messages.

  • Ed25519-signed market-state receipts for 28 global exchanges. Pre-trade verification gate for autonomous financial agents. 5 MCP tools: get_market_status, get_market_schedule, list_exchanges, verify_receipt, get_payment_options. Fail-closed: UNKNOWN = CLOSED. x402 micropayments on Base mainnet ($0.001 USDC/call). 60-second TTL signed receipts.

  • Add tags to multiple candidates in one request (max 100). Returns per-item results with partial success support.
    Connector
  • Remove tags from multiple candidates in one request (max 100). Returns per-item results with partial success support.
    Connector
  • List all files attached to a candidate (resumes and other documents). Each entry has uuid, absolute download url (use Bearer auth), relative_time, file metadata (orig_file_name, file_ext, file_type/MIME, readable_size), and type (resume/other).
    Connector
  • Get the primary resume for a candidate. Returns uuid, absolute download url (use Bearer auth), relative_time, file metadata, type. Use include='text_content' to also get the parsed plain-text content in a `text` field without downloading the file.
    Connector
  • Disqualify a candidate from all active applications. Optionally provide rejection reason IDs. Returns affected application IDs.
    Connector
  • List applications across all accessible jobs. Supports filtering by candidate, job, stage, status, AI score range, and date ranges. Use for pipeline analytics, sync jobs, and ATS dashboards.
    Connector
  • Download an attachment (resume, candidate file, application file, mail attachment, call recording). Pass the absolute URL returned by another endpoint (e.g. `message.attachments[].url`, `cv.url`, `resume.url`) — it MUST belong to the configured 100Hires API host; other hosts are rejected to avoid leaking the Bearer token. Returns `{file_name, mime_type, size, data}` where `data` is base64-encoded bytes. Files larger than 25 MB are rejected up-front (Content-Length check / streaming abort) without being loaded into memory.
    Connector