Skip to main content
Glama

Bitcoin MCP Server

package.json1.24 kB
{ "name": "@jamesanz/bitcoin-mcp", "version": "1.0.2", "type": "module", "bin": { "bitcoin-mcp": "./build/index.js" }, "scripts": { "build": "tsc && chmod 755 build/index.js", "start": "node build/index.js", "setup": "node setup.js", "postinstall": "node scripts/postinstall.js" }, "files": [ "build", "scripts", "README.md", "LICENSE.md", "setup.js" ], "main": "build/index.js", "keywords": [ "bitcoin", "mcp", "model-context-protocol", "blockchain", "mempool", "bitcoin-api" ], "author": "James Sangalli", "license": "MIT", "description": "A Model Context Protocol (MCP) server that provides real-time Bitcoin blockchain data by querying the mempool.space API", "repository": { "type": "git", "url": "https://github.com/JamesANZ/bitcoin-mcp.git" }, "homepage": "https://github.com/JamesANZ/bitcoin-mcp#readme", "bugs": { "url": "https://github.com/JamesANZ/bitcoin-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.15.0", "superagent": "^10.2.2", "zod": "^3.25.75" }, "devDependencies": { "@types/node": "^24.0.10", "@types/superagent": "^8.1.9", "typescript": "^5.8.3" } }

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/JamesANZ/bitcoin-mcp'

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