← impossibleshape.com

INDIVIDUAL MCP TOOL

prepare_request_draft

Prepare draft text for a user to manually send as a bug report or correction request.

impossibleshape.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://impossibleshape.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for prepare_request_draft and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.

Parent server

impossibleshape.com

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.
  • get_tool_assumptions — Return public assumptions, verdict meanings, thresholds, and failure modes.
  • run_estimate — Run a lightweight public estimate from explicit geometry counts or preset names.
  • list_provider_locations — Return provider-location availability.