# Extrabold Tools Gridfinity (remote · mcp.extrabold.tools)

Find drawer presets and create printer-aware Gridfinity baseplate configurations.

- Trust score: 60/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-08

## Components

- remote · `mcp.extrabold.tools`: 60/100 (this document), [markdown](https://verifymcp.io/servers/tools-extrabold-gridfinity/mcp.md), [page](https://verifymcp.io/servers/tools-extrabold-gridfinity/mcp)

## Channel facts

- Endpoint: `https://mcp.extrabold.tools/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-08.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 56/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 1475 tokens (~295/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 73/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 18% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http tools-extrabold-gridfinity https://mcp.extrabold.tools/mcp
```

### Codex

```toml
[mcp_servers.tools-extrabold-gridfinity]
url = "https://mcp.extrabold.tools/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tools-extrabold-gridfinity": {
      "type": "remote",
      "url": "https://mcp.extrabold.tools/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add tools-extrabold-gridfinity --url https://mcp.extrabold.tools/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  tools-extrabold-gridfinity:
    url: "https://mcp.extrabold.tools/mcp"
```

### Other

```json
{
  "mcpServers": {
    "tools-extrabold-gridfinity": {
      "type": "http",
      "url": "https://mcp.extrabold.tools/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-07 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-06 (score 59, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-05 (score 59)

First indexed and scored.

## MCP tools (5)

### `find_gridfinity_drawer_presets` (~84 tokens)

Find Gridfinity Drawer Presets

Find usable Extrabold Tools drawer presets and exact Eurobox or KLT models by product name, brand, product line, dimensions, or article number.

Input parameters:

- `limit` (integer)
- `query` (string, required): Drawer, exact Eurobox, or exact KLT name; brand; product line; article number; dimensions; or other search text.

### `generate_gridfinity_drawer_baseplate` (~324 tokens)

Generate Gridfinity Drawer Baseplate

Generate a Gridfinity baseplate sized to a known drawer preset. Supply measured drawer dimensions when available and the printer build volume; the tool automatically enables build-plate splitting when the baseplate does not fit.

Input parameters:

- `baseplateType` (string)
- `borderRadius` (number)
- `drawerPresetId` (string, required): Exact preset id returned by find_gridfinity_drawer_presets.
- `gridUnitDepth` (number)
- `gridUnitWidth` (number)
- `linkOrigin` (string)
- `magnetDiameter` (number)
- `magnetDirection` (string)
- `magnetHeight` (number)
- `magnetHoleStyle` (string)
- `marginType` (string)
- `measuredDimensions` (object): Measured drawer interior dimensions in millimeters. These override the approximate preset dimensions.
- `partsConnector` (string)
- `plateMarginMm` (number)
- `printerBuildVolume` (object, required): The printer build volume used to decide whether this drawer-sized baseplate must be split.
- `removeHolesOnSplitLines` (boolean)
- `screwHeadSize` (number)
- `screwHoleSize` (number)
- `splitStrategy` (string)
- `splitToBuildplates` (boolean): Override the automatic printer-fit split decision.
- `toggleMagnetReleaseHole` (boolean)
- `toggleMagnets` (boolean)
- `toggleScrewHoles` (boolean)
- `tolerance` (string)
- `version` (string)

### `get_gridfinity_grid_questions` (~241 tokens)

Get Gridfinity Grid Questions

Return the next Gridfinity baseplate configuration questions to ask, using Extrabold Tools setting descriptions and dependencies.

Input parameters:

- `baseplateType` (string)
- `borderRadius` (number)
- `columns` (integer)
- `gridUnitDepth` (number)
- `gridUnitWidth` (number)
- `linkOrigin` (string)
- `magnetDiameter` (number)
- `magnetDirection` (string)
- `magnetHeight` (number)
- `magnetHoleStyle` (string)
- `marginType` (string)
- `partsConnector` (string)
- `plateMarginMm` (number)
- `removeHolesOnSplitLines` (boolean)
- `rows` (integer)
- `screwHeadSize` (number)
- `screwHoleSize` (number)
- `splitStrategy` (string)
- `splitToBuildplates` (boolean)
- `toggleMagnetReleaseHole` (boolean)
- `toggleMagnets` (boolean)
- `toggleScrewHoles` (boolean)
- `tolerance` (string)
- `version` (string)

### `generate_gridfinity_grid` (~425 tokens)

Generate Gridfinity Grid

Generate a Gridfinity baseplate grid by columns and rows, returning the calculated millimeter dimensions and a shareable Extrabold Tools URL.

Input parameters:

- `baseplateType` (string): Baseplate style to generate.
- `borderRadius` (number)
- `columns` (integer, required): Number of Gridfinity columns across the width.
- `gridUnitDepth` (number): Depth of one grid unit in millimeters. Standard Gridfinity uses 42.
- `gridUnitWidth` (number): Width of one grid unit in millimeters. Standard Gridfinity uses 42.
- `linkOrigin` (string): Link origin tag added as the org query parameter for attribution.
- `magnetDiameter` (number): Diameter of the magnets in millimeters.
- `magnetDirection` (string): Which side of the baseplate magnets are inserted from.
- `magnetHeight` (number): Height or thickness of the magnets in millimeters.
- `magnetHoleStyle` (string): Round holes are sized with the magnet diameter. Crush ribs use a wavy profile with flexible ribs that grip the magnet.
- `marginType` (string)
- `partsConnector` (string)
- `plateMarginMm` (number)
- `printerBuildVolume` (object)
- `removeHolesOnSplitLines` (boolean): Remove screw holes that fall on split edges.
- `rows` (integer, required): Number of Gridfinity rows across the depth.
- `screwHeadSize` (number): Diameter of the screw head in millimeters.
- `screwHoleSize` (number): Diameter of the screw shaft in millimeters.
- `splitStrategy` (string)
- `splitToBuildplates` (boolean): Override automatic printer-fit splitting. When omitted with a printer build volume, splitting is enabled only when needed.
- `toggleMagnetReleaseHole` (boolean): Add through-holes so magnets can be pushed back out from the opposite side.
- `toggleMagnets` (boolean)
- `toggleScrewHoles` (boolean)
- `tolerance` (string)
- `version` (string)

### `create_gridfinity_baseplate_url` (~401 tokens)

Create Gridfinity Baseplate URL

Create a shareable Extrabold Tools Gridfinity baseplate URL from exact baseplate settings. Use generate_gridfinity_grid when the user asks for a grid by rows and columns.

Input parameters:

- `advancedWarning` (string)
- `baseplateType` (string)
- `borderRadius` (number)
- `bottomChamfer` (number)
- `bottomPadding` (number)
- `containerPresetId` (string)
- `dimensions` (object)
- `edgeConnectorSides` (object)
- `enableEdgeConnectors` (boolean)
- `enablePlateNesting` (boolean)
- `gridAlignment` (object)
- `gridUnitDepth` (number)
- `gridUnitWidth` (number)
- `linkOrigin` (string): Link origin tag added as the org query parameter for attribution.
- `magnetBaseHeight` (number)
- `magnetDiameter` (number)
- `magnetDirection` (string)
- `magnetHeight` (number)
- `magnetHoleStyle` (string)
- `marginType` (string)
- `outerBorderRadius` (number)
- `overrideMaxOuterBorderRadius` (boolean)
- `partsConnector` (string)
- `pieceSpacingMm` (number)
- `plateMarginMm` (number)
- `printer` (object)
- `removeHolesOnSplitLines` (boolean)
- `screwHeadSize` (number)
- `screwHoleSize` (number)
- `showAdvanced` (boolean)
- `sizingMode` (string)
- `splitStrategy` (string)
- `splitToBuildplates` (boolean)
- `toggleMagnetReleaseHole` (boolean)
- `toggleMagnets` (boolean)
- `toggleScrewHoles` (boolean)
- `tolerance` (string)
- `topCutoff` (number)
- `version` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/tools-extrabold-gridfinity/mcp#diagnostics

## Score history

- 2026-08-08: 60
- 2026-08-07: 60
- 2026-08-06: 59
- 2026-08-05: 59

## Links

- Remote endpoint: https://mcp.extrabold.tools/mcp
- Website: https://www.extrabold.tools/
- Changelog RSS feed: https://verifymcp.io/servers/tools-extrabold-gridfinity/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/tools-extrabold-gridfinity/mcp.json
- HTML version of this page: https://verifymcp.io/servers/tools-extrabold-gridfinity/mcp
