ai-agent-mcp-servers

This project provides MCP servers for fintech backend services to support data analysis. It utilizes an API to fetch stock market data, specifically focusing on processing financial data. The instructions for starting the server are clearly outlined, making it easy for developers to utilize.

GitHub Stars

2

User Rating

Not Rated

Favorites

0

Views

23

Forks

0

Issues

1

README
ai-agent-mcp-servers

This project provide mcp servers to fintech backend services to support data analysis.
The stock market data can be fetched from https://akshare.akfamily.xyz/data/stock/stock.html

How to run
uv --directory /Users/fengshiyi/Downloads/shayne/learning/LLM/my-projects/fintech/ai-agent-mcp-servers/src/financial_mcp_server run ai-agent-mcp-servers
  • Claude Desktop or Cline
    when start the server as stdio
{
    "mcpServers": {
        "job_hunting_server": {
            "command": "uv",
            "args": [
              "--directory",
              "/Users/fengshiyi/Downloads/shayne/learning/LLM/my-projects/fintech/ai-agent-mcp-servers/src/financial_mcp_server",
              "run",
              "ai-agent-mcp-servers"
            ]
          }
    }
  }

when start the server as sse

{
    "mcpServers": {
        "job_hunting_server": {
            "command": "uv",
            "args": [
              "--directory",
              "/Users/fengshiyi/Downloads/shayne/learning/LLM/my-projects/fintech/ai-agent-mcp-servers/src/financial_mcp_server",
              "run",
              "ai-agent-mcp-servers"
            ]
          }
    }
  }