gpt-quantmaster-mcp
Verified Safeby seanshin0214
Overview
An AI-powered assistant for quantitative research and applied statistics, providing specialized tools, knowledge, and code generation for ChatGPT Desktop.
Installation
python server.pySecurity Notes
The server uses FastAPI with open CORS headers (`allow_origins=["*"]`), which is common for local development but makes it broadly accessible when exposed via `ngrok`. However, tool handlers validate input types, and there's no direct execution of arbitrary user-provided code or shell commands. ChromaDB is used in a persistent local mode, and no external API keys or sensitive credentials are hardcoded or loaded from environment variables for the server's core functionality.
Similar Servers
gpt-researcher
The GPT Researcher MCP Server enables AI assistants to conduct comprehensive web research and generate detailed, factual, and unbiased reports. It supports multi-agent workflows, local document analysis, and integration with external tools via the Machine Conversation Protocol (MCP) for various research tasks.
5ire
A desktop AI assistant client that integrates with various LLM providers and connects to Model Context Protocol (MCP) servers for extended tool-use and knowledge base capabilities.
deep-research
Generate comprehensive, AI-powered deep research reports, leveraging various LLMs and web search engines, with local knowledge base integration and report artifact editing.
chunkhound
Provides local-first codebase intelligence, extracting architecture, patterns, and institutional knowledge for AI assistants.