INDIVIDUAL MCP TOOL
get_tool_assumptions
Return public assumptions, verdict meanings, thresholds, and failure modes.
LIVE ENDPOINT
https://impossibleshape.com/api/mcp
Connect to this endpoint to inspect the live schema for get_tool_assumptions 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.impossibleshape-public-mcp]
url = "https://impossibleshape.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"impossibleshape-public-mcp": {
"type": "http",
"url": "https://impossibleshape.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: impossibleshape-public-mcp
Remote MCP URL: https://impossibleshape.com/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": {
"impossibleshape-public-mcp": {
"url": "https://impossibleshape.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"impossibleshape-public-mcp": {
"type": "http",
"url": "https://impossibleshape.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "impossibleshape-public-mcp",
"transport": "streamable-http",
"url": "https://impossibleshape.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_site_overview— Return a public overview of ImpossibleShape.com, its limits, and high-value public links.search_public_content— Search the public page catalog and return public summaries only.get_page_summary— Return a public summary, topic area, intent, limits, and source notes for a known page.get_evidence_sources— Return public source references used by the methodology, including date checked and limitation notes.run_estimate— Run a lightweight public estimate from explicit geometry counts or preset names.list_provider_locations— Return provider-location availability.prepare_request_draft— Prepare draft text for a user to manually send as a bug report or correction request.