INDIVIDUAL MCP TOOL
select_model
Given a need -- minimum context window, required capabilities, a price ceiling -- return the models that satisfy it, cheapest input price first, with the corroboration behind each record so you can judge how well-sourced it is.
LIVE ENDPOINT
https://api.daystruct.ai/mcp
Connect to this endpoint to inspect the live schema for select_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.daystruct]
url = "https://api.daystruct.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"daystruct": {
"type": "http",
"url": "https://api.daystruct.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: daystruct
Remote MCP URL: https://api.daystruct.ai/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": {
"daystruct": {
"url": "https://api.daystruct.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"daystruct": {
"type": "http",
"url": "https://api.daystruct.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "daystruct",
"transport": "streamable-http",
"url": "https://api.daystruct.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
daystruct_status— Read the public Daystruct manifest and current capabilities.search_entities— Search normalized entities by databank, type, provider, or capability.get_entity_evidence— Read canonical facts, aliases, history, and provenance for an entity.get_context_contract— Read a databank's identity, temporal, dimension, and context-packet contract.answer_software_questions— Resolve up to four package/API questions and an optional runtime compatibility check.check_security_exposure— Given a package and the version you are running, return the known vulnerabilities that affect it, worst first, each with the version that fixes it.lookup_vulnerability— Given a vulnerability identifier such as a CVE, return what is held about it: the affected package and version range, the version that fixes it, severity, and whether it is recorded as known-exploited.check_release_support— Given a product and version, return whether that release line is supported, in security-fix-only maintenance, or past end of life, with the dates behind the answer and the cycles you could upgrade into.