Had meetings with a ton of MCP-server providers, no one came close to Airweave’s retrieval accuracy. I even tried Zapier and similar large companies, didn’t come near airweave. Highly highly recommend if you need third party integrations to your AI agents or workflows. Love the team too, cracked, cool, kind, and always there to support their customers (they even took one of their customers dog on a walk when they cou…
Noob here - why would mcp providers have a good accuracy? Don’t they just adjust existing apis to mcp protocol basically just wrapping them?
Show HN: Airweave – Let agents search any app
31–40 of 47 posts
Re: Show HN: Airweave – Let agents search any app
#32Earlier quoted context omitted.
I assume you're talking about the data layer (not the control plane)? We are currently in PoC phase for mapping the role graphs from source systems (Asana, Google Drive) to our internal role model, but this is still in the works. The way developers work around this atm is by configuring a connection on a subset of the source info. Example: only make Airweave sync info from the `Shared Drive/Marketing/Branding` path
How do you handle data retention? For example say that you suck in the information of a California resident and the company is obligated by law to delete it on request. How do you ensure no derivative data exists within your model?
Re: Show HN: Airweave – Let agents search any app
#33If we want to integrate our SAAS apps into airweave, is there an appexchange or directory for doing so?
Re: Show HN: Airweave – Let agents search any app
#34Re: Show HN: Airweave – Let agents search any app
#35Re: Show HN: Airweave – Let agents search any app
#36Had meetings with a ton of MCP-server providers, no one came close to Airweave’s retrieval accuracy. I even tried Zapier and similar large companies, didn’t come near airweave. Highly highly recommend if you need third party integrations to your AI agents or workflows. Love the team too, cracked, cool, kind, and always there to support their customers (they even took one of their customers dog on a walk when they cou…
Noob here - why would mcp providers have a good accuracy? Don’t they just adjust existing apis to mcp protocol basically just wrapping them?
Re: Show HN: Airweave – Let agents search any app
#37Typically speaking an LLM is the code driving the control flow and the MCP servers are kind of dumb API endpoints (find_flights, search_hotels, etc) say for a travel MCP.
With your product, how is the LLM made aware of the underlying data store in a more useful way than “func search(query)”?
It seems to be that if you could expose some precomputed API structure into the MCP for a given data store then the LLM could reason more effectively about the data rather than throwing search queries into the void and hoping for the best?
Re: Show HN: Airweave – Let agents search any app
#38This is a great idea. I have a question: Typically speaking an LLM is the code driving the control flow and the MCP servers are kind of dumb API endpoints (find_flights, search_hotels, etc) say for a travel MCP. With your product, how is the LLM made aware of the underlying data store in a more useful way than “func search(query)”? It seems to be that if you could expose some precomputed API structure into the MCP fo…
So since its all represented by entities, you could treat them like any other vectorised data in your vector data store and use vector search.
It's a nice technique, but probably tricky if they ever venture into encapsulating endpoints in realtime for rapidly changing b2c applications (ratelimits/cronjob latency)