{ "name": "@knowmint/mcp-server", "mcpName": "io.github.Sou0327/knowmint", "version": "0.2.0", "description": "MCP server for KnowMint — lets AI agents discover and purchase human tacit knowledge", "keywords": [ "mcp", "model-context-protocol", "knowmint", "ai-agent", "solana", "claude", "opencode", "cursor", "x402", "knowledge-marketplace", "autonomous-payment" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Sou0327/knowmint.git", "directory": "mcp" }, "files": [ "dist/", "README.md", "LICENSE" ], "exports": { ".": "./dist/index.js" }, "publishConfig": { "access": "public" }, "type": "module", "bin": { "km-mcp": "dist/index.js", "mcp-server": "dist/index.js" }, "scripts": { "dev": "node --experimental-strip-types src/index.ts", "build": "tsc", "start": "node dist/index.js" }, "dependencies": { "@knowmint/sdk": "^0.2.0", "@modelcontextprotocol/sdk": "^1.26.0", "@noble/curves": "^1.0.0", "@solana/web3.js": "^1.98.4", "zod": "^3.25.76" }, "devDependencies": { "typescript": "^5.0.0", "@types/node": "^22.0.0" }, "engines": { "node": ">=22.6.0" } }