kanwarsinghrajawat
MCP Serverkanwarsinghrajawatpublic

ats ai

ATS candidate platform

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
TypeScript
Language
-
License

About This Server

ATS candidate platform

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

ATS Challenge — “Watch the ATS Think”

A mini coding exercise that shows off front‑end polish, back‑end logic, and a transparent agent loop.

1 · Scenario

You ship a tiny Next.js site that:

  1. Pre‑loads a CSVcandidates.csv (≈ 50 dummy rows)

    id,full_name,title,location,years_experience,skills,availability_weeks,willing_to_relocate,etc.
    
  2. Displays a chat box for recruiters to type natural‑language queries such as:

    Backend engineers in Germany, most experience first.

  3. Runs an explicit MCP loop (Think → Act → Act → Speak) to

    • filter the dataset
    • rank the subset
    • stream every step to the UI with smooth animations

The assistant is nick‑named ATS‑Lite.

2 · Required Tools (pure JavaScript)

ToolSignaturePurpose
filterCandidates(plan){ include?, exclude? } → Candidate[]Boolean / regex / ≥ filtering
rankCandidates(ids, plan){ primary, tie_breakers? } → Candidate[]Scores & sorts the filtered subset
aggregateStats(ids)1ids[] → { count, avg_experience, top_skills[] }Quick stats for richer replies

All tools are synchronous – no DB or external I/O.

3 · MCP Workflow

  1. THINK – The LLM receives the user message plus the CSV header row and replies only with JSON:

    {
      "filter": { /* FilterPlan */ },
      "rank":   { /* RankingPlan */ }
    }
    
  2. ACT 1 – Front‑end calls filterCandidates(filterPlan)

  3. ACT 2 – Front‑end calls rankCandidates(ids, rankingPlan)

  4. SPEAK – Front‑end calls the LLM again, passing the top 5 rows to generate a recruiter‑friendly summary

Each phase emits an event that surfaces live in the UI.

4 · UI & Animation Requirements

AreaMust‑haveLibrary ideas
Chat panelStream assistant tokens as they arriveTailwind, react-virtual
Timeline sidebarCollapsible panel that reveals, one line at a time: 1️⃣ filter plan JSON → 2️⃣ match count → 3️⃣ ranking plan JSON → 4️⃣ ranked IDsframer-motion (stagger / slide)
Result tableAlways shows the current ranked subset; when rows change or reorder, they animate into placeframer-motion layout / FLIP
Loading cuesProgress bar or shimmer while the agent worksnprogress or custom
Row detailsClick a row → side panel with full candidate JSON

5 · Example Flow

You: Backend engineers in Germany, most experience first.

Timeline ▶
1️⃣ filter plan ready
2️⃣ 7 rows matched
3️⃣ ranking plan ready
4️⃣ ranked IDs [14, 5, 22, …]   ← lines fade‑in one by one

Result table slides into new order.

ATS‑Lite: I found 7 matches (avg 6.1 yrs). Here are the top three…

6 · Deliverables

  • Git repo with clean commits & a clear README.md (pnpm install && pnpm dev)
  • .env.example for the OpenAI key
  • One Jest test Input: React dev, Cyprus, sort by experience desc Expectation: candidate #12 appears above #5
  • Links — provide both (a) the GitHub repository URL and (b) a live deployment link (e.g., Vercel, Netlify)

7 · Evaluation Criteria

  • Agent transparency – each MCP phase surfaced in order
  • Prompt robustness – LLM reliably emits valid JSON; graceful retry on errors
  • Animation & UX – timeline staggers, rows re‑flow without jank; keyboard shortcut (⌘ + Enter) to send
  • Code quality – modular data helpers, tidy state (Context/Zustand), minimal globals
  • Docs & tests – quick start, clear tool contracts, meaningful test coverage

Keep It Small 📎

No auth, no uploads, no database — just a CSV in memory, two synchronous tools, two LLM calls, and a polished UI that lets reviewers watch the ATS think in real time.

Footnotes

  1. Optional, but helpful for richer assistant summaries.

Quick Start

1

Clone the repository

git clone https://github.com/kanwarsinghrajawat/ats-ai
2

Install dependencies

cd ats-ai
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerkanwarsinghrajawat
Repoats-ai
LanguageTypeScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation