bond-mcp-server

bond-mcp-server

3.3

A lightweight, fast-deploy server for China bond market data integration, leveraging AkShare and MCP framework.

The Bond MCP Server is designed to facilitate the integration of China bond market data using the AkShare library and the Model Context Protocol (MCP) framework. It is a lightweight and fast-deploy server that simplifies the process of accessing and managing financial data. The server is built to be easily set up and configured, making it an ideal choice for developers and financial analysts who need quick access to bond market data. The server leverages the 'uv' package manager for Python environment management, ensuring a smooth setup and deployment process. With its simple configuration, the Bond MCP Server can be seamlessly integrated into any MCP client, providing a robust solution for financial data integration.

Features

  • Integration with AkShare for financial data.
  • Easy setup with 'uv' for Python environment management.
  • Simple configuration to use in MCP client.

Usage with Different Platforms

macOS/Linux

bash
brew install uv
uv init bond-mcp-server
uv add akshare "mcp[cli]"

Windows with WSL

bash
brew install uv
uv init bond-mcp-server
uv add akshare "mcp[cli]"

MCP Client Configuration


{
  "mcpServers": {
    "china-bond": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/bond-mcp-server",
        "run",
        "server.py"
      ],
      "disabled": false,
      "alwaysAllow": []
    }
  }
}

Related MCP Servers

View all finance servers →