UNPKG

octagon-mcp

Version:

MCP server for Octagon API. Provides specialized AI agents for investment research of public and private markets.

40 lines (39 loc) 1.26 kB
{ "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "octagon-market-intelligence", "version": "1.1.0", "description": "Skills-first Claude Code plugin for Octagon market intelligence, prediction market research, and financial analysis workflows.", "author": { "name": "Octagon AI", "url": "https://github.com/OctagonAI/octagon-mcp-server" }, "homepage": "https://octagonai.co/docs", "repository": "https://github.com/OctagonAI/octagon-mcp-server", "license": "MIT", "keywords": [ "octagon", "finance", "market-intelligence", "prediction-markets", "claude-code" ], "agents": [ "./agents/octagon-research-orchestrator.md" ], "mcpServers": "./.claude-plugin/mcp.json", "userConfig": { "api_key": { "type": "string", "title": "Octagon API key", "description": "API key used for Octagon agent and prediction market tool calls.", "sensitive": true, "required": true }, "api_base_url": { "type": "string", "title": "Octagon API base URL", "description": "Optional override for staging, private environments, or self-hosted Octagon API deployments.", "default": "https://api.octagonai.co/v1" } } }