Back to Home
moldis icon

mcp-kaspa

Verified Safe

by moldis

Overview

Integrate with Kaspa blockchain nodes via RPC to provide tools for querying blockchain data and network status.

Installation

Run Command
docker run -i --rm --env KASPA_RPC_URL=http://host.docker.internal:16110 ghcr.io/moldis/mcp-kaspa:latest

Environment 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

Stats

Interest Score26
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars2
Forks0
Last Update2026-01-06

Tags

KaspaBlockchainRPCMCP ServerCrypto