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.
ENDPOINT 1
https://mcp.minonexus.com/mcp
MCP server metadata
- Name
- minonexus
- Version
- 0.8.0
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_addressFind 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-onlyminonexus_lookup_parcelLook up the land parcel (Flurstück), digitised development plans (Bebauungsplan) and the nearest access street at a coordinate in Germany.
Inferred read-onlyminosketch_create_projectCreate a MinoSketch project for a building site in Germany in the signed-in user's Minonexus account.
Potential side effectsminosketch_describe_building_plotThe 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-onlyminosketch_adjust_building_plotChange the building plot (Baufeld) of a MinoSketch project and save it.
Inferred read-onlyminosketch_compile_room_programTurn the user's room wishes into a MinoSketch room program and save it as a design in their project.
Inferred read-onlyminosketch_get_design_statusHow a design run is doing: status, progress, current step and queue position.
Inferred read-onlyminosketch_get_design_artifactsThe files of a finished design: the IFC building model.
Inferred read-onlyminosite_describe_siteShows 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-onlyminosite_preview_ifc_exportWhat 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-onlyminosite_export_ifcWrite 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 effectsminocheck_get_surroundingsWhat 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-onlyminonexus_get_account_statusWhat 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-onlyminocheck_analyze_siteThe 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-onlyminodrain_get_design_rainfallKOSTRA-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-onlyminonexus_list_appointment_slotsFree half-hour slots for a video consultation with a Minonexus architect, as an interactive view the user books from.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.