Bitcoin Monetary Data MCP Server
Exposes tools for AI agents to access honest economic data, including purchasing power comparisons, M2 vs CPI divergence, Bitcoin vs dollar performance, and current monetary stats.
README
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 |
|---|---|
purchasing_power_comparison |
What is $X from year Y worth today? What SHOULD it be worth? |
m2_vs_cpi_divergence |
How much did the Fed hide from the inflation numbers? |
btc_vs_dollar |
What if you held Bitcoin instead of dollars? |
current_monetary_stats |
Current snapshot of key monetary indicators |
Install & Run
npm install
node index.js
Connect 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.