Skip to main content
Glama

Mempool MCP Server

get-mining-pool

Retrieve detailed information for a specific Bitcoin mining pool by providing its poolId. This tool is part of the Mempool MCP Server, enabling access to real-time blockchain and mempool data.

Instructions

Returns info for a specific mining pool

Input Schema

NameRequiredDescriptionDefault
poolIdYesThe poolId to get info for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "poolId": { "description": "The poolId to get info for", "type": "string" } }, "required": [ "poolId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexandresanlim/mempool-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server