{ "name": "@edgaralert/mcp-server", "version": "1.0.2", "mcpName": "io.github.ikop32-code/edgaralert", "description": "Official Model Context Protocol (MCP) server for EDGAR Alert. Thin wrapper around the public EDGAR Alert v1 API: read-only for all alert, company and insights data; the three watchlist tools read and write your own ticker lists.", "license": "MIT", "private": false, "type": "module", "main": "dist/index.js", "bin": { "edgaralert-mcp": "dist/index.js" }, "repository": { "type": "git", "url": "https://github.com/ikop32-code/edgaralert-mcp.git" }, "homepage": "https://www.edgaralert.com", "files": [ "dist" ], "engines": { "node": ">=18.17.0" }, "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx src/index.ts", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "test": "node --test --import tsx dist-test/**/*.test.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "mcp-publisher": "^0.4.2", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.14.0", "tsx": "^4.16.0", "typescript": "^5.5.0" } }