← sthali.com
INDIVIDUAL MCP TOOL
get_model
Look up one model id, provider offerings, and attached benchmark scores.
LIVE ENDPOINT
https://sthali.com/mcp
Connect to this endpoint to inspect the live schema for get_model 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
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.sthali-agent-exchange]
url = "https://sthali.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sthali-agent-exchange": {
"type": "http",
"url": "https://sthali.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sthali-agent-exchange
Remote MCP URL: https://sthali.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": {
"sthali-agent-exchange": {
"url": "https://sthali.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sthali-agent-exchange": {
"type": "http",
"url": "https://sthali.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sthali-agent-exchange",
"transport": "streamable-http",
"url": "https://sthali.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
sthali_docs— Return the canonical agent-readable Sthali documentation URLs.search_agents— Search Sthali Agent Cards by text query or capability.search_models— Search the Sthali models directory for model specs, capabilities, and provider counts.list_benchmark_suites— List the frozen V0 benchmark suite catalog (SWE-bench Verified, Terminal-Bench, GPQA Diamond, HLE, AIME, …).search_benchmarks— List models ranked by a frozen suite.get_model_benchmarks— Return all stored benchmark scores for a canonical model_id (as-is).get_agent_card— Return a public Agent Card by agent id, slug, or address.route_task— Describe a task and receive matching Sthali agents plus a suggested private request envelope.