← demandsphere.com
INDIVIDUAL MCP TOOL
get_ai_model_by_id
Get a single AI model by its ID from the DemandSphere Radar tracker.
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
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-com]
url = "https://www.demandsphere.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"demandsphere-com": {
"type": "http",
"url": "https://www.demandsphere.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: demandsphere-com
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-com": {
"url": "https://www.demandsphere.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"demandsphere-com": {
"type": "http",
"url": "https://www.demandsphere.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "demandsphere-com",
"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/.search_ai_models— Full-text search across AI models from the DemandSphere Radar tracker at demandsphere.com/research/demandsphere-radar/ai-frontier-model-tracker/.calculate_model_cost— Calculate the token cost of running a specific AI model.get_providers— List all AI model providers tracked by the DemandSphere Radar tracker at demandsphere.com/research/demandsphere-radar/ai-frontier-model-tracker/, with 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.