cailculator-mcp
Verified Safeby pchavez2029
Overview
Provides AI agents with high-dimensional mathematical analysis and financial trading tools using 'pathological' Cayley-Dickson and Clifford algebras.
Installation
cailculator-mcpEnvironment Variables
- CAILCULATOR_API_KEY
Security Notes
The companion `auth_server` (part of the same repository) uses a broad `allow_origins=["*"]` for CORS, which is a significant security risk for an authentication service if deployed without restriction in production. Additionally, the Stripe webhook handler has a development fallback that bypasses signature verification if `STRIPE_WEBHOOK_SECRET` is not set. The core MCP server itself avoids direct execution of user-supplied code (e.g., `eval`, `exec`) and relies on `os.getenv` for sensitive configurations, but the external authentication dependency introduces a potential single point of failure.
Similar Servers
maverick-mcp
Personalized stock analysis, technical indicators, and portfolio optimization via Claude Desktop.
stock-mcp
Provides AI Agents with professional-grade stock market analysis capabilities by bridging large language models with real-time financial data.
text2sim-MCP-server
The Text2Sim MCP Server enables Large Language Models (LLMs) to create, validate, and execute complex Discrete-Event Simulation (DES) and System Dynamics (SD) models through a natural language interface, providing comprehensive analytics and iterative model development capabilities.
AgentStack
A versatile backend for hosting and orchestrating multiple specialized AI agents and workflows within the Mastra framework, facilitating agent-to-agent (A2A) coordination, code-centric development tasks, knowledge management (notes), and integration with various external services. It supports evaluation of agent performance and policy-driven access control.