← Registry

Design

minonexus.com

MCP server that geocodes German addresses, looks up land parcels and development plans, and creates or adjusts MinoSketch building-plot designs for construction sites.

1 endpoint19 known toolsFirst detected September 21, 2026Last detected September 21, 2026

ENDPOINT 1

https://mcp.minonexus.com/mcp

No auth detected

MCP server metadata

Name
minonexus
Version
0.8.0
Capabilities
experimentalpromptsresourcestools
Server instructions

Minonexus provides building-site and planning data and design tools for residential buildings, for Germany only: a place abroad is not covered, and a street of the same name here is not the same place. Every call needs a Minonexus account; the first starts the sign-in. The data licences require showing the notes from `licences` with the data. Some tools spend credits, others one of a few uses per week; each names its cost. Charged calls are the user's decision: a result they asked for, at a known cost. Free first: minonexus_geocode_address resolves an address; only candidates with precision 'house' are a plot. Three free tools answer different questions about one — minosite_describe_site shows the ground, how it slopes and what stands there as a 3D view; minonexus_lookup_parcel gives the parcel record, the development plan and the access street at one coordinate, as facts without a picture; minocheck_get_surroundings says what fits in around it (§ 34 BauGB). What an action costs and whether this account may use a product: minonexus_get_account_status, free. The charged ones each answer one question the free ones cannot: minocheck_analyze_site the building at one address, minodrain_get_design_rainfall the KOSTRA rainfall there, minosite_export_ifc the plot as an IFC file. MinoSketch designs a house in four steps: a project, the building plot agreed in words — the user sees no map —, the room program, the design. Generating a design costs much more and takes minutes; the start returns at once, the run continues in the background, and an account has one run at a time.

Known tools 19

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.

Inferred read-only
minonexus_lookup_parcel

Look up the land parcel (Flurstück), digitised development plans (Bebauungsplan) and the nearest access street at a coordinate in Germany.

Inferred read-only
minosketch_create_project

Create a MinoSketch project for a building site in Germany in the signed-in user's Minonexus account.

Potential side effects
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.

Inferred read-only
minosketch_adjust_building_plot

Change the building plot (Baufeld) of a MinoSketch project and save it.

Inferred read-only
minosketch_compile_room_program

Turn the user's room wishes into a MinoSketch room program and save it as a design in their project.

Inferred read-only
minosketch_start_design

Generate the building design for a saved room program.

Inferred read-only
minosketch_get_design_status

How a design run is doing: status, progress, current step and queue position.

Inferred read-only
minosketch_get_design_artifacts

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

Inferred read-only
minosketch_cancel_design

Cancel a design run that is queued or still working.

Inferred read-only
minosite_describe_site

Shows a plot in Germany as it is today, as an interactive 3D view: the ground, how it slopes, what already stands on it.

Inferred read-only
minosite_preview_ifc_export

What an IFC export of this plot would contain — existing buildings, LoD2 surfaces, terrain triangles, the coordinate system and the licence notes — without writing the file and without using up a weekly export.

Inferred read-only
minosite_export_ifc

Write the existing situation of a plot as an IFC file: terrain from DGM1, existing buildings from LoD2, the boundary as an annotation, georeferenced.

Potential side effects
minocheck_get_surroundings

What fits in around a plot: roof shapes, building heights, eaves heights, estimated storeys and footprint sizes of the buildings within a radius, plus the census figures of the neighbourhood.

Inferred read-only
minonexus_get_account_status

What this Minonexus account may use and what it can afford: the current credit balance, whether the account is unlimited, and for every product whether it is granted, has no subscription or is switched off — with the cost and any per-period limit of each action.

Inferred read-only
minocheck_analyze_site

The building at this address in detail — function, roof shape, measured and ridge height, derived eaves height and estimated storeys, footprint — together with the parcel below it and the development plan above it.

Inferred read-only
minodrain_get_design_rainfall

KOSTRA-DWD-2020 design rainfall at an address: for every duration and return period the rainfall depth hN in mm, the intensity rN in l/(s·ha) and the statistical uncertainty.

Inferred read-only
minonexus_list_appointment_slots

Free half-hour slots for a video consultation with a Minonexus architect, as an interactive view the user books from.

Inferred read-only
minonexus_book_appointment

Requests one of the free slots.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.