← minonexus.com

INDIVIDUAL MCP TOOL

minosketch_get_design_artifacts

The files of a finished design: the IFC building model.

minonexus.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.minonexus.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for minosketch_get_design_artifacts 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

minonexus.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.minonexus]
url = "https://mcp.minonexus.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "minonexus": {
      "type": "http",
      "url": "https://mcp.minonexus.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: minonexus
Remote MCP URL: https://mcp.minonexus.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": {
    "minonexus": {
      "url": "https://mcp.minonexus.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "minonexus": {
      "type": "http",
      "url": "https://mcp.minonexus.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "minonexus",
  "transport": "streamable-http",
  "url": "https://mcp.minonexus.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • minonexus_geocode_address — Find an address or a place in Germany and return candidate coordinates with their precision — the step from an address to the coordinate that minonexus_lookup_parcel takes.
  • minonexus_lookup_parcel — Look up the land parcel (Flurstück), digitised development plans (Bebauungsplan) and the nearest access street at a coordinate in Germany.
  • minosketch_create_project — Create a MinoSketch project for a building site in Germany in the signed-in user's Minonexus account.
  • minosketch_describe_building_plot — The building plot (Baufeld) of a MinoSketch project in figures: its sides along the street and into the parcel, area, the street it faces, the distances to the parcel boundary in front, behind, left and right, its share of the parcel, existing buildings and development plan limits for information.
  • minosketch_adjust_building_plot — Change the building plot (Baufeld) of a MinoSketch project and save it.
  • minosketch_compile_room_program — Turn the user's room wishes into a MinoSketch room program and save it as a design in their project.
  • minosketch_start_design — Generate the building design for a saved room program.
  • minosketch_get_design_status — How a design run is doing: status, progress, current step and queue position.