Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Kiln

PYPI · KILN3D · SCANNED SEP 22

Kiln MCP server for agents: design, slice, print, monitor, and recover physical objects safely.

Available components

0 this week 44 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 4 of 50 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (AGPL-3.0-or-later).Pass
  • Actively maintained (last published 33 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability0
  • Schema quality not yet verified: the captured schema was too large for us to store in full, so we will not judge it on a partial copy.Unverified
Stability & Change Management0
  • Stability not yet verified: the captured schema was too large for us to store in full, and comparing a partial copy would report our own trimming as a change.Unverified
Tool Coverage0
  • Tool coverage not yet verified: the captured tool definitions were too large for us to store in full, so we will not judge them on a partial copy.Unverified
Tool Safety0
  • Tool safety not yet verified: the captured tool definitions were too large for us to store in full, and the trim removes the very descriptions this category reads.Unverified
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
  • Supports UI / widget rendering.Pass

Unverified: 4 categories

Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you. How we score packages →

Install

How do I install the Kiln MCP server?

Kiln runs locally as a PyPI package, launched with uvx kiln3d. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · kiln3d

# add to Claude Code
claude mcp add codeofaxel-kiln -- uvx kiln3d
// .cursor/mcp.json
{
  "mcpServers": {
    "codeofaxel-kiln": {
      "command": "uvx",
      "args": [
        "kiln3d"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "codeofaxel-kiln": {
      "command": "uvx",
      "args": [
        "kiln3d"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add codeofaxel-kiln -- uvx kiln3d
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "codeofaxel-kiln": {
      "type": "local",
      "command": [
        "uvx",
        "kiln3d"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add codeofaxel-kiln --command uvx --arg kiln3d
# ~/.hermes/config.yaml
mcp_servers:
  codeofaxel-kiln:
    command: "uvx"
    args: ["kiln3d"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "codeofaxel-kiln": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "kiln3d"
      ]
    }
  }
}
# add to Vellum
assistant mcp add codeofaxel-kiln -t stdio -c uvx -a kiln3d
// mcp.json
{
  "mcpServers": {
    "codeofaxel-kiln": {
      "command": "uvx",
      "args": [
        "kiln3d"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 15 Sept 26 +15
    • Malware scan: unverified → pass security
  • 14 Sept 26 −15
    • Malware scan: pass → unverified security
  • 12 Sept 26 +15
    • Malware scan: unverified → pass security
  • 11 Sept 26 −15
    • Malware scan: pass → unverified security
  • 27 Aug 26 +1

    No change was recorded against any check on this day. Supply Chain Security went from 99 to 100.

  • 26 Aug 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 20 Aug 26 0
    • Malware scan: unverified → pass security
  • 19 Aug 26 0
    • Malware scan: pass → unverified security
    • Package version: 1.4.0 → 1.4.1 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Sept 2026 · Analysed pypi/kiln3d@1.4.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted setuptools.build_meta

Background: Why install scripts are a supply-chain risk →

Dependencies 50 packages
Packages resolved 50
Stale 3
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 468 exposed · ~92,016 tokens partial

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
acquire_printer_lock ~87

No description provided.

NameTypeReqDescription
holderstring
printer_namestringyes
timeout_secondsnumber

No output schema declared.

No examples provided.

activate_license ~85

No description provided.

NameTypeReqDescription
keystringyes

No output schema declared.

No examples provided.

add_assembly_interface ~396

No description provided.

NameTypeReqDescription
assembly_jsonstringyes
clearance_mmnumber
fastener
joint_typestring
magnet_polarity_aligned
part_a_idstringyes
part_b_idstringyes

No output schema declared.

No examples provided.

add_assembly_part ~242

No description provided.

NameTypeReqDescription
assembly_jsonstringyes
file_pathstringyes
materialstring
part_idstringyes
position_xnumber
position_ynumber
position_znumber
rolestring

No output schema declared.

No examples provided.

add_interception_rule ~269

No description provided.

NameTypeReqDescription
actionstringyes
blocked_commands
messagestring
modify_params
namestringyes
pattern
prioritystring
session_idstringyes
threshold
threshold_max
triggerstringyes

Structured output declared, but exposes no named fields.

No examples provided.

add_mesh_chamfer ~263

No description provided.

NameTypeReqDescription
angle_threshold_degnumber
distance_mmnumber
file_pathstringyes
output_pathstring

No output schema declared.

No examples provided.

add_mesh_fillet ~277

No description provided.

NameTypeReqDescription
angle_threshold_degnumber
file_pathstringyes
output_pathstring
radius_mmnumber

No output schema declared.

No examples provided.

add_safety_profile ~332

No description provided.

NameTypeReqDescription
printer_modelstringyes
profileobjectyes

No output schema declared.

No examples provided.

add_spool ~108

No description provided.

NameTypeReqDescription
brand
color
cost_usd
materialstringyes
weight_gramsnumber

No output schema declared.

No examples provided.

ams_status ~219

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

analyze_design_requirements ~295

No description provided.

NameTypeReqDescription
material
requirementsstringyes

No output schema declared.

No examples provided.

analyze_generation_feedback ~220

No description provided.

NameTypeReqDescription
failure_mode
file_pathstringyes
has_bridgesboolean
has_floating_partsboolean
max_overhang_angle
min_wall_thickness
non_manifoldboolean
original_promptstringyes

No output schema declared.

No examples provided.

analyze_mesh_geometry ~255

No description provided.

NameTypeReqDescription
file_pathstringyes

No output schema declared.

No examples provided.

analyze_model_geometry ~163

No description provided.

NameTypeReqDescription
model_path
model_stats

No output schema declared.

No examples provided.

analyze_non_manifold_edges ~303

No description provided.

NameTypeReqDescription
file_pathstringyes

No output schema declared.

No examples provided.

analyze_print_failure ~95

No description provided.

NameTypeReqDescription
job_idstringyes

No output schema declared.

No examples provided.

analyze_print_failure_smart ~128

No description provided.

NameTypeReqDescription
error_message
job_id
printer_name
progressnumber

No output schema declared.

No examples provided.

analyze_print_file ~195

No description provided.

NameTypeReqDescription
filenamestringyes

No output schema declared.

No examples provided.

analyze_print_snapshot ~61

No description provided.

NameTypeReqDescription
file_pathstringyes

No output schema declared.

No examples provided.

analyze_printability ~383

No description provided.

NameTypeReqDescription
build_volume_x
build_volume_y
build_volume_z
file_pathstringyes
layer_heightnumber
materialstring
max_overhang_anglenumber
nozzle_diameternumber
printer_idstring

No output schema declared.

No examples provided.

analyze_scad_code ~75

No description provided.

NameTypeReqDescription
scad_codestringyes

No output schema declared.

No examples provided.

analyze_structural_risks ~250

No description provided.

NameTypeReqDescription
file_pathstringyes
min_cross_section_mm2number
sharp_angle_threshold_degnumber

No output schema declared.

No examples provided.

analyze_warping_risk ~301

No description provided.

NameTypeReqDescription
file_pathstringyes
materialstring
printer_idstring

No output schema declared.

No examples provided.

annotate_print ~63

No description provided.

NameTypeReqDescription
job_idstringyes
notesstringyes

No output schema declared.

No examples provided.

apply_decoration ~286

No description provided.

NameTypeReqDescription
facestring
materialstring
model_pathstringyes
namestringyes
printer_idstring

No output schema declared.

No examples provided.

apply_design_reinforcements ~410

No description provided.

NameTypeReqDescription
base_height_mmnumber
file_pathstringyes
fillet_radius_mmnumber
output_pathstring
wall_thicken_mmnumber

No output schema declared.

No examples provided.

arrange_parts_on_plate ~253

No description provided.

NameTypeReqDescription
copiesstring
file_pathsstringyes
plate_depth_mmnumber
plate_width_mmnumber
printer_idstring
spacing_mmnumber

No output schema declared.

No examples provided.

assess_load_bearing ~178

No description provided.

NameTypeReqDescription
file_pathstringyes

No output schema declared.

No examples provided.

audit_original_design ~285

No description provided.

NameTypeReqDescription
build_volume_x
build_volume_y
build_volume_z
file_pathstringyes
layer_heightnumber
material
max_overhang_anglenumber
nozzle_diameternumber
printer_model
requirementsstringyes

No output schema declared.

No examples provided.

auto_arrange_parts_on_plate ~659

No description provided.

NameTypeReqDescription
gap_mmnumber
part_specsarrayyes
plate_depthnumber
plate_widthnumber
printer_idstring

No output schema declared.

No examples provided.

auto_color_by_height ~367

No description provided.

NameTypeReqDescription
color_palette
input_pathstringyes
num_colorsinteger

No output schema declared.

No examples provided.

auto_color_by_region ~430

No description provided.

NameTypeReqDescription
color_palette
input_pathstringyes
methodstring
num_colorsinteger

No output schema declared.

No examples provided.

auto_orient_model ~214

No description provided.

NameTypeReqDescription
applyboolean
candidatesinteger
file_pathstringyes
nozzle_diameternumber
output_path

No output schema declared.

No examples provided.

await_generation ~137

No description provided.

NameTypeReqDescription
job_idstringyes
poll_intervalinteger
providerstring
timeoutinteger

No output schema declared.

No examples provided.

await_print_completion ~315

No description provided.

NameTypeReqDescription
brief_idstring
job_id
poll_intervalinteger
timeoutinteger

No output schema declared.

No examples provided.

backup_database ~122

No description provided.

NameTypeReqDescription
output_path
redactboolean

No output schema declared.

No examples provided.

bed_level_status ~42

No description provided.

NameTypeReqDescription
printer_name

No output schema declared.

No examples provided.

boolean_mesh_op ~278

No description provided.

NameTypeReqDescription
file_pathsarrayyes
operationstringyes
output_pathstring

No output schema declared.

No examples provided.

browse_models ~141

No description provided.

NameTypeReqDescription
browse_typestring
category
pageinteger
per_pageinteger

No output schema declared.

No examples provided.

build_generation_prompt ~218

No description provided.

NameTypeReqDescription
material
printer_model
provider
requirementsstringyes

No output schema declared.

No examples provided.

build_material_overrides ~229

No description provided.

NameTypeReqDescription
material_idstringyes
printer_id

No output schema declared.

No examples provided.

build_parametric_prompt ~148

No description provided.

NameTypeReqDescription
material
printer_model
requirementsstringyes

No output schema declared.

No examples provided.

cache_design ~74

No description provided.

NameTypeReqDescription
file_pathstringyes
label
material

No output schema declared.

No examples provided.

cache_design_with_source ~191

No description provided.

NameTypeReqDescription
filament_type
file_pathstringyes
generation_promptstring
providerstring
scad_sourcestringyes
tags

No output schema declared.

No examples provided.

cache_model ~253

No description provided.

NameTypeReqDescription
dimensions
file_pathstringyes
metadata
prompt
sourcestringyes
source_id
tags

No output schema declared.

No examples provided.

calibrate_direct ~214

No description provided.

NameTypeReqDescription
options

No output schema declared.

No examples provided.

cancel_print ~599

No description provided.

NameTypeReqDescription
expected_bed_target
expected_chamber_target
expected_tool_target
preserve_temperaturesboolean
printer_name

No output schema declared.

No examples provided.

cancel_print_recovery ~52

No description provided.

NameTypeReqDescription
reasonstring
session_idstringyes

No output schema declared.

No examples provided.

cancel_print_service_order ~47

No description provided.

NameTypeReqDescription
order_idstringyes

No output schema declared.

No examples provided.

cancel_queued_job ~163

No description provided.

NameTypeReqDescription
job_idstringyes

No output schema declared.

No examples provided.

Common questions

What is the Kiln MCP server?

Kiln is an MCP server listed in the public MCP registry as io.github.codeofaxel/kiln. Kiln MCP server for agents: design, slice, print, monitor, and recover physical objects safely. This page covers its PyPI package (kiln3d).

Is the Kiln MCP server safe to use?

Kiln scores 44 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

Is the Kiln MCP server still maintained?

Kiln is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Kiln MCP server under?

Kiln declares the AGPL-3.0-or-later licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.