MCP server for AKShare financial data
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"akshare-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# AKShare MCP Server A Model Context Protocol (MCP) server that provides financial data analysis capabilities using the AKShare library. ## Features - Access to Chinese and global financial market data through AKShare - Integration with Claude Desktop via MCP protocol - Support for various financial data queries and analysis ## Installation ### Using uv (recommended) ```bash # Clone the repository git clone https://github.com/yourusername/akshare_mcp_server.git cd akshare_mcp_server # Create and activate a virtual environment python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate # Install dependencies with uv uv pip install -e . ``` ### Using pip ```bash # Clone the repository git clone https://github.com/yourusername/akshare_mcp_server.git cd akshare_mcp_server # Create and activate a virtual environment python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate # Install dependencies pip install -e . ``` ## Usage ### Running the server ```bash # Activate the virtual environment source venv/bin/activate # On Windows: venv\Scripts\activate # Run the server python run_server.py ``` ### Integrating with Claude Desktop 1. Add the following configuration to your Claude Desktop configuration: ```json "mcpServers": { "akshare-mcp": { "command": "uv", "args": [ "--directory", "/path/to/akshare_mcp_server", "run", "akshare-mcp" ], "env": { "AKSHARE_API_KEY": "<your_api_key_if_needed>" } } } ``` 2. Restart Claude Desktop 3. Select the AKShare MCP server from the available tools ## Available Tools The AKShare MCP server provides the following tools: - Stock data queries - Fund data queries - Bond data queries - Futures data queries - Forex data queries - Macroeconomic data queries - And more... ## Adding a New Tool To add a new tool to the MCP server, follow these steps: 1. **Add a new API fu…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.