Eda

39 tools. 30 can modify or destroy data without limits.

1 destructive tool with no built-in limits. Policy required.

Last updated:

30 can modify or destroy data
9 read-only
39 tools total

Community server · catalogue entry verified 30/06/2026

How to control Eda ↓

What Eda exposes to your agents

Read (9) Write / Execute (29) Destructive / Financial (1)
Critical Risk

The most dangerous Eda tools

30 of Eda's 39 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Eda

PolicyLayer is an MCP gateway — it sits between your AI agents and Eda, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "kicad.delete_component": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "kicad.add_component": {
    "limits": [
      {
        "counter": "kicad.add_component_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "kicad.design_summary": {
    "limits": [
      {
        "counter": "kicad.design_summary_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Eda — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON EDA →

Instant setup, no code required.

All 39 Eda tools

WRITE 26 tools
Write kicad.add_component kicad.add_component Write kicad.add_global_label Add a global label (connects across hierarchical sheets). Write kicad.add_line [Requires open project] Add a line or shape to a PCB layer. Write kicad.add_net_label kicad.add_net_label Write kicad.add_no_connect Mark an unused pin with a no-connect flag. Required to pass ERC. Write kicad.add_power_symbol kicad.add_power_symbol Write kicad.add_text kicad.add_text Write kicad.add_wire kicad.add_wire Write kicad.annotate_schematic Auto-assign reference designators to all unannotated components. Write kicad.create_board_outline kicad.create_board_outline Write kicad.create_net_class kicad.create_net_class Write kicad.create_project kicad.create_project Write kicad.export_bom [Requires open project] Export Bill of Materials from the schematic. Write kicad.export_gerbers kicad.export_gerbers Write kicad.export_netlist kicad.export_netlist Write kicad.export_pdf kicad.export_pdf Write kicad.export_svg kicad.export_svg Write kicad.move_component Move a component to a new position. Write kicad.open_project kicad.open_project Write kicad.place_via kicad.place_via Write kicad.route_trace kicad.route_trace Write kicad.save_project kicad.save_project Write kicad.set_component_field Set a custom field on a component (MPN, supplier, tolerance, voltage rating). Write kicad.set_design_rules kicad.set_design_rules Write kicad.set_reference Set the reference designator of a component. Write kicad.set_value Set the value property of a component. Example: set_value(ref=

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Eda

Can an AI agent delete data through the Eda MCP server? +

Yes. The Eda server exposes 1 destructive tools including kicad.delete_component. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Eda? +

The Eda server has 26 write tools including kicad.add_component, kicad.add_global_label, kicad.add_line. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Eda.

How many tools does the Eda MCP server expose? +

39 tools across 3 categories: Destructive, Read, Write. 9 are read-only. 30 can modify, create, or delete data.

How do I enforce a policy on Eda? +

Register the Eda MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Eda tool call.

Deterministic rules across all 39 Eda tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

39 Eda tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.