mcp-kaspa
Verified Safeby moldis
Overview
Integrate with Kaspa blockchain nodes via RPC to provide tools for querying blockchain data and network status.
Installation
docker run -i --rm --env KASPA_RPC_URL=http://host.docker.internal:16110 ghcr.io/moldis/mcp-kaspa:latestEnvironment Variables
- KASPA_RPC_URL
Security Notes
The server demonstrates good security practices by retrieving API keys from environment variables and avoiding hardcoded secrets. It utilizes a dedicated Kaspa RPC client library (kaspad-client) for network interactions, reducing the risk of custom RPC construction vulnerabilities. Input validation is performed for critical arguments like addresses and hashes, and comprehensive error handling ensures that unhandled exceptions do not crash the server or expose sensitive information directly to the client. Rate limiting is implemented for external API calls (kas.fyi) when an API key is provided.
Similar Servers
solana-mcp-server
A Solana MCP (Multi-Chain Protocol) server that acts as a proxy for Solana RPC requests, offering enhanced capabilities like caching, metrics, and local sBPF program testing and management.
mcp-bybit-server
Provides an MCP interface for interacting with the Bybit cryptocurrency exchange API to fetch market data, manage accounts, and place orders.
mcp
The MCP server provides blockchain data access across 63 networks via Pocket Network's public RPC endpoints, enabling client applications to perform natural language queries, token analytics, transaction inspection, and multi-chain comparisons.
infura-mcp-server
Enables AI assistants to query real-time blockchain data across 30+ networks via Infura's JSON-RPC API using natural language.