EventCatalog
Summary
EventCatalog MCP Server provides a standardized interface for AI assistants to interact with event-driven architecture metadata and resources. Built by David Boyne, it enables querying and retrieving information about events, services, domains, queries, commands, and other architectural components through a set of predefined tools and resources. The server dynamically loads catalog information and supports schema retrieval, making it particularly useful for developers and architects seeking to understand and explore complex event-driven systems.
Available Actions(15)
get_domains
Gets and returns a list of all domains in the catalog
get_services
Gets and returns a list of all services in the catalog
get_events
Gets and returns a list of all events in the catalog
get_commands
Gets and returns a list of all commands in the catalog
get_queries
Gets and returns a list of all queries in the catalog
get_flows
Gets and returns a list of all flows in the catalog
get_teams
Gets and returns a list of all teams in the catalog
get_team
Gets and returns a team from the catalog
get_users
Gets and returns a list of all users in the catalog
get_user
Gets and returns a user from the catalog
get_event_schema
Gets and returns the schema for a given event id
get_query_schema
Gets and returns the schema for a given query id
get_command_schema
Gets and returns the schema for a given command id
get_openapi_spec
Gets and returns the OpenAPI spec for a given service id
get_asyncapi_spec
Gets and returns the AsyncAPI spec for a given service id
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation