ai-agent-mcp-servers
About
AI Agent MCP Servers Provide Tools For ai-agent-workflow of FinTech Project
Details
- Author
- shayne007
- GitHub stars
- 2
- Downloads
- 348
- Categories
- AI
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ai-agent-mcp-serversCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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.htmlSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
