mcp-thorchain
Verified Safeby MissionSquad
Overview
Provides an MCP server to access THORChain blockchain data for AI assistants, including transaction details, address history, pool statistics, network stats, and vault addresses.
Installation
npx @modelcontextprotocol/inspector node dist/index.jsSecurity Notes
Input validation is rigorously enforced using Zod schemas. The server makes API calls to public THORChain endpoints (Midgard, Thornode) and includes provider rotation for redundancy. No hardcoded sensitive secrets or 'eval' usage were found in the provided source code. Direct calls to external APIs inherently carry a minor risk from those APIs, but the project itself appears well-secured.
Similar Servers
mcp-server
A Model Context Protocol (MCP) server that provides real-time Indian options market data and volatility analytics from GetOutpost.in for integration with AI chat models like Claude.
ai-trading-mcp-server
AI-powered cryptocurrency trading assistant for real-time market analysis, signal generation, and trade execution.
aave-liquidation-mcp
Analyzes Aave V3 liquidation opportunities on Ethereum mainnet, providing data and insights to AI assistants.
eth-trading-mcp-server
Enables AI agents to query Ethereum balances, token prices, and simulate token swaps via the Model Context Protocol (MCP).