I just made a tool which parses any OpenAPI spec to MCP spec: https://www.open-mcp.org (literally just deployed so I don't know if the DNS has propagated globally yet..)
Thanks, I just added support for relative URLs, try again. Your OpenAPI spec defines a relative base URL for the server /metatx but no domain. You can now specify the full base URL in your MCP client's environment variables:
I agree they are great but isn't most of the work in fetching & sorting the data? I can't see how this would work as a general widget.
In terms of the UI - I made a react component for showing dynamic suggestions (essentially a wrapper for downshift).
And I've found the options out there for the sorting part quite good (e.g. match-sorter for sync or Elasticsearch completion suggester for async)