Mcp Market Data — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Market Data (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP (Model Context Protocol) server that streams real-time market data to Claude via WebSocket connection.
pip install ark-market-data-mcpgit clone https://github.com/arkhamides/mcp-market-data.git
cd ark-market-data-mcp
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -e .export WS_URI=ws://your-websocket-url.comclaude mcp add ark-market-data ark-market-data-mcpclaude chatAsk Claude to use the market data tools, e.g., "What's the latest market data?"
The MCP server exposes the following tools for Claude:
https://mcp-market-data.com/mcp?api=YOUR_API_KEYsource venv/bin/activate# Defaults to stdio
python3 -m ark_market_data_mcp
# Explicitly use stdio
python3 -m ark_market_data_mcp stdio
# Use HTTP transport (Docker, remote clients)
python3 -m ark_market_data_mcp http
# Terminal 1: Start the server
source venv/bin/activate
WS_URI=ws://your-websocket-url.com python3 -m ark_market_data_mcp
# Terminal 2: Open the MCP Inspector
npx @modelcontextprotocol/inspectorOpen http://localhost:5173 in your browser to test tools and messages.
pytest┌─────────────────────────┐
│ Claude (User) │
└────────────┬────────────┘
│
│ (via stdio)
│
┌────────────▼────────────┐
│ MCP Server (Python) │
│ - Listens on stdio │
│ - Exposes tools │
└────────────┬────────────┘
│
│ (WebSocket)
│
┌────────────▼───────────────┐
│ Ark Market Data Server │
│ (Remote WebSocket) │
└────────────────────────────┘If you see "Connection refused" errors:
WS_URI environment variable is set correctlyget_stream_status tool to verify connection statusclaude mcp listMIT
arkhamides
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.