← galaxymind.space

INDIVIDUAL MCP TOOL

get_treasury_history

Daily mNAV history for one treasury ticker (oldest first).

galaxymind.spacenone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

galaxymind.space

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.galaxymind-space]
url = "https://galaxymind.space/api/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "galaxymind-space": {
      "type": "http",
      "url": "https://galaxymind.space/api/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: galaxymind-space
Remote MCP URL: https://galaxymind.space/api/mcp/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "galaxymind-space": {
      "url": "https://galaxymind.space/api/mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "galaxymind-space": {
      "type": "http",
      "url": "https://galaxymind.space/api/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "galaxymind-space",
  "transport": "streamable-http",
  "url": "https://galaxymind.space/api/mcp/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_buying_gauge — Current Bitcoin Buying Gauge verdict: a 0-100 score (higher = historically better entry) from 10 weighted market signals (MVRV, Mayer Multiple, Puell Multiple, funding rate, Fear & Greed, price vs 30d MA, realized vol, time patterns, MSTR mNAV), plus the best upcoming entry window.
  • get_gauge_history — Daily Buying Gauge score history (oldest first).
  • get_treasuries — Live mNAV scoreboard for the major public Bitcoin treasury companies (MSTR/Strategy, XXI/Twenty One, MPJPY/Metaplanet, ASST/Strive).
  • get_bitcoin_float — The Bitcoin float: how much BTC is realistically left to buy.
  • get_halving_countdown — Live countdown to the next Bitcoin halving: blocks remaining, estimated days and month, and the block-subsidy change.
  • search_vendors — Search the human-verified directory of merchants that accept native Bitcoin (on-chain + Lightning) for real goods.
  • get_glossary_term — Look up a Bitcoin/treasury metric definition from the Galaxy Mind glossary (mNAV, MVRV, Puell Multiple, in-play supply, accretion, …).