Live data from Hacker News

Show HN: MCP Generator for Your API

mcp.liblab.com

11–14 of 14 posts

Re: Show HN: MCP Generator for Your API

#11

This sounds great! But the docs on Claude are pretty bad. Do you have any instructions on how to connect the generated MCP with Claude?

We're working on improving the interface to include clear instructions for connecting the MCP to LLMs. In the meantime, you can follow the integration guide available here: https://liblab.com/docs/mcp/howto-connect-mcp-to-claude

Re: Show HN: MCP Generator for Your API

#12
In my team, we have people responsible for handling various questions, but some of them are technical related to our business. However, they have limited familiarity with the product (technical side) itself, and while we have an API that contains a substantial amount of information, they and other people in similar roles typically find it challenging to consume data directly from APIs without a visual interface. Recently, we have been exploring natural language solutions via MCP to address this challenge.

Some MCPs require payment and may not function properly. I am interested in trying your solution, as I have previously used your SDK generator with the CLI, which worked well.

I appreciate that you offer a free tier. I will test it and observe how well it performs. If I encounter any issues, I will reach out again.

Re: Show HN: MCP Generator for Your API

#14

Very cool! So how do you handle APIs with highly dynamic or nested schemas—like ones that return different structures based on input parameters or feature flags?

we have a built-in support in the liblab SDK generator for complex types like OneOf, AnyOf and AllOf
Post reply on HN