Back to Home
beamuu icon

kubscan-mcp

by beamuu

Overview

The MCP server acts as an intermediary, exposing a suite of tools to interact with the Kubscan blockchain explorer API, enabling agents to query blockchain data such as addresses, blocks, transactions, and statistics.

Installation

Run Command
bun run dev

Security Notes

The KubscanClient explicitly disables TLS certificate verification (`tls: { rejectUnauthorized: false }`) when making `fetch` requests to `kubscan.com/api/v2`. This is a critical security vulnerability that exposes the application to man-in-the-middle attacks, allowing attackers to intercept or alter communication between the server and the Kubscan API. This should never be used in a production environment. Additionally, error logging includes stack traces, which could expose internal paths and details if not properly managed.

Similar Servers

Stats

Interest Score0
Security Score2
Cost ClassHigh
Avg Tokens3000
Stars0
Forks0
Last Update2025-11-24

Tags

BunElysiaJSTypeScriptModel Context ProtocolBlockchain ExplorerAPI Wrapper