QiuYanzhao

MCP Servers

Community QiuYanzhao
Updated

mcp_servers

MCP Servers

MCP服务器集合,包含多个MCP服务实现。

项目结构

mcpServers/
├── src/
│   └── mcp_servers/
│       ├── __init__.py
│       ├── base.py
│       └── stock_market/
│           ├── __init__.py
│           ├── service.py
│           └── main.py
├── tests/
│   └── test_stock_market.py
├── examples/
│   └── stock_market_example.py
├── docs/
├── pyproject.toml
├── mcp_config.json
├── start_stock_market_service.py
└── README.md

安装

# 使用uv安装
uv pip install -e ".[dev]"

# 或者使用pip
pip install -e ".[dev]"

使用

1. 启动A股行情数据服务

# 直接运行启动脚本
python start_stock_market_service.py

# 或者使用MCP客户端配置
# 将mcp_config.json中的配置添加到您的MCP客户端配置中

2. 使用示例

# 运行示例
python examples/stock_market_example.py

3. 代码中使用

from src.mcp_servers.stock_market.service import StockMarketService

# 初始化服务
service = StockMarketService()

# 获取服务信息
info = service.get_server_info()
print(f"服务名称: {info['name']}")

开发

# 运行测试
pytest

# 代码格式化
black src tests

# 类型检查
mypy src

# 代码检查
flake8 src

功能特性

A股行情数据服务

  • 获取股票实时行情
  • 获取股票K线数据
  • 获取股票列表
  • 搜索股票
  • 获取市场指数
  • 获取热门股票

许可证

MIT License

MCP Server · Populars

MCP Server · New

    Ayushmaniar

    PowerPoint MCP Server

    Open Source Model Context Protocol server for PowerPoint automation on Windows via pywin32

    Community Ayushmaniar
    kdpa-llc

    🎯 Local Skills MCP

    Universal MCP server enabling any LLM or AI agent to utilize expert skills from your local filesystem. Reduces context consumption through lazy loading. Works with Claude, Cline, and any MCP-compatible client.

    Community kdpa-llc
    prime-radiant-inc

    streamlinear

    Streamlined Linear integration for Claude Code - one tool, six actions, zero bloat

    Community prime-radiant-inc
    martin-papy

    QDrant Loader

    Enterprise-ready vector database toolkit for building searchable knowledge bases from multiple data sources. Supports multi-project management, automatic ingestion from Confluence/JIRA/Git, intelligent file conversion (PDF/Office/images), and semantic search. Includes MCP server for seamless AI assistant integration.

    Community martin-papy
    Beever-AI

    Beever Atlas

    Your First LLM-Wiki Conversation Knowledge Base

    Community Beever-AI