← 返回 Skills 市场
107
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install quantoracle-mcp
功能描述
63 deterministic quantitative finance calculations via MCP. Options pricing, Greeks, implied volatility, exotic derivatives, risk metrics, portfolio optimiza...
安全使用建议
This package implements a local MCP server that forwards tool calls to QuantOracle's backend (api.quantoracle.dev) and enforces a free-tier limit; your inputs (option parameters, portfolio data, strategy details, etc.) will be sent to that remote service. If you need computations to run entirely locally or will send sensitive/private strategy data, consider self-hosting the backend (override BACKEND_URL) or avoid using the hosted endpoint. Note the config-schema keys (backend_url, daily_limit) don't exactly match the environment variable names the code reads (BACKEND_URL, FREE_DAILY_LIMIT) — verify and set env vars explicitly if you run it. Also review billing/pricing details (free 1,000 calls/day then pay-per-call) so you don't unexpectedly incur costs. If you want extra safety, run the package in an isolated environment or inspect the runtime handlers that proxy calls to the backend before granting it access to sensitive inputs.
功能分析
Type: OpenClaw Skill
Name: quantoracle-mcp
Version: 2.1.2
The skill bundle provides a Model Context Protocol (MCP) server that acts as a proxy for a suite of 63 quantitative finance tools hosted at api.quantoracle.dev. The code dynamically generates tool definitions from an OpenAPI specification and forwards requests to the remote backend. It includes a documented rate-limiting and payment system (x402 protocol) for usage beyond the free tier. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the behavior is consistent with its stated purpose as a financial calculation service.
能力标签
能力评估
Purpose & Capability
Name/description claim a MCP-backed quantitative finance toolset; the package provides a Node MCP server that fetches an OpenAPI spec and exposes the described tools. Required binary 'node' is appropriate and dependencies (express, @modelcontextprotocol/sdk) align with implementing an MCP server.
Instruction Scope
SKILL.md and code both point to a remote backend (default BACKEND_URL https://api.quantoracle.dev) and advertise a public MCP endpoint. That means inputs you pass to the tools will be transmitted to the remote QuantOracle service (and may be billed after the free tier). The README does mention pricing and a backend URL, but it may not be obvious to non-technical users that computations are performed remotely and that potentially sensitive financial inputs are transmitted off-host.
Install Mechanism
No arbitrary downloads or extract steps; typical Node package (npx quantoracle-mcp) / npm distribution. The package.json and package-lock.json use standard npm registry dependencies. Runtime does perform network fetches (fetching openapi.json and proxying tool calls) to the configured backend.
Credentials
Registry metadata lists no required env vars. The code reads optional env vars: BACKEND_URL, PORT, FREE_DAILY_LIMIT, and WALLET_ADDRESS. A config-schema.json exposes 'backend_url' and 'daily_limit', but the code expects BACKEND_URL and FREE_DAILY_LIMIT environment names (naming mismatch). No secrets/keys are requested. Requiring no credentials is proportional, but you should be aware these environment flags control where data is sent and rate limits.
Persistence & Privilege
always is false and the skill does not request system-wide privileges. It runs a Node process (local server) when invoked and keeps in-memory rate-limiting state; it does not persist or modify other skills' configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quantoracle-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/quantoracle-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.2
Fix: default BACKEND_URL now points to api.quantoracle.dev instead of localhost:8001, matching SKILL.md and config-schema references
v2.1.1
Fix default backend URL to match production (api.quantoracle.dev)
元数据
常见问题
Mcp Server 是什么?
63 deterministic quantitative finance calculations via MCP. Options pricing, Greeks, implied volatility, exotic derivatives, risk metrics, portfolio optimiza... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。
如何安装 Mcp Server?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quantoracle-mcp」即可一键安装,无需额外配置。
Mcp Server 是免费的吗?
是的,Mcp Server 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mcp Server 支持哪些平台?
Mcp Server 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mcp Server?
由 fel123(@fel123)开发并维护,当前版本 v2.1.2。
推荐 Skills