AsyncAPI-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port the server listens on | 3000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_asyncapi_spec_versionsA | List stable AsyncAPI specification versions available as GitHub tags. |
| get_asyncapi_spec_metadataB | Return source, version, cache, and size metadata for the latest AsyncAPI specification. |
| search_asyncapi_specB | Search the latest AsyncAPI markdown specification and return matching snippets. |
| get_asyncapi_spec_sectionA | Return one section from the latest AsyncAPI markdown specification by heading text or slug. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| asyncapi-spec | The latest AsyncAPI markdown specification fetched from the GitHub master branch. |
| asyncapi-spec-1.0.0 | AsyncAPI markdown specification fetched from GitHub tag 1.0.0. |
| asyncapi-spec-1.1.0 | AsyncAPI markdown specification fetched from GitHub tag 1.1.0. |
| asyncapi-spec-1.2.0 | AsyncAPI markdown specification fetched from GitHub tag 1.2.0. |
| asyncapi-spec-2.0.0 | AsyncAPI markdown specification fetched from GitHub tag v2.0.0. |
| asyncapi-spec-2.0.0 | AsyncAPI markdown specification fetched from GitHub tag 2.0.0. |
| asyncapi-spec-2.1.0 | AsyncAPI markdown specification fetched from GitHub tag v2.1.0. |
| asyncapi-spec-2.2.0 | AsyncAPI markdown specification fetched from GitHub tag v2.2.0. |
| asyncapi-spec-2.3.0 | AsyncAPI markdown specification fetched from GitHub tag v2.3.0. |
| asyncapi-spec-2.4.0 | AsyncAPI markdown specification fetched from GitHub tag v2.4.0. |
| asyncapi-spec-2.5.0 | AsyncAPI markdown specification fetched from GitHub tag v2.5.0. |
| asyncapi-spec-2.6.0 | AsyncAPI markdown specification fetched from GitHub tag v2.6.0. |
| asyncapi-spec-3.0.0 | AsyncAPI markdown specification fetched from GitHub tag v3.0.0. |
| asyncapi-spec-3.0.1 | AsyncAPI markdown specification fetched from GitHub tag v3.0.1. |
| asyncapi-spec-3.1.0 | AsyncAPI markdown specification fetched from GitHub tag v3.1.0. |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Souvikns/asyncapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server