qiq-mcp-server
by quickitquote
Overview
A custom JSON-RPC 2.0 WebSocket/HTTP server designed for OpenAI Agent Builder, providing specialized tools like Typesense search and QIQ scoring.
Installation
npm run startEnvironment Variables
- PORT
- MCP_PORT
- MCP_HOST
- MCP_TOKEN
- TYPESENSE_HOST
- TYPESENSE_PROTOCOL
- TYPESENSE_PORT
- TYPESENSE_SEARCH_ONLY_KEY
- TYPESENSE_API_KEY
- TYPESENSE_ADMIN_API_KEY
- TYPESENSE_COLLECTION
- TYPESENSE_QUERY_BY
- HTTP_PORT
Security Notes
Production API keys and access tokens (`MCP_TOKEN`, `TYPESENSE_SEARCH_ONLY_KEY`) are explicitly listed with live values in the `Docs/MCP-Deployment-Guide.md` and `Docs/GitHub-Secrets-Setup.md` files, which are part of the repository. This constitutes a severe security vulnerability as these secrets are publicly exposed. Additionally, the server supports token authentication via URL query parameters (`?token=`), which is generally less secure than header-based authentication as tokens in URLs can be exposed in server logs, browser history, or referer headers.
Similar Servers
typingmind-mcp
A server for managing and integrating Model Context Protocol (MCP) servers with TypingMind, enabling custom AI model connections.
ddg_search
A Model Context Protocol server for web search using DuckDuckGo and AI-powered answers from IAsk AI, Monica, and Brave AI, designed for integration with AI assistants.
fastchat-mcp
A Python client for integrating Language Models with Model Context Protocol (MCP) servers, allowing natural language interaction with external tools, resources, and prompts.
noteit-mcp
Provides an HTTP Model Context Protocol (MCP) server for AI coding tools to access structured agent profiles and personalized notes, enhancing AI development workflows.