Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Bitcoin Monetary Data Server

БесплатноНе проверен

Exposes tools for AI agents to access honest economic data, including purchasing power comparisons, M2 vs CPI divergence, Bitcoin vs dollar performance, and cur

GitHubEmbed

Описание

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

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

from github.com/Team23gm/Bitcoin-monetary-data-mcp

Установка Bitcoin Monetary Data Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Team23gm/Bitcoin-monetary-data-mcp

FAQ

Bitcoin Monetary Data Server MCP бесплатный?

Да, Bitcoin Monetary Data Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Bitcoin Monetary Data Server?

Нет, Bitcoin Monetary Data Server работает без API-ключей и переменных окружения.

Bitcoin Monetary Data Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Bitcoin Monetary Data Server в Claude Desktop, Claude Code или Cursor?

Открой Bitcoin Monetary Data Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Bitcoin Monetary Data Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai