Skip to main content
Glama
package.json2.22 kB
{ "name": "zetrix-mcp-server", "version": "1.0.6", "description": "MCP server for Zetrix blockchain with 44 tools - HTTP RPC, WebSocket, SDK, Crypto tools, and advanced smart contract generation", "type": "module", "main": "dist/index.js", "bin": { "zetrix-mcp-server": "dist/index.js" }, "files": [ "dist/**/*", "configs/**/*", "README.md", "LICENSE", "ZETRIX_CONTRACT_DEVELOPMENT_RULES.md" ], "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "watch": "tsc --watch", "prepare": "npm run build", "prepublishOnly": "npm run build", "test": "node tests/test-server.js", "setup": "node scripts/setup-claude.js", "test:mainnet": "ZETRIX_NETWORK=mainnet node tests/test-server.js", "test:testnet": "ZETRIX_NETWORK=testnet node tests/test-server.js", "test:sdk": "node tests/test-sdk.js", "test:sdk:mainnet": "ZETRIX_NETWORK=mainnet node tests/test-sdk.js", "test:sdk:testnet": "ZETRIX_NETWORK=testnet node tests/test-sdk.js", "test:encryption": "node tests/test-encryption.js", "test:crypto": "node tests/test-encryption.js" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "zetrix", "blockchain", "cryptocurrency", "web3", "smart-contracts", "websocket", "rpc", "sdk", "encryption", "claude", "ai" ], "author": { "name": "Dr. Ammar Abdullah", "email": "dev@zetrix.com" }, "repository": { "type": "git", "url": "git+https://github.com/Zetrix-Chain/zetrix-mcp-server.git" }, "bugs": { "url": "https://github.com/Zetrix-Chain/zetrix-mcp-server/issues" }, "homepage": "https://github.com/Zetrix-Chain/zetrix-mcp-server#readme", "mcpName": "io.github.zetrix-chain/zetrix-mcp-server", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.23.0", "@types/ws": "^8.18.1", "axios": "^1.13.2", "ws": "^8.18.3", "zetrix-encryption-nodejs": "^1.0.1", "zetrix-sdk-nodejs": "^1.0.2" }, "devDependencies": { "@types/node": "^24.10.1", "tsx": "^4.20.6", "typescript": "^5.9.3" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zetrix-Chain/zetrix-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server