Skip to main content
Glama
package.json837 B
{ "name": "@missionsquad/mcp-thorchain", "version": "1.0.0", "description": "MCP server for accessing THORChain blockchain data", "type": "module", "main": "dist/index.js", "bin": { "mcp-thorchain": "dist/index.js" }, "scripts": { "build": "tsc", "watch": "tsc --watch", "prepare": "npm run build" }, "keywords": [ "mcp", "thorchain", "blockchain", "model-context-protocol" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/MissionSquad/mcp-thorchain.git" }, "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "1.22.0", "zod": "3.23.8" }, "devDependencies": { "@types/node": "24.10.1", "typescript": "5.9.3" }, "engines": { "node": ">=20.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/MissionSquad/mcp-thorchain'

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