remote-mcp-server-cf
If you are the rightful owner of remote-mcp-server-cf and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
COMPLiQ MCP Server on Cloudflare enables AI assistants to interact with the COMPLiQ platform through MCP tools.
The COMPLiQ MCP Server on Cloudflare is designed to facilitate interactions between AI assistants and the COMPLiQ platform using the Model Context Protocol (MCP). This server is implemented on Cloudflare Workers, providing a scalable and efficient way to handle AI model interactions. COMPLiQ is a platform that logs various aspects of user interactions with AI models, including prompts, attached files, intermediate results, and final responses. The MCP server provides a standardized API to record these interactions, ensuring consistency and reliability. By deploying this server, users can leverage the COMPLiQ platform's capabilities to enhance their AI model interactions, making it easier to manage and analyze data generated from these interactions.
Features
- inputPrompt: Submit a prompt/request to COMPLiQ (Mandatory)
- addFile: Attach a file to a request (Optional)
- intermediateResults: Send intermediate processing results (Optional)
- processingResult: Submit the final processing result/answer (Mandatory)
Tools
inputPrompt
Tool to submit prompts to the COMPLiQ platform.
addFile
Tool to attach files to requests.
intermediateResults
Tool to send intermediate results during processing.
processingResult
Tool to submit final processing results.