Back to Home
quickitquote icon

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

Run Command
npm run start

Environment 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

Stats

Interest Score0
Security Score1
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2025-12-15

Tags

MCPJSON-RPCWebSocketAgent BuilderTypesense