The user wants me to write a short "About" section in Chinese for a Calculator MCP Server. Let me create an HTML snippet that describes what it does, whether it might need keys, and what it can connect to. I should use only safe HTML tags and keep it brief.
Key points to cover:
- It's a calculator MCP server
- Uses AST parsing for math expressions
- Safe from injection attacks
- Fast and stable computation
- No API keys needed (it's a local computation tool)
- Can be used for mathematical calculations
Let me write this in Chinese, short and concise, as HTML.
Calculator MCP Server 🧮 是一款专注于数学表达式计算的 MCP 服务。它通过 AST(抽象语法树)解析 引擎来安全地求值数学公式,有效防止恶意注入,让计算过程既快速又稳定。
它能接什么
- 基础算术运算(加减乘除、取模、幂运算)
- 常用数学函数(三角函数、对数、指数、开方等)
- 复杂嵌套表达式与变量代入
- 公式批量求值与精度控制
是否需要密钥?
不需要 🔓。该服务完全在本地完成纯计算任务,不依赖任何外部在线 API,因此无需配置 API Key、Token 或环境变量,接入即可使用,适合作为 AI 助手的"随身计算器"在对话中即时调用。