A
Ai Agent MCP Servers
by @shayne007
AI Agent MCP Servers Provide Tools For ai-agent-workflow of FinTech Project
Created 5/28/2025
Updated 4 days ago
README
Repository documentation and setup instructions
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"
]
}
}
}
Quick Setup
Installation guide for this server
Install Package (if required)
uvx ai-agent-mcp-servers
Cursor configuration (mcp.json)
{
"mcpServers": {
"shayne007-ai-agent-mcp-servers": {
"command": "uvx",
"args": [
"ai-agent-mcp-servers"
]
}
}
}