octagon-13f-holdings-mcp
Version:
MCP server for 13F Holdings Analysis. Provides specialized AI-powered institutional ownership and holdings data analysis with comprehensive Form 13F filings, fund performance analytics, and industry-level holdings insights.
62 lines (61 loc) • 1.7 kB
JSON
{
"name": "octagon-13f-holdings-mcp",
"version": "1.0.0",
"description": "MCP server for 13F Holdings Analysis. Provides specialized AI-powered institutional ownership and holdings data analysis with comprehensive Form 13F filings, fund performance analytics, and industry-level holdings insights.",
"main": "dist/index.js",
"type": "module",
"bin": {
"octagon-13f-holdings-mcp": "dist/index.js"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"",
"test": "echo \"No tests specified\"",
"start": "node dist/index.js",
"lint": "echo \"No linting configured\"",
"format": "echo \"No formatting configured\"",
"prepare": "npm run build",
"release": "npm run build && npm publish"
},
"keywords": [
"mcp",
"13f-holdings",
"institutional-ownership",
"holdings-analysis",
"form-13f",
"fund-performance",
"portfolio-analytics",
"institutional-investors",
"holdings-data",
"market-intelligence"
],
"author": "Octagon AI",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"dotenv": "^16.3.1",
"openai": "^4.20.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.10.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.2"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OctagonAI/octagon-13f-holdings-mcp.git"
},
"bugs": {
"url": "https://github.com/OctagonAI/octagon-13f-holdings-mcp/issues"
},
"homepage": "https://docs.octagonagents.com"
}