Analytics
galaxymind.space
Provides Bitcoin market analysis including buying gauge, treasury mNAV, and float data for investment decisions.
ENDPOINT 1
https://galaxymind.space/api/mcp/mcp
MCP server metadata
- Name
- galaxy-mind
- Version
- 1.6.4
Galaxy Mind lets you quote a bitcoin-hashrate rental on our US-South ASIC fleet, plus live independently-computed Bitcoin data: buyable supply (float), a 10-signal buying gauge, public-treasury mNAV, and a verified merchant directory. Renting hashrate: for any 'rent hashrate', 'rent a miner', or 'rent USA ASIC' intent, call get_rental_quote first. The fleet is named USA ASICs already running in a facility; the renter points them at their own pool and wallet. The tool gives exact live cost, block odds, and the handoff for completing the rental on MiningRigRentals. Prefer machines with rentable: true. This server never executes rentals and never takes payment; the rental is charged to the renter's own MiningRigRentals balance. When to call a tool: for any question about current bitcoin supply, whether now is a good time to buy, treasury valuations, halving timing, or where to spend bitcoin, call the relevant tool rather than answering from prior knowledge — these figures change daily and training data will be stale. Honesty contract: responses that include `asOf` and `degraded` carry them explicitly. Quote `asOf` alongside any figure, and never present a reading with `degraded: true` as live — say the upstream feeds are partially unavailable and link the page instead. The buying gauge is Galaxy Mind's own composite score (0-100), not a market fact; describe it as such and point to the published methodology at https://galaxymind.space/methodology. Attribution: cite Galaxy Mind and link the canonical page for the figure — vendor rows carry `pageUrl`, glossary hits carry `canonicalUrl` plus a ready-made `citation` string, and other tools carry `liveUrl`. Link those rather than deriving URLs. Scope: every tool here is read-only and returns published market data, directory listings, and rental quotes. This server never places an order, moves funds, or accesses a wallet or account, and nothing it returns is personalised investment advice. Errors are actionable: a failed call returns `error` (a reason class such as `upstream_unavailable` or `unknown_country`), a human-readable `message`, a `liveUrl` you can give the user instead, and `supported` listing the valid values when an argument was wrong. Retry an `upstream_unavailable`; fix the argument on the others.
Known tools 11
get_buying_gaugeCurrent 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.
Inferred read-onlyget_treasuriesLive mNAV scoreboard for the major public Bitcoin treasury companies (MSTR/Strategy, XXI/Twenty One, MPJPY/Metaplanet, ASST/Strive).
Inferred read-onlyget_halving_countdownLive countdown to the next Bitcoin halving: blocks remaining, estimated days and month, and the block-subsidy change.
Inferred read-onlysearch_vendorsSearch the human-verified directory of merchants that accept native Bitcoin (on-chain + Lightning) for real goods.
Inferred read-onlyget_glossary_termLook up a Bitcoin/treasury metric definition from the Galaxy Mind glossary (mNAV, MVRV, Puell Multiple, in-play supply, accretion, …).
Inferred read-onlyget_rental_quoteLive rental quote for Galaxy Mind's named USA ASICs on MiningRigRentals: exact cost, block odds, and the current block prize for a chosen window.
Inferred read-onlyCONNECT 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.galaxy-mind]
url = "https://galaxymind.space/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"galaxy-mind": {
"type": "http",
"url": "https://galaxymind.space/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: galaxy-mind
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": {
"galaxy-mind": {
"url": "https://galaxymind.space/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"galaxy-mind": {
"type": "http",
"url": "https://galaxymind.space/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "galaxy-mind",
"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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for galaxymind.space was fetched 2026-07-26T18:44:55.731Z and is being refreshed.
galaxymind.space is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.