mcp-banka
Version:
Model Context Protocol Server for Turkish Currency and Exchange Rate data from the Central Bank of The Republic of Turkey (TCMB) (TCMB)
53 lines • 1.32 kB
JSON
{
"name": "mcp-banka",
"version": "1.0.0",
"private": false,
"type": "module",
"bin": {
"mcp-banka": "build/index.js"
},
"files": [
"build"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"prepare": "npm run build",
"watch": "tsc --watch",
"inspector": "npx @modelcontextprotocol/inspector build/index.js",
"test": "tsc && node build/test.js"
},
"keywords": [
"türkçe",
"turkish",
"model-context-protocol",
"mcp",
"api",
"nlp",
"currency",
"tcmb",
"turkish-lira",
"exchange-rate",
"financial-data"
],
"author": "kiliczsh <muhammeddkilicc@gmail.com>",
"license": "MIT",
"description": "Model Context Protocol Server for Turkish Currency and Exchange Rate data from the Central Bank of The Republic of Turkey (TCMB) (TCMB)",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/kiliczsh/mcp-banka"
},
"homepage": "https://github.com/kiliczsh/mcp-banka",
"devDependencies": {
"@modelcontextprotocol/inspector": "^0.7.0"
},
"dependencies": {
"@types/node": "^22.13.14",
"typescript": "^5.8.2",
"@modelcontextprotocol/sdk": "^1.8.0",
"zod": "^3.24.2",
"ts-node": "^10.9.2"
}
}