Skip to main content
Glama
marat-kabirov

mcp_server

AI Job Application Tracker

求人情報を読み、MCP toolsを介して要件を抽出し、それらを履歴書プロフィールと比較して、説明付きのfit-score(go/no-go)を出力し、判断を永続的な応募トラッカーに記録するエージェントです。

完全な技術スコープ(アーキテクチャ、MCP toolsの契約、データスキーマ、日別プラン)は SPEC.md にあります。

ステータス

これは1日目の時点でのプロジェクトのスケルトンです。リポジトリ構造、Pydanticのデータスキーマ、および登録済みだが未実装のツールを持つMCPサーバーが含まれます(各ツールは、何を追記すべきかを示す NotImplementedError を呼び出します)。実際の抽出/スコアリングロジック、LangGraphグラフ、tracker DB、evalデータセットは、SPEC.mdの計画に沿った次のステップです。

Related MCP server: JobScannerMCP

セットアップ

python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
cp .env.example .env  # заполнить ANTHROPIC_API_KEY

data/resume_profile.json を実際の自分のスキルで埋めてください(現在はプレースホルダー付きのテンプレートです)。fit-scoreがどれだけ適切になるかは、これに依存します。

MCPサーバーの起動確認

python -m mcp_server.server

構造

job-tracker-agent/
├── SPEC.md                 # архитектура, контракты tools, план
├── mcp_server/
│   ├── server.py           # регистрация MCP tools (FastMCP)
│   ├── schemas.py          # Pydantic-модели
│   └── tools/
│       ├── extraction.py   # fetch_job_posting, extract_job_requirements
│       ├── scoring.py      # load_resume_profile, compute_fit_score
│       └── tracker.py      # log_application, update_application_outcome, query_tracker_stats
├── agent/
│   ├── state.py            # LangGraph state
│   └── graph.py            # узлы графа (заготовка)
├── data/
│   └── resume_profile.json # заполнить своими данными
└── evals/
    ├── golden_cases.yaml   # golden-кейсы для eval (заготовка)
    └── run_eval.py
F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Provides job search, local resume parsing, and resume-to-job matching via official APIs and local file processing.
    5
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Exposes job-posting scanner tools (search, company health, fit scoring, dry-run outreach) via MCP, enabling offline job search and evaluation from any MCP host.
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables to interact with job application workflows through MCP, allowing users to find jobs, generate non-trivial applications with proof-maps, and build offline dashboards, all without auto-submitting.
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server that aggregates and deduplicates job listings from multiple public sources, ranks them against a user's resume, and exposes tools for searching, viewing details, explaining fit, and tracking applications.
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/marat-kabirov/job-tracker-agent'

If you have feedback or need assistance with the MCP directory API, please join our Discord server