Launching today

Adaptora - Open Source
Connect any API. Talk to it in plain English.
6 followers
Connect any API. Talk to it in plain English.
6 followers
Self-hosted Dynamic API Agent with an MCP layer β talk to any REST API in natural language. Bring-your-own-LLM (Ollama). - guptayush02/adaptora







Love that this is self-hosted and Ollama-friendly, exactly what I've been hunting for. One thing that would make it stickier for me: built-in webhook support so my adapted endpoints can push events out to n8n or other automations, not just respond to queries.
@emirdemirbwv23Β
Thanks, glad it's hitting the spot! Webhook support is a great call β right now adaptora is pull/request-based only, but pushing events out to n8n/Zapier-style automations is exactly the kind of thing that'd make it feel like a real integration hub instead of just an adapter layer. Adding it to the roadmap. If you've got a specific use case (which events, what payload shape you'd want), drop it in a GitHub issue β helps me design it around real workflows instead of guessing.
How does Adaptora handle auth flows for APIs that require OAuth2 instead of just a static API key, and does that work out of the box with Ollama or do I need to set something up myself?
Does it handle auth flows like OAuth2 automatically, or do I need to set up tokens myself for each API?