ArchiMate MCP Server (thijs-hakkenberg/archimate-mcp) is an MCP server listed on the M8ven Trust Index. It scores 60 out of 100, grade C. It declares 33 tools. No publisher has claimed this listing.

C
Caution
60/100

ArchiMate MCP Server

Enables LLMs to create, modify, and analyze ArchiMate architecture models using the ArchiMate 3.2 specification, supporting coArchi2 repositories and multiple export formats.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

thijs-hakkenberg

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Known vulnerabilities in dependencies: 2 critical, 4 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
// tools this server exposes33 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

archimate_open_model

Open an ArchiMate model from a coArchi repository directory. Returns model metadata including element counts by layer.

archimate_save_model

Save the current model to disk

archimate_create_model

Create a new empty ArchiMate model with standard folder structure

archimate_list_elements

List elements in the model, optionally filtered by layer or type

archimate_get_element

Get detailed information about a specific element including its relationships

archimate_find_elements

Search for elements by name pattern (case-insensitive regex)

archimate_create_motivation_element

Create a Motivation layer element (Chapter 6). Use for stakeholders, goals, requirements, etc.

archimate_create_strategy_element

Create a Strategy layer element (Chapter 7). Use for capabilities, resources, and strategic planning.

archimate_create_business_element

Create a Business layer element (Chapter 8). Use for actors, processes, services, and business objects.

archimate_create_application_element

Create an Application layer element (Chapter 9). Use for application components, services, and data objects.

archimate_create_technology_element

Create a Technology layer element (Chapter 10). Use for nodes, devices, infrastructure, and physical elements.

archimate_create_implementation_element

Create an Implementation & Migration layer element (Chapter 12). Use for work packages, deliverables, and architecture plateaus.

archimate_create_composite_element

Create a composite element (Chapter 4). Use for grouping and locations.

archimate_create_relationship

Create a relationship between two elements. Validates against ArchiMate specification.

archimate_list_relationships

List relationships, optionally filtered by element or type

archimate_get_valid_relationships

Get valid relationship types between two element types (helps understand what connections are permitted)

archimate_list_views

List all diagram views in the model

archimate_create_view

Create a new diagram view

archimate_add_to_view

Add an element to a diagram view. Connections for relationships between this element and any element already in the view are drawn automatically - you do not need to call archimate_add_connection_to_view for them. The response lists every connection that was auto-drawn in autoConnectedRelationships.

archimate_add_connection_to_view

Manually add a connection (line/arrow) between two diagram objects in a view. Normally unnecessary - archimate_add_to_view auto-draws connections for all relationships it finds between the new element and existing on-canvas elements. Use this tool only to: (a) restore a connection after calling arch

archimate_update_element

Update an existing element

archimate_delete_element

Delete an element and its associated relationships

archimate_delete_relationship

Delete a relationship

archimate_layer_summary

Get a summary of elements by layer

archimate_impact_analysis

Analyze dependencies and impact of an element

archimate_import_exchange

Import an ArchiMate model from Open Exchange Format XML file

archimate_export_exchange

Export the current model to ArchiMate Open Exchange Format XML

archimate_export_mermaid

Generate Mermaid diagram syntax from the model or a specific view

archimate_export_diagram

Export a diagram view as SVG or PNG image

archimate_export_markdown

Export the model as Markdown documentation

archimate_export_html_deck

Export the model as an interactive HTML deck with tabs and search

archimate_configure_audit

Configure audit logging for model operations

archimate_get_audit_log

Read recent entries from the audit log

// known CVEs in dependencies2 critical4 high4 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalfast-xml-parser@4.5.3GHSA-m7jm-9gc2-mpf2

fast-xml-parser has an entity encoding bypass via regex injection in DOCTYPE entity names

criticalvitest@2.1.9GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

high@modelcontextprotocol/sdk@1.25.2GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

highfast-xml-parser@4.5.3GHSA-8gc5-j5rx-235r

fast-xml-parser affected by numeric entity expansion bypassing all entity expansion limits (incomplete fix for CVE-2026-26278)

highfast-xml-parser@4.5.3GHSA-jmr7-xgp7-cmfj

fast-xml-parser affected by DoS through entity expansion in DOCTYPE (no expansion limit)

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configARCHIMATE_AUDIT_LOGexport =/path/to/audit.ndjson # Set log path
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

33/33 tools missing one or more hints — archimate_open_model (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); archimate_save_model (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); archimate_create_model (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +30 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Production dependencies are patched

1 critical, 4 high severity in production deps — fast-xml-parser@4.5.3 (critical), @modelcontextprotocol/sdk@1.25.2 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dev dependencies

1 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/thijs-hakkenberg/archimate-mcp?variant=verified)](https://m8ven.ai/mcp/thijs-hakkenberg/archimate-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: e4f76d01c38176ef10353f768971a3cdf6bc37f3
code hash: 85eb7873d815b8c1df1ddace33dd8f1f71b991a2330b5db5a6376280ac4b9eba
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client