Bitcoin Monetary Data MCP Server
Provides tools for comparing Bitcoin vs dollar, analyzing purchasing power, and viewing monetary stats using Bitcoin historical data.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bitcoin Monetary Data MCP ServerShow me the current monetary stats"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bitcoin Monetary Data MCP Server
An MCP server that gives AI agents access to honest economic data. No spin. No cope. Just the numbers.
What it does
Exposes 4 tools any AI agent can call:
Tool | What it answers |
| What is $X from year Y worth today? What SHOULD it be worth? |
| How much did the Fed hide from the inflation numbers? |
| What if you held Bitcoin instead of dollars? |
| Current snapshot of key monetary indicators |
Related MCP server: CryptoDataAPI MCP Server
Install & Run
npm install
node index.jsConnect to Claude Desktop
Add this to your Claude Desktop config file:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"bitcoin-monetary-data": {
"command": "node",
"args": ["/root/.openclaw/workspace/projects/bitcoin-mcp-server/index.js"]
}
}
}Then restart Claude Desktop. You'll see the tools available in the tool menu.
Data Sources
CPI: U.S. Bureau of Labor Statistics (CPI-U, all items, annual averages)
M2: Federal Reserve H.6 Money Stock Measures
Bitcoin: CoinGecko historical prices (annual close)
Data is currently embedded (no API calls needed). Future versions will pull live data from FRED and CoinGecko APIs.
Next Steps
Wire in live FRED API for real-time M2 data
Wire in live CoinGecko API for BTC price
Add to MCP registry (mcp.so + registry.modelcontextprotocol.io)
Add L402 Lightning payment gating for per-call monetization
This server cannot be deployed
Maintenance
Related MCP Connectors
Crypto yield data for AI agents: lending, savings, staking, borrowing & stablecoin rates. 18 tools.
Financial data for AI agents: crypto data, Polymarket odds, weather/oil calibration, trust scoring.
Loan & mortgage calculator, compound interest, ROI, crypto prices, FX conversion for AI agents.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Related MCP Servers
- AlicenseAqualityFmaintenanceProvides tools for AI agents to access Bitcoin, Lightning Network, and Nostr knowledge, including real-time network statistics and Web of Trust reputation data. It features an integrated Lightning Network payment system for micro-transactions and query-based interactions.125 npm2MIT
- AlicenseAqualityDmaintenanceConnects AI agents to real-time crypto market data, covering market health scores, derivatives, ETF flows, and BTC cycle indicators. It provides 13 specialized tools for structured market analysis, sentiment tracking, and monitoring macro-economic indicators.136 npm1MIT
- AlicenseAqualityDmaintenanceEnables AI agents to access SEC EDGAR filings, US Treasury rates, BLS labor statistics, and economic indicators without API keys.621 npmMIT
- AlicenseAqualityAmaintenanceProvides live financial data for any LLM agent, including stock quotes, crypto prices, SEC filings, XBRL financials, FX rates, and macro indicators, through ten MCP tools.1182 npm1MIT