ai-agent-mcp-servers

by shayne007

2 stars
348 downloads
Not rated
GitHub

About

AI Agent MCP Servers Provide Tools For ai-agent-workflow of FinTech Project

Details

Author
shayne007
GitHub stars
2
Downloads
348
Categories
AI

- Provides MCP servers for fintech backend services.
- Supports stock market data analysis via akshare.
- Runs with the uv package manager.
- Configurable for Claude Desktop or Cline.
- Supports stdio and SSE transports.
- Single command to start the server.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name ai-agent-mcp-servers
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Run the server using the command uv --directory /path/to/src/financial_mcp_server run ai-agent-mcp-servers. Configure it in Claude Desktop or Cline by adding a mcpServers entry with the command uv and the appropriate args. The server supports both stdio and SSE transport modes.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "ai-agent-mcp-servers": {
            "ai-agent-mcp-servers": {
                "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"
                ]
            }
        }
    }
}

McpServers

{
    "ai-agent-mcp-servers": {
        "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"
        ]
    }
}

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
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.