tarkov-ops
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tarkov-opsWhat do I need for my active quests and hideout?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
tarkov-ops
Local service that always knows, without manual upkeep:
Where I am — level, tasks, trader loyalty, hideout. From TarkovTracker, fed by TarkovMonitor reading EFT logs.
What I need next — items for active/upcoming tasks, unbuilt hideout levels, Kappa. From
json.tarkov.devdiffed against progress.What I have — stash contents from screenshots dropped in a folder.
What to do — keep/hold/sell per item, task routing by map, stacked runs, with reasons.
Exposed as an MCP server, plus an Obsidian dashboard note and Slack summaries.
Constraints
PvE profile only. Every game-data call uses
gameMode=pve; the tracker token isPVE_.Zero game interaction beyond reading EFT's own log files (via TarkovMonitor) and screenshots taken by hand. No memory reads, no overlays, no input automation.
Token lives in
.envonly. Never in the repo, vault, logs, or a commit.Read-only against TarkovTracker in v1. Only TarkovMonitor writes.
Related MCP server: work-tracker-mcp
Where it runs
Built on the laptop for Phases 0-2 (pure API + SQLite). Final runtime is the Alienware,
Windows-native Python, repo at D:/Claude/Projects/tarkov-ops, so the screenshot
inbox, TarkovMonitor logs, EFT process check and Obsidian vault share one filesystem.
Setup
uv sync
cp .env.example .env # fill in TARKOVTRACKER_TOKEN
uv run tarkov-ops progress rawLayout
src/tarkov_ops/
cli.py settings.py db.py
progress/ gamedata/ stash/ needs/ verdicts/ routes/ mcp/ publish/
config/ grid.json (generated), containers.yaml, never_sell.yaml
data/ sqlite (gitignored)
inbox/ screenshot drop (gitignored)
docs/ decisions.md, samples/ (gitignored)See docs/decisions.md for the why behind non-obvious choices.
This server cannot be deployed
Maintenance
Related MCP Connectors
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
MCP server for Pinchwork - an agent-to-agent task marketplace with credits-based economy
- REPSLogOAuthcom.reps-log
Log and read REPS time logs, properties, and categories via MCP. Requires REPSLog Premium.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server to interact with Obsidian via the Local REST API community plugin.134,427MIT
- FlicenseAqualityCmaintenanceMCP server that tracks what you are working on. Logs are stored locally as one markdown file per day on your Desktop.5-
- FlicenseAqualityCmaintenanceMCP server for the SP-Tarkov Forge API. Exposes Forge endpoints as MCP tools over stdio, letting LLMs search mods, check updates, resolve dependencies, browse addons, and list SPT versions.13-
- FlicenseNot gradedqualityAmaintenanceA lightweight MCP server that provides cross-project progress tracking tools (list, refresh, read, update, mark) for agents to query and manage work status across multiple tracked projects.-