← demandsphere.com

INDIVIDUAL MCP TOOL

calculate_model_cost

Calculate the token cost of running a specific AI model.

demandsphere.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.demandsphere.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name, description or schema mentions credentials.

Parent server

demandsphere.com

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.demandsphere-radar]
url = "https://www.demandsphere.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "demandsphere-radar": {
      "type": "http",
      "url": "https://www.demandsphere.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: demandsphere-radar
Remote MCP URL: https://www.demandsphere.com/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": {
    "demandsphere-radar": {
      "url": "https://www.demandsphere.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "demandsphere-radar": {
      "type": "http",
      "url": "https://www.demandsphere.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "demandsphere-radar",
  "transport": "streamable-http",
  "url": "https://www.demandsphere.com/mcp"
}
MCP Inspector

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

Related tools

  • get_ai_models — Use structured filters to list frontier AI models from the DemandSphere Radar tracker at demandsphere.com/research/demandsphere-radar/ai-frontier-model-tracker/.
  • get_ai_model_by_id — Get a single AI model by its ID from the DemandSphere Radar tracker.
  • search_ai_models — Full-text search across AI models from the DemandSphere Radar tracker at demandsphere.com/research/demandsphere-radar/ai-frontier-model-tracker/.
  • get_providers — List all AI model providers/labs tracked by the DemandSphere Radar tracker at demandsphere.com/research/demandsphere-radar/ai-frontier-model-tracker/, with the country each lab is based in, model counts, and provider metadata.
  • get_algorithm_updates — Use structured filters to list Google algorithm and AI search updates from the DemandSphere Radar tracker at demandsphere.com/research/demandsphere-radar/algorithm-update-tracker/.
  • search_algorithm_updates — Full-text search across Google algorithm and AI search updates from the DemandSphere Radar tracker at demandsphere.com/research/demandsphere-radar/algorithm-update-tracker/.
  • get_server_info — Get DemandSphere Radar MCP server metadata including version, data freshness timestamps, model count, update count, and provider count.