Bond MCP Server
pangahn
README
Bond MCP Server
A lightweight, fast-deploy server for China bond market data integration, leveraging AkShare and MCP framework.
Features
- 📈 Integration with AkShare for financial data.
- 🛠️ Easy setup with uv for Python environment management.
- ⚡ Simple configuration to use in MCP client.
Development Setup
Prerequisites
- macOS / Linux system (or Windows with WSL)
- Homebrew installed (for macOS users)
Steps
- Install
uv
package manager
brew install uv
- Initialize project environment
uv init bond-mcp-server
- Add project dependencies
uv add akshare "mcp[cli]"
Project Usage
1. Clone the repository
git clone git@github.com:pangahn/bond-mcp-server.git
cd bond-mcp-server
2. Sync dependencies
uv sync
This will install all required dependencies defined in the project.
3. Configure MCP Client
Add the following configuration to your MCP client config file:
{
"mcpServers": {
"china-bond": {
"command": "uv",
"args": [
"--directory",
"/path/to/bond-mcp-server",
"run",
"server.py"
],
"disabled": false,
"alwaysAllow": []
}
}
}
🔔 Note: Replace
/path/to/bond-mcp-server
with the actual path where you cloned the project.
4. Use in MCP Client
Once configured, simply start the MCP client. The china-bond
server will automatically launch and be available for use within the client environment.
Additional Notes
- To update or add new packages:
uv add <package-name>
uv sync
- To remove a package:
uv remove <package-name>
uv sync
- Check available
uv
commands:
uv --help
License
MIT License
Would you like me to include example usage of how to query data from the server in the client as well?
Recommended Servers
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
MCP PubMed Search
Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
dbt Semantic Layer MCP Server
A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Nefino MCP Server
Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.
Vectorize
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
Mathematica Documentation MCP server
A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.
kb-mcp-server
An MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loaded
Research MCP Server
The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.