A

A-Share Financial Data (Baostock)

Provides financial data tools for Chinese stock market analysis through the Baostock API, enabling retrieval of historical prices, financial reports, industry c

A-Share·No reviews yet
Repo
Share:

About

Provides financial data tools for Chinese stock market analysis through the Baostock API, enabling retrieval of historical prices, financial reports, industry classifications, index constituents, and macroeconomic indicators.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about A-Share Financial Data (Baostock).

What data can I access using the A-Share Baostock MCP?
This MCP provides access to Chinese stock market data via the Baostock API. You can retrieve historical prices, financial reports, industry classifications, index constituents, and macroeconomic indicators.
How can I install the A-Share Baostock MCP?
The installation process depends on your MCP client. Typically, you would add the MCP by providing its slug or repository URL within your client's configuration interface.
Does the A-Share Baostock MCP require an API key or other credentials?
No, this MCP explicitly states that it has no authentication type. Therefore, you do not need an API key or other credentials to use it.
What are the primary capabilities of this MCP?
Its primary capabilities include fetching historical stock data, retrieving financial statements, and obtaining information on industry classification, index components, and macroeconomic data for the Chinese market.
Is there a cost associated with using the A-Share Baostock MCP?
The MCP itself does not specify a cost. The cost generally depends on the underlying Baostock API service and its terms of use, which may offer free tiers or require subscriptions.
Are there any prerequisites for using the A-Share Baostock MCP?
A key prerequisite is familiarity with the Chinese stock market and financial analysis. Additionally, users should be aware that data is provided via the Baostock API, so understanding its data structures is beneficial.

Install A-Share Financial Data (Baostock)

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "a-share-financial-data-baostock": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-a-share-financial-data-baostock"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "a-share-financial-data-baostock": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-a-share-financial-data-baostock"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "a-share-financial-data-baostock": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-a-share-financial-data-baostock"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.