Ask AsyncAPI

Answers about the AsyncAPI spec, concepts, and tooling — grounded in the official docs, with sources you can verify.

Try asking:

Demo instance on limited credits (~$6/month, and rate-limited to a few questions per minute, plus a rate-limited Hugging Face deploy) — and this chat runs a small, cheap model. For day-to-day use run it locally: free, private, and you get far better answers from the stronger agents and models you already have (Claude Code, Cursor, or any MCP client).

How it’s built

One knowledge base, three ways to consume it — all open source, rebuilt weekly from the official docs.

Sources

Official AsyncAPI content

Markdown docs from the asyncapi/website repo plus the AsyncAPI 3.1.0 JSON Schema — fetched, chunked and embedded by OpenCrane into a vector index.

This chat

Vercel

A static page + two serverless functions: vector search over the knowledge base, and an agent — the gpt-5-nano model via the Vercel AI Gateway — that answers with citations back to the docs.

Run it yourself

PyPI · uvx asyncapi-knowledge-mcp

opencrane pack bundles the prebuilt index into a pip-installable MCP server. Runs entirely on your machine over stdio — no keys, no remote calls.

Hosted MCP

Hugging Face Space

The same server as a public HTTP MCP endpoint in a Docker Space, searching with a local embedding model — also free of API keys.