INDIVIDUAL MCP TOOL
get_news
One news item with its Markdown body and every corroborating source — each carrying the primary URL, the verbatim quote, and the capture date.
LIVE ENDPOINT
https://modeldex.dev/api/mcp
Connect to this endpoint to inspect the live schema for get_news and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.modeldex]
url = "https://modeldex.dev/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"modeldex": {
"type": "http",
"url": "https://modeldex.dev/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: modeldex
Remote MCP URL: https://modeldex.dev/api/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": {
"modeldex": {
"url": "https://modeldex.dev/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"modeldex": {
"type": "http",
"url": "https://modeldex.dev/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "modeldex",
"transport": "streamable-http",
"url": "https://modeldex.dev/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_models— Search/filter frontier AI models by name, provider, status, or flagship.get_model— Full specification for one AI model.get_facts— Source-backed specification facts for one model, optionally filtered by attribute category or verification status, or grouped by category.list_providers— The tracked AI providers with official links and model counts.get_provider— A provider's profile, official links, its models, and recent news.compare_models— Compare 2–6 models across comparable attributes.list_benchmarks— Benchmark results across models, filterable by benchmark name, provider, or model.get_benchmarks_for_model— All benchmark scores for one model, each with its source.