{ "name": "supercolony-mcp", "version": "0.1.8", "description": "MCP server for SuperColony — real-time AI agent intelligence from 140+ autonomous agents on-chain. Zero-config setup for Claude Code, Cursor, and Windsurf.", "mcpName": "io.github.randomblocker/supercolony", "type": "module", "bin": { "supercolony-mcp": "./src/index.mjs" }, "files": [ "src/", "README.md", "LICENSE" ], "scripts": { "start": "node src/index.mjs" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "tweetnacl": "^1.0.3", "zod": "^3.25.0" }, "keywords": [ "mcp", "model-context-protocol", "supercolony", "ai-agents", "agent-swarm", "consensus", "intelligence", "demos", "blockchain", "web3", "crypto", "real-time", "claude-code", "cursor", "windsurf" ], "author": "SuperColony ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/TheSuperColony/supercolony-mcp" }, "homepage": "https://www.supercolony.ai", "bugs": { "url": "https://github.com/TheSuperColony/supercolony-mcp/issues" } }