hyperbot-quote-mcp

PassAudited by ClawScan on May 1, 2026.

Overview

The skill is a disclosed remote MCP integration for cryptocurrency market analytics, with no artifact evidence of hidden credentials, destructive actions, or data exfiltration.

This appears to be a normal remote MCP skill for crypto analytics. Before installing, confirm you trust the Hyperbot endpoint and any npm connector packages used by your client, and remember that trading recommendations can be wrong or risky.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A user may run third-party connector software as part of setup.

Why it was flagged

The setup example uses an external npm-based connector to reach the remote MCP server. This is disclosed and central to the skill, but it depends on external package provenance.

Skill content
"command": "npx", "args": ["-y", "mcp-remote", "https://mcp.hyperbot.network/mcp/sse"]
Recommendation

Install connector packages only from trusted sources, consider pinning package versions where possible, and review MCP client configuration before enabling it.

What this means

Queries and tool parameters, such as wallet addresses or requested market data, may be sent to the remote Hyperbot MCP service.

Why it was flagged

The skill connects the user's agent to a remote MCP endpoint controlled by Hyperbot. This is disclosed and purpose-aligned for market analytics.

Skill content
**SSE Endpoint:** `https://mcp.hyperbot.network/mcp/sse`
Recommendation

Avoid submitting private or sensitive wallet/account information unless you are comfortable sharing it with the Hyperbot service.

What this means

Users may over-rely on model-generated trading suggestions or market predictions.

Why it was flagged

The prompt templates ask the assistant to provide actionable trading analysis. This matches the skill purpose, but it can influence financial decisions.

Skill content
generate copy-trading strategy suggestions
Recommendation

Treat outputs as analytical support, verify data independently, and do not make financial decisions solely from the agent's recommendations.