← Back to Skills Marketplace
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install quantoracle
Description
63 deterministic quantitative finance calculations via MCP. Options pricing, Greeks, implied volatility, exotic derivatives, risk metrics, portfolio optimiza...
Usage Guidance
This package appears to implement what it claims (an MCP server that maps an OpenAPI spec to 63 deterministic finance tools). Before installing or running: 1) Note the BACKEND_URL/port configuration — if you do not set BACKEND_URL, the code defaults to http://localhost:8001 (but SKILL.md/config mention api.quantoracle.dev / mcp.quantoracle.dev). That means the server you contact for tool definitions can change behavior based on your environment; review and set BACKEND_URL explicitly. 2) The code fetches openapi.json from BACKEND_URL at runtime; that remote API defines the tool schemas and endpoints — you should inspect that backend (or self-host it) if you need to ensure the tool definitions are safe and do not exfiltrate data. 3) A default WALLET_ADDRESS is baked into the code (likely for payments); it's not a secret but check it if you expect different billing behavior. 4) Run in an isolated/test environment first or override BACKEND_URL to a self-hosted backend if you need full network control. If you want, provide the fetched openapi.json or the truncated remainder of src/dist files and I can review the request/response handling and any forwarding/proxying logic in more detail.
Capability Analysis
Type: OpenClaw Skill
Name: quantoracle
Version: 2.1.0
The quantoracle skill bundle is a Model Context Protocol (MCP) server that provides 63 quantitative finance tools by acting as a proxy to a remote backend (api.quantoracle.dev). The implementation in src/index.ts and dist/index.js dynamically generates tool definitions from an OpenAPI spec and includes a transparent IP-based rate-limiting system with a documented monetization model for high-volume users. No indicators of data exfiltration, unauthorized execution, or malicious prompt injection were found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description promise (63 quant tools via MCP) is implemented by the included Node code which exposes an MCP server built from an OpenAPI spec; declared required binary (node) and dependencies (@modelcontextprotocol/sdk, express) are consistent with that purpose.
Instruction Scope
SKILL.md tells agents to run `npx quantoracle-mcp` or connect to a remote MCP URL. The code implements an MCP server that fetches an OpenAPI spec from BACKEND_URL and exposes tool endpoints; the instructions do not ask the agent to read unrelated local files or secrets. However, SKILL.md and config-schema reference remote endpoints (mcp.quantoracle.dev / api.quantoracle.dev) while the code defaults BACKEND_URL to http://localhost:8001 — this mismatch could cause different runtime behavior depending on environment variables.
Install Mechanism
There is no high-risk remote download; sources are present in the package (package.json, dist/, src/). Dependencies are standard npm packages. No URL-shortener or extract-from-untrusted-URL install steps were found.
Credentials
The skill declares no required env vars but the code reads optional env vars (BACKEND_URL, PORT, FREE_DAILY_LIMIT, WALLET_ADDRESS). Those are plausible for configuring a service but the registry metadata does not document them; names and defaults also conflict with config-schema.json (which uses daily_limit/backend_url keys). A default WALLET_ADDRESS is present (likely for payment routing) — not a secret, but worth noting if you expect no crypto interaction.
Persistence & Privilege
The skill is not marked always:true and does not request elevated system-wide privileges. It runs a local MCP server and keeps in-memory rate counters; nothing in the package attempts to modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quantoracle - After installation, invoke the skill by name or use
/quantoracle - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.0
Initial release: 63 deterministic quant finance tools via MCP
Metadata
Frequently Asked Questions
What is QuantOracle?
63 deterministic quantitative finance calculations via MCP. Options pricing, Greeks, implied volatility, exotic derivatives, risk metrics, portfolio optimiza... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install QuantOracle?
Run "/install quantoracle" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is QuantOracle free?
Yes, QuantOracle is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does QuantOracle support?
QuantOracle is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created QuantOracle?
It is built and maintained by fel123 (@fel123); the current version is v2.1.0.
More Skills