
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@team23gm/bitcoin-mcp-server
Advanced tools
MCP server exposing honest monetary data to AI agents — purchasing power, M2 vs CPI divergence, Bitcoin vs dollar comparisons. No spin.
An MCP server that gives AI agents access to honest economic data. No spin. No cope. Just the numbers.
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 |
npx bitcoin-mcp-server
Or install globally:
npm install -g bitcoin-mcp-server
bitcoin-mcp-server
Server runs on port 8082 by default. Set PORT env var to change it.
Add this to your Claude Desktop config:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"bitcoin-monetary-data": {
"command": "npx",
"args": ["bitcoin-mcp-server"]
}
}
}
Then restart Claude Desktop. The tools will appear in the tool menu.
For remote/hosted connections, point your MCP client at:
http://<host>:8082/sse
Once connected, ask your AI agent:
Data is embedded (no external API calls at runtime). Future versions will pull live data from FRED and CoinGecko.
MIT
FAQs
MCP server exposing honest monetary data to AI agents — purchasing power, M2 vs CPI divergence, Bitcoin vs dollar comparisons. No spin.
We found that @team23gm/bitcoin-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.