← cryptoboss.space

INDIVIDUAL MCP TOOL

get_portfolio_value

Calculate total portfolio value in USD from holdings JSON.

cryptoboss.spacenone authenticationAvailability not checked

LIVE ENDPOINT

https://cryptoboss.space/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_portfolio_value and invoke it with your own arguments.

Indexed 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 server

cryptoboss.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.cryptodata-api]
url = "https://cryptoboss.space/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: cryptodata-api
Remote MCP URL: https://cryptoboss.space/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": {
    "cryptodata-api": {
      "url": "https://cryptoboss.space/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • register — Get a free API key (no calls included).
  • check_usage — Check your API key balance and usage.
  • get_price — Real-time crypto prices for 15,000+ coins (api_key required).
  • get_trending — Trending coins on CoinGecko (api_key required).
  • get_top — Top coins by market cap (api_key required).
  • get_top_gainers — Top 24h gainers (api_key required).
  • get_top_losers — Top 24h losers (api_key required).
  • get_global — Global market stats: total cap, volume, BTC dominance (api_key required).