copper-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COPPER_MCP_TRANSPORT | No | Transport for MCP server (default: stdio) | stdio |
| COPPER_MCP_WORKSPACE | Yes | Absolute path to the workspace directory containing board files |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| server_infoA | Return server version, maturity, and implemented capabilities. |
| inspect_boardA | Inspect a .kicad_pcb file inside the configured workspace without modifying it. |
| run_board_drcA | Run fixed-argument KiCad DRC and return a privacy-preserving summary. |
| inspect_board_irA | Report whether a board converts to the supported Board IR and describe its structure. |
| preview_routeA | Preview one deterministic two-pin route candidate without modifying any file. |
| observe_board_sceneA | Observe a workspace board as a bounded, region-scoped Circuit Scene. |
| preview_placementA | Validate a proposed footprint placement against a board, without changing anything. |
| apply_candidateA | Apply a previewed route candidate to a board, replacing the file on disk. |
| validate_candidateB | Validate and normalize an immutable route-candidate manifest. |
| compare_candidatesB | Rank candidates with hard DRC and connectivity correctness first. |
| render_circuit_schematicA | Render validated Circuit Intent content into one private ephemeral KiCad resource. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| server_manifest | Expose stable server metadata as an MCP resource. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/seunghyukchoe/copper-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server