braiins-insights-mcp-server
Verified Safeby Ryno-Crypto-Mining-Services
Overview
A Model Context Protocol (MCP) server exposing Braiins Insights Dashboard API for Bitcoin network analytics, mining statistics, and profitability metrics to AI coding assistants.
Installation
npx -y @ryno-crypto/braiins-insights-mcp-serverSecurity Notes
The server is explicitly designed to interact with a public API (Braiins Insights Dashboard API) that requires no authentication, eliminating API key leakage risks for the Insights API. Client-side rate limiting and Zod-based input validation are implemented to prevent abuse and ensure data integrity. No hardcoded secrets are present in the server's runtime code. GitHub secrets mentioned (NPM_TOKEN, CODECOV_TOKEN, SNYK_TOKEN) are for CI/CD pipeline operations, not for the server's runtime.
Similar Servers
evm-mcp-server
Enables AI agents to interact with 60+ EVM-compatible blockchains, perform transactions, query data, and interact with smart contracts via a unified Model Context Protocol (MCP) interface.
kukapay-mcp-servers
Aggregates real-time cryptocurrency and blockchain data for AI agents and developers, spanning DeFi, trading, market analytics, and Web3 services.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
photons
A comprehensive demonstration MCP server showcasing various functionalities of the Photon runtime, including basic data handling, streaming responses, progress reporting, in-memory state management, and interactive UI elements. It serves as a reference for developers building new photons.