{ "name": "xoomar-mcp", "version": "0.1.8", "mcpName": "com.xoomar/xoomar-mcp", "description": "MCP server for the XOOMAR free market data API: short interest, insider trades, 13F holdings, company financials, COT positioning, funding rates, Fed liquidity and more, as tools for AI agents.", "type": "module", "bin": { "xoomar-mcp": "dist/index.js" }, "main": "./dist/server.js", "types": "./dist/server.d.ts", "exports": { ".": { "types": "./dist/server.d.ts", "default": "./dist/server.js" } }, "files": [ "dist", "README.md", "LICENSE", "server.json" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc -p tsconfig.json && node -e \"require('fs').chmodSync('dist/index.js', 0o755)\"", "pretest": "npm run build", "test": "node --test test/*.test.mjs", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model context protocol", "market data", "sec", "finra", "cot", "short interest", "insider trading", "13f", "fed liquidity", "xoomar" ], "author": "XOOMAR ", "license": "Apache-2.0", "homepage": "https://xoomar.com/markets/api", "repository": { "type": "git", "url": "git+https://github.com/xoomar-dev-cloud/xoomar-mcp.git" }, "bugs": { "url": "https://github.com/xoomar-dev-cloud/xoomar-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.25.0 || ^4.0.0" }, "devDependencies": { "typescript": "^5.6.0", "@types/node": "^22.0.0" } }