Skip to main content
Glama
Team23gm

Bitcoin Monetary Data MCP Server

by Team23gm

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

Related MCP server: CryptoDataAPI MCP Server

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

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    F
    maintenance
    Provides 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.
    12
    374
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Connects 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.
    13
    13
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Live market data for AI agents. 8 tools: real-time crypto prices, OHLCV candles, order books, market cap rankings, trending coins, technical analysis (RSI/SMA/z-score), asset comparison, and Fear & Greed index. Zero API keys, zero dependencies.
    8
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to access SEC EDGAR filings, US Treasury rates, BLS labor statistics, and economic indicators without API keys.
    6
    12
    MIT

View all related MCP servers

Related MCP Connectors

  • Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.

  • Give your agent web search and authoritative datasets: S&P Global, FRED, OECD, SimilarWeb & more.

  • 45 AI data tools for agents — crypto, DeFi risk, audits, equities, energy, and more.

View all MCP Connectors

Latest Blog Posts

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/Team23gm/Bitcoin-monetary-data-mcp'

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