Skip to main content
Glama

MantraChain MCP Server

package.json1.98 kB
{ "name": "mantrachain-mcp", "version": "1.0.7", "description": "Model Context Protocol server for MantraChain (Cosmos SDK) with EVM support", "main": "build/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node build/index.js", "start-http": "node build/index.js --http", "dev": "node --loader ts-node/esm src/index.ts", "dev-http": "node --loader ts-node/esm src/index.ts --http", "debug": "npx @modelcontextprotocol/inspector -e MNEMONIC=\"YOUR_MNEMONIC\" -- node build/index.js", "prepublishOnly": "npm run build", "test": "jest" }, "bin": { "mantrachain-mcp": "./build/index.js" }, "files": [ "build", "README.md", "LICENSE", ".env.example" ], "dependencies": { "@allthatjazzleo/cosmwasm-stargate": "0.33.2", "@allthatjazzleo/proto-signing": "0.33.2", "@allthatjazzleo/stargate": "0.33.2", "@cosmjs/crypto": "0.33.1", "@cosmjs/encoding": "0.33.1", "@cosmjs/tendermint-rpc": "0.33.1", "@modelcontextprotocol/sdk": "^1.10.1", "cors": "^2.8.5", "cosmjs-types": "0.9.0", "dotenv": "^16.4.7", "express": "5.1.0", "viem": "^2.30.5", "zod": "^3.24.2" }, "devDependencies": { "@modelcontextprotocol/inspector": "0.7.0", "@types/cors": "^2.8.19", "@types/express": "^5.0.1", "@types/jest": "^29.5.0", "@types/node": "^22.13.10", "jest": "^29.7.0", "ts-jest": "^29.3.0", "ts-node": "^10.9.1", "typescript": "^5.8.2" }, "keywords": [ "MANTRA", "mantrachain", "cosmos-sdk", "model-context-protocol", "mcp" ], "author": "allthatjazzleo", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/allthatjazzleo/mantrachain-mcp.git" }, "bugs": { "url": "https://github.com/allthatjazzleo/mantrachain-mcp/issues" }, "homepage": "https://github.com/allthatjazzleo/mantrachain-mcp#readme", "engines": { "node": ">=16.0.0" } }

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/allthatjazzleo/mantrachain-mcp'

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