@trygordian/mcp-newyorkfed
Version:
Model Context Protocol server for New York Fed Markets Data APIs
56 lines • 1.21 kB
JSON
{
"name": "@trygordian/mcp-newyorkfed",
"version": "1.0.0",
"description": "Model Context Protocol server for New York Fed Markets Data APIs",
"type": "module",
"main": "build/index.js",
"bin": {
"mcp-newyorkfed": "./build/index.js"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"start": "node build/index.js",
"dev": "tsc && node build/index.js"
},
"files": [
"build/**/*",
"README.md",
"package.json"
],
"keywords": [
"mcp",
"model-context-protocol",
"newyorkfed",
"federal-reserve",
"financial-data",
"api",
"sofr",
"effr",
"treasury",
"soma"
],
"author": "cslou",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/trygordian/mcp-newyorkfed.git"
},
"bugs": {
"url": "https://github.com/trygordian/mcp-newyorkfed/issues"
},
"homepage": "https://github.com/trygordian/mcp-newyorkfed#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}