ArchiMate MCP Server

33 tools. 18 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

18 can modify or destroy data
15 read-only
33 tools total

Community server · catalogue entry verified 11/06/2026

How to control ArchiMate MCP Server ↓

What ArchiMate MCP Server exposes to your agents

Read (15) Write / Execute (16) Destructive / Financial (2)
Critical Risk

The most dangerous ArchiMate MCP Server tools

18 of ArchiMate MCP Server's 33 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control ArchiMate MCP Server

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

Deny destructive operations
{
  "archimate_delete_element": {
    "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
{
  "archimate_add_connection_to_view": {
    "limits": [
      {
        "counter": "archimate_add_connection_to_view_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "archimate_find_elements": {
    "limits": [
      {
        "counter": "archimate_find_elements_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 ArchiMate MCP Server — 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 ARCHIMATE →

Free to start. No card required.

All 33 ArchiMate MCP Server tools

WRITE 16 tools
Write archimate_add_connection_to_view Manually add a connection (line/arrow) between two diagram objects in a view. Normally unnecessary - archimate Write archimate_add_to_view Add an element to a diagram view. Connections for relationships between this element and any element already i Write archimate_configure_audit Configure audit logging for model operations Write archimate_create_application_element Create an Application layer element (Chapter 9). Use for application components, services, and data objects. Write archimate_create_business_element Create a Business layer element (Chapter 8). Use for actors, processes, services, and business objects. Write archimate_create_composite_element Create a composite element (Chapter 4). Use for grouping and locations. Write archimate_create_implementation_element Create an Implementation & Migration layer element (Chapter 12). Use for work packages, deliverables, and arch Write archimate_create_model Create a new empty ArchiMate model with standard folder structure Write archimate_create_motivation_element Create a Motivation layer element (Chapter 6). Use for stakeholders, goals, requirements, etc. Write archimate_create_relationship Create a relationship between two elements. Validates against ArchiMate specification. Write archimate_create_strategy_element Create a Strategy layer element (Chapter 7). Use for capabilities, resources, and strategic planning. Write archimate_create_technology_element Create a Technology layer element (Chapter 10). Use for nodes, devices, infrastructure, and physical elements. Write archimate_create_view Create a new diagram view Write archimate_import_exchange Import an ArchiMate model from Open Exchange Format XML file Write archimate_save_model Save the current model to disk Write archimate_update_element Update an existing element

Related servers

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

Questions about ArchiMate MCP Server

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

Yes. The ArchiMate MCP Server server exposes 2 destructive tools including archimate_delete_element, archimate_delete_relationship. 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 ArchiMate MCP Server? +

The ArchiMate MCP Server server has 16 write tools including archimate_add_connection_to_view, archimate_add_to_view, archimate_configure_audit. 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 ArchiMate MCP Server.

How many tools does the ArchiMate MCP Server MCP server expose? +

33 tools across 3 categories: Destructive, Read, Write. 15 are read-only. 18 can modify, create, or delete data.

How do I enforce a policy on ArchiMate MCP Server? +

Register the ArchiMate MCP Server 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 ArchiMate MCP Server tool call.

Deterministic rules across all 33 ArchiMate MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

33 ArchiMate MCP Server 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.