Skip to main content
Glama

Tarkov MCP Server

by Yaniddze
package.json1.1 kB
{ "name": "tarkov-mcp", "version": "0.0.1", "description": "tarkov.dev reference server for the Model Context Protocol (MCP)", "author": "Zinevich Yan", "license": "MIT", "keywords": [ "tarkov", "mcp", "ai", "automation" ], "main": "src/index.js", "scripts": { "start": "tsc && node ./dist/src/index.js", "test": "tsc && jest ./tests", "format": "prettier --write .", "format:check": "prettier --check .", "format:fix": "prettier --write --list-different .", "lint": "eslint .", "lint:fix": "eslint . --fix", "lint:check": "eslint . --max-warnings 0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "graphql-request": "^7.2.0", "zod": "^3.25.62" }, "devDependencies": { "@babel/preset-env": "^7.27.2", "@babel/preset-typescript": "^7.27.1", "@jest/globals": "^30.0.0", "@types/jest": "^30.0.0", "babel-jest": "^30.0.0", "eslint": "^8.55.0", "jest": "^30.0.0", "mcp-client": "^1.12.4", "prettier": "^3.1.0", "ts-jest": "^29.4.0", "typescript": "^5.8.3" } }

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/Yaniddze/tarkov-mcp'

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