{ "name": "@mambalabsdev/mcp-funding-investor-record", "version": "1.0.0", "description": "MCP server for the Mamba Labs Funding Record from SEC and Companies House actor on Apify. Get a company funding record from SEC Form D, Companies House and press, each labelled.", "type": "module", "bin": { "mcp-funding-investor-record": "./build/index.js" }, "files": [ "build", "README.md", "LICENSE", "SECURITY.md" ], "scripts": { "build": "tsc && chmod +x build/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "funding", "sec-edgar", "companies-house", "form-d", "investment", "apify", "clay" ], "author": "Mamba Labs ", "license": "MIT", "homepage": "https://apify.com/mambalabs", "repository": { "type": "git", "url": "https://github.com/mambalabsdev/mcp-funding-investor-record" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^4.5.4" }, "devDependencies": { "@types/node": "^26.4.1", "typescript": "5.9.3" }, "mcpName": "com.mambabuilt/mcp-funding-investor-record" }