A
AkShare
Integrates with Chinese financial markets through akshare library to provide real-time and historical stock and cryptocurrency data with caching mechanisms for
Share:
About
Integrates with Chinese financial markets through akshare library to provide real-time and historical stock and cryptocurrency data with caching mechanisms for financial analysis, market research, and algorithmic trading development.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about AkShare.
- What data does the AkShare Model Context Protocol (MCP) provide?
- The AkShare MCP integrates with the AkShare library to provide real-time and historical stock and cryptocurrency data from Chinese financial markets. This data can be used for financial analysis, market research, and algorithmic trading development.
- How can I access AkShare data through an MCP client like Claude Desktop?
- Accessing AkShare data through an MCP client typically involves installing the AkShare MCP within the client's plugin or extension management interface. Once installed, you can interact with its exposed tools to query financial data.
- Does the AkShare MCP require any API keys or authentication?
- Based on the provided information, the AkShare MCP uses a 'none' authentication type. This suggests it generally does not require API keys, OAuth, or other explicit credentials for basic operation.
- What are the primary capabilities exposed by the AkShare MCP?
- The AkShare MCP primarily exposes capabilities related to fetching real-time and historical stock and cryptocurrency data. It offers mechanisms for data caching, which can optimize performance for financial analysis and research tasks.
- What is a common limitation or prerequisite when using the AkShare MCP?
- A common limitation is that its data primarily focuses on Chinese financial markets, which might not be suitable for users needing broader international market coverage. Users should ensure their environment supports the underlying AkShare library dependencies.
Install AkShare
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"akshare": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-akshare"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"akshare": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-akshare"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"akshare": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-akshare"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.