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
cancel_queued_jobs ~289

No description provided.

NameTypeReqDescription
dry_runboolean
printer_name

No output schema declared.

No examples provided.

cancel_split_plan ~40

No description provided.

NameTypeReqDescription
plan_idstringyes

No output schema declared.

No examples provided.

center_model_on_bed ~253

No description provided.

NameTypeReqDescription
bed_x_mmnumber
bed_y_mmnumber
file_pathstringyes
output_pathstring
printer_idstring

No output schema declared.

No examples provided.

cfs_status ~142

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

check_ambient_conditions ~145

No description provided.

NameTypeReqDescription
material

No output schema declared.

No examples provided.

check_assembly_clearances ~100

No description provided.

NameTypeReqDescription
assembly_jsonstringyes
default_clearance_mmnumber

No output schema declared.

No examples provided.

check_autonomy ~111

No description provided.

NameTypeReqDescription
bed_tempnumber
estimated_time_secondsinteger
materialstring
safety_levelstringyes
tool_namestringyes
tool_tempnumber

No output schema declared.

No examples provided.

check_firmware_status ~75

No description provided.

NameTypeReqDescription
printer_namestringyes

No output schema declared.

No examples provided.

check_material_environment ~54

No description provided.

NameTypeReqDescription
environmentstringyes
materialstringyes

No output schema declared.

No examples provided.

check_material_match ~196

No description provided.

NameTypeReqDescription
expected_materialstringyes
printer_name

No output schema declared.

No examples provided.

check_material_sufficiency ~139

No description provided.

NameTypeReqDescription
material_type
printer_namestringyes
required_gramsnumberyes

No output schema declared.

No examples provided.

check_multi_material_pairing ~140

No description provided.

NameTypeReqDescription
material_astringyes
material_bstringyes

No output schema declared.

No examples provided.

check_my_tier ~474

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

check_orientation ~80

No description provided.

NameTypeReqDescription
model_pathstringyes

No output schema declared.

No examples provided.

check_print_health ~271

No description provided.

NameTypeReqDescription
material
model_path
printer_id
printer_name

No output schema declared.

No examples provided.

check_print_readiness ~246

No description provided.

NameTypeReqDescription
auto_fixboolean
bed_x_mmnumber
bed_y_mmnumber
bed_z_mmnumber
file_pathstringyes
output_pathstring
printer_idstring

No output schema declared.

No examples provided.

check_printer_health ~65

No description provided.

NameTypeReqDescription
printer_namestringyes

No output schema declared.

No examples provided.

check_printer_material_compatibility ~153

No description provided.

NameTypeReqDescription
materialstringyes
printerstringyes

No output schema declared.

No examples provided.

check_printer_material_support ~175

No description provided.

NameTypeReqDescription
material_idstringyes
printer_idstringyes

No output schema declared.

No examples provided.

check_step_support ~139

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

clean_agent_memory ~34

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

clear_emergency_stop ~187

No description provided.

NameTypeReqDescription
acknowledged_bystring
acknowledgement_notestringyes
printer_namestringyes

No output schema declared.

No examples provided.

clear_printer_error ~299

No description provided.

NameTypeReqDescription
printer_name

No output schema declared.

No examples provided.

client_cost_report ~64

No description provided.

NameTypeReqDescription
clientstringyes

No output schema declared.

No examples provided.

cloud_sync_configure ~74

No description provided.

NameTypeReqDescription
api_keystringyes
cloud_urlstringyes
intervalnumber

No output schema declared.

No examples provided.

cloud_sync_now ~16

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

cloud_sync_status ~16

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

community_stats ~73

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

compare_material_properties ~130

No description provided.

NameTypeReqDescription
material_astringyes
material_bstringyes

No output schema declared.

No examples provided.

compare_mesh_versions ~131

No description provided.

NameTypeReqDescription
file_astringyes
file_bstringyes

No output schema declared.

No examples provided.

compare_print_options ~262

No description provided.

NameTypeReqDescription
electricity_ratenumber
file_pathstringyes
fulfillment_material_id
materialstring
printer_wattagenumber
quantityinteger
shipping_countrystring

No output schema declared.

No examples provided.

compare_renders ~322

No description provided.

NameTypeReqDescription
anglestring
colors
heightinteger
labels
pathsarrayyes
widthinteger

No output schema declared.

No examples provided.

compile_scad ~252

No description provided.

NameTypeReqDescription
scad_codestring
scad_pathstring
timeoutinteger

No output schema declared.

No examples provided.

complete_print_recovery ~331

No description provided.

NameTypeReqDescription
alternative_printers
completion_pct_at_failurenumber
notesstring
session_idstringyes
successbooleanyes

No output schema declared.

No examples provided.

compose_assembly_parts ~169

No description provided.

NameTypeReqDescription
assembly_jsonstringyes
output_pathstringyes

No output schema declared.

No examples provided.

compose_models ~225

No description provided.

NameTypeReqDescription
file_pathsarrayyes
output_pathstringyes

No output schema declared.

No examples provided.

compose_multicolor_3mf ~627

No description provided.

NameTypeReqDescription
output_pathstring
partsarrayyes

No output schema declared.

No examples provided.

compose_part_from_primitives ~871

No description provided.

NameTypeReqDescription
bed_x_mmnumber
bed_y_mmnumber
center_on_bedboolean
operationsarrayyes
output_pathstring
printer_idstring

No output schema declared.

No examples provided.

configure_sso ~257

No description provided.

NameTypeReqDescription
allowed_domainsstring
client_idstringyes
client_secretstring
issuer_urlstringyes
protocolstring
redirect_uristring
role_mappingstring

No output schema declared.

No examples provided.

confirm_action ~89

No description provided.

NameTypeReqDescription
tokenstringyes

No output schema declared.

No examples provided.

confirm_print_recovery ~57

No description provided.

NameTypeReqDescription
session_idstringyes

No output schema declared.

No examples provided.

connect_provider_account ~133

No description provided.

NameTypeReqDescription
capabilities
locationstringyes
namestringyes
price_per_gram

No output schema declared.

No examples provided.

consumer_onboarding ~59

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

contribute_community_print ~325

No description provided.

NameTypeReqDescription
failure_mode
geometric_signaturestringyes
geometric_signature_v2string
job_id
materialstringyes
outcomestringyes
print_time_secondsinteger
printer_modelstringyes
quality_gradestring
settingsobjectyes

No output schema declared.

No examples provided.

create_assembly ~56

No description provided.

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

create_print_service_order ~255

No description provided.

NameTypeReqDescription
color
intent
materialstring
max_budget_usd
model_path
model_url
prefer_localboolean
printer_name
prompt
quantityinteger

No output schema declared.

No examples provided.

create_project ~116

No description provided.

NameTypeReqDescription
budget
clientstringyes
descriptionstring
namestringyes

No output schema declared.

No examples provided.

cross_section_view ~177

No description provided.

NameTypeReqDescription
file_pathstringyes
offset_mmstring
offset_rationumber
planestring

No output schema declared.

No examples provided.

database_status ~53

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

decorate_surface ~1,700

No description provided.

NameTypeReqDescription
absolute_size_mmnumber
contentstringyes
content_typestring
depth_mmnumber
facestring
image_stylestring
materialstring
modestring
model_pathstringyes
offset_x_mmnumber
offset_y_mmnumber
placementstring
scalenumber
svg_idstring
svg_layerstring
template_idstring

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.