ai-agent-mcp-servers

shayne007/ai-agent-mcp-servers

3.2

If you are the rightful owner of ai-agent-mcp-servers and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The ai-agent-mcp-servers project provides MCP servers for fintech backend services, supporting data analysis with stock market data fetched from Akshare.

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"
            ]
          }
    }
  }