Show HN: Superglue – open source API connector that writes its own code
31–40 of 49 posts
Re: Show HN: Superglue – open source API connector that writes its own code
#32Once you have the OpenAPI specs, you can build an MCP server on top of that. Automatically. You don't have them ? There's MITM2Swagger[0] that will do it's best to infer it. Probably you'll need some manual adjustments, but still. And MCP servers can now be integrated with any LLM, not only Anthropic. While I appreciate your approach, how do you fight the MCPs? [0] https://github.com/alufers/mitmproxy2swagger
That being said, the mitmproxy2swagger approach is really really cool as an alternative to mindless scraping.
Re: Show HN: Superglue – open source API connector that writes its own code
#33Re: Show HN: Superglue – open source API connector that writes its own code
#34Re: Show HN: Superglue – open source API connector that writes its own code
#35Re: open source, what's your general attitude/commitment towards the community? Is it more like SQLite (no contributions accepted), or more like Rust (let's get everyone involved)?
Re: Show HN: Superglue – open source API connector that writes its own code
#36Once you have the OpenAPI specs, you can build an MCP server on top of that. Automatically. You don't have them ? There's MITM2Swagger[0] that will do it's best to infer it. Probably you'll need some manual adjustments, but still. And MCP servers can now be integrated with any LLM, not only Anthropic. While I appreciate your approach, how do you fight the MCPs? [0] https://github.com/alufers/mitmproxy2swagger
Re: Show HN: Superglue – open source API connector that writes its own code
#37What are the limitations on usage? What's the approximate usage percentage, say, per kilotoken of context? Is there a point at which users are not allowed to query (profitably)? Re: open source, what's your general attitude/commitment towards the community? Is it more like SQLite (no contributions accepted), or more like Rust (let's get everyone involved)?
On your open source question, we accept contributions from non-team-members and have done so in the past, particularly on bugs or new features on the backend.
Re: Show HN: Superglue – open source API connector that writes its own code
#38Really cool project! I'm very bullish on LLMs for structured data. Curious - why did you decide to open source? It's neat to see a lot new YC open source companies. I'm curious why you thought open-sourcing superglue was strategically advantageous
Thanks! The primary reason is because we want folks to be able to run this locally and contribute to the project / fix issues as they come up. This is much harder when you have a black box tool and rely on our small team for support.