akMcpServer
by morrain
Overview
This server provides real-time and historical stock market data to LLMs via the Model Context Protocol, including a Puppeteer-based fallback.
Installation
npx -y ak-mcp-serverEnvironment Variables
- TRANSPORT_TYPE
- PORT
- AKSHARE_API_BASE_URL
Security Notes
The Puppeteer setup disables sandboxing (`--no-sandbox`, `--disable-setuid-sandbox`), which is a critical security vulnerability if the scraped `eastmoney.com` content is malicious or compromised, potentially allowing code execution outside the browser environment. Additionally, the default `AKSHARE_API_BASE_URL` uses `http` instead of `https`, meaning communication with the AkShare API wrapper is unencrypted and vulnerable to eavesdropping and tampering if not hosted securely within a trusted network.
Similar Servers
keyboard-local
Enables AI clients to execute real-world tasks through connected third-party tools (APIs, CLIs, SDKs) with human approval, leveraging a secure GitHub Codespace environment.
1mcp
Orchestrate AI agent tool calls by executing JavaScript/Python code safely in a WebAssembly sandbox, significantly reducing LLM token context by chaining multiple operations into a single execution.
mcp-image
AI image generation and editing using Google Gemini 3 Pro Image (Nano Banana Pro), with intelligent prompt optimization using Gemini 2.0 Flash, integrated as an MCP server for AI assistants like Codex, Cursor, and Claude Code.
mdk-mcp-server
This server provides AI agents with comprehensive MDK knowledge and tools to assist in the development of cross-platform mobile applications.