How can I use as or integrate PromptQL to general purpose LLM services?

Hi, I noticed that PromptQL denies answering questions that are unrelated to the data sources provided, which would sometimes force users to do some back and forth between PromptQL and ChatGPT (or similar) to get their final answer.

So I have two questions:

  1. Is it possible to enable PromptQL to also work as a general purpose AI Service?
  2. Is it possible to use PromptQL as a MCP server or Tool that could be called from ChatGPT, Claude or similar?

Thank you very much!

Hey, @dpasqualin :waving_hand:

Thanks for writing in! To answer your questions in one blow: yes!

We have a repo here for connecting PromptQL to other providers via an MCP server. As PromptQL is a highly specialized tool to use on top of your data, the internal prompting encourages it to focus on solving your complex queries. Hopefully, this helps you build out whatever proof of concept (POC) you’re working on.

Care to share a bit more about your use case?