{ "name": "a0nexus-bitcoin-mcp", "version": "0.1.4", "mcpName": "io.github.A0Nexus-bit/a0nexus-bitcoin-mcp", "type": "module", "description": "Predictive data as MCP tools for Claude and other AI apps: live Bitcoin + Ethereum on-chain data, best-time-to-transact timing, AI price forecasts, and Texas (ERCOT) electricity price forecasting — pay-per-call via x402 (USDC on Base), no account.", "bin": { "a0nexus-bitcoin-mcp": "dist/index.js" }, "files": [ "dist", "README.md" ], "scripts": { "bundle": "esbuild src/index.ts --bundle --minify --platform=node --format=esm --target=node18 --outfile=dist/index.js --banner:js=\"#!/usr/bin/env node\" --external:@modelcontextprotocol/sdk --external:@modelcontextprotocol/sdk/* --external:@x402/core --external:@x402/core/* --external:@x402/evm --external:@x402/evm/* --external:@x402/fetch --external:@x402/fetch/* --external:viem --external:viem/*", "build": "npm run bundle", "prepublishOnly": "npm run build", "typecheck": "tsc --noEmit -p tsconfig.json", "start": "node dist/index.js", "test": "node test/handshake.mjs" }, "keywords": [ "mcp", "model-context-protocol", "bitcoin", "x402", "claude", "forecasting", "fees", "mempool", "crypto" ], "homepage": "https://a0nexus.com", "repository": { "type": "git", "url": "git+https://github.com/A0Nexus-bit/a0nexus-bitcoin-mcp.git" }, "license": "MIT", "engines": { "node": ">=18" }, "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "1.29.0", "@x402/core": "2.18.0", "@x402/evm": "2.18.0", "@x402/fetch": "2.18.0", "viem": "2.55.1" }, "devDependencies": { "@types/node": "^26.1.1", "esbuild": "^0.28.1", "typescript": "^5.5.0" } }