Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center">
<h1>📖 EventCatalog - MCP Server</h1> <h3>Save time and money by getting insights from your EventCatalog directly from your MCP Client (<a href="https://www.anthropic.com/claude">Claude</a>, <a href="https://www.cursor.com/">Cursor</a>, <a href="https://codeium.com/windsurf">Windsurf</a>, etc)</h3>
<!-- <img width="745" alt="Screenshot 2024-12-13 at 09 56 05" src="https://github.com/user-attachments/assets/f537ec1f-54ee-4de1-996c-c6b72191be39" /> --> <img width="745" alt="EventCatalog" src="./images/mcp.png" />
<h4>Features: Ask about domains, services and messages. Get answers in seconds. Request schemas, who owns what and much more.</h4>
</div> <hr/>
EventCatalog is an Open Source tool that helps you document your event-driven architecture. Using EventCatalog you can document your domains, services and messages, schemas and much more.
Using the EventCatalog MCP Server you can get more value from your EventCatalog by asking questions about your architecture in the tools you already use.
Example questions:
UserCreated in EventCatalog.UserCreated schema, what downstream consumers will be affected by this change?Rather then digging through your architecture to find the answers you need, you can ask the MCP server directly from your MCP Client.
First, you need to enable the LLMS.txt feature in your EventCatalog instance.
LLMS.txt feature in your EventCatalog instance, by configuring your eventcatalog.config.js file.LLMS.txt feature enabled.Next, you will need to get a EventCatalog Scale license key, you can get a 14 day trial license key from EventCatalog Cloud.
To install EventCatalog for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @event-catalog/mcp-server --client claudeEach MCP client has a different way of adding the MCP server.
You can find some helpful links below to get started.
To use this with Claude Desktop, add the following to your claud_desktop_config.json file. The full path on MacOS: ~/Library/Application Support/Claude/claud_desktop_config.json, on Windows: %APPDATA%\Claude\claud_desktop_config.json
{
"mcpServers": {
"eventcatalog": {
"command": "npx",
"args": [
"-y",
"@eventcatalog/mcp-server",
"https://demo.eventcatalog.dev", // Replace with your EventCatalog URL
"ABCD-1234-5678-9012-3456-7890" // Replace with your EventCatalog Scale license key
]
}
}
}Go to Cursor Settings -> MCP Servers -> Add MCP Server.
eventcatalognpx-y @eventcatalog/mcp-server {URL_TO_YOUR_EVENTCATALOG_INSTANCE}You can also create .mcp.json files in your project to configure the MCP server for your project using Cursor.
{
"mcpServers": {
"eventcatalog": {
"command": "npx",
"args": ["-y", "@eventcatalog/mcp-server", "https://demo.eventcatalog.dev", "ABCD-1234-5678-9012-3456-7890"]
}
}
}You can read more about configuration for your project in the Cursor documentation.
Here is a list of all the APIs that the MCP server supports.
find_resourcesfind_resourcefind_producers_and_consumersget_schemareview_schema_changesexplain_ubiquitous_language_termsfind_ownerscreate_floweventcatalog://alleventcatalog://eventseventcatalog://domainseventcatalog://serviceseventcatalog://querieseventcatalog://commandseventcatalog://flowseventcatalog://teamseventcatalog://usersWe are working on adding more APIs to the MCP server. If you need something specific, please open an issue and we will add it to the server.
pnpm install to install the dependenciespnpm run buildTo use the build as your MCP server you can point your MCP client to the dist folder.
Example for Cursor:
{
"mcpServers": {
"eventcatalog": {
"command": "npx",
"args": ["-y", "tsx /PATH_TO_YOUR_REPO/src/index.ts", "https://demo.eventcatalog.dev", "ABCD-1234-5678-9012-3456-7890"]
}
}
}Thank you to our project sponsors.
<div align="center"> <picture> <source srcset="./images/sponsors/gravitee-logo-white.webp" media="(prefers-color-scheme: dark)" /> <img alt="hookdeck" src="./images/sponsors/gravitee-logo-black.svg" width="50%" /> </picture> <p style="margin: 0; padding: 0;">Manage, secure, and govern every API in your organization</p> <a href="https://gravitee.io?utm_source=eventcatalog&utm_medium=web&utm_campaign=sponsorship" target="_blank">Learn more</a> </div>
<hr />
<div align="center"> <img alt="oso" src="./images/sponsors/oso-logo-green.png" width="30%" /> <p style="margin: 0; padding: 0;">Delivering Apache Kafka professional services to your business </p> <a href="https://oso.sh/?utm_source=eventcatalog&utm_medium=web&utm_campaign=sponsorship" target="_blank" >Learn more</a> </div>
<hr />
_Sponsors help make EventCatalog sustainable, want to help the project? Get in touch! Or visit our sponsor page._
Interested in collaborating with us? Our offerings include dedicated support, priority assistance, feature development, custom integrations, and more.
Find more details on our services page.
Usage of this feature is part of the EventCatalog Pro Edition
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.