https://github.com/shayne007/ai-agent-mcp-servers
AI Agent MCP Servers Provide Tools For ai-agent-workflow of FinTech Project
https://github.com/shayne007/ai-agent-mcp-servers
Last synced: about 2 months ago
JSON representation
AI Agent MCP Servers Provide Tools For ai-agent-workflow of FinTech Project
- Host: GitHub
- URL: https://github.com/shayne007/ai-agent-mcp-servers
- Owner: shayne007
- License: apache-2.0
- Created: 2025-05-28T10:59:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-29T08:25:27.000Z (5 months ago)
- Last Synced: 2025-05-29T09:35:30.582Z (5 months ago)
- Language: Python
- Homepage:
- Size: 395 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **ai-agent-mcp-servers** - AI Agent MCP Servers Provide Tools For ai-agent-workflow of FinTech Project `python` `mcp` `server` `ai` `pip install git+https://github.com/shayne007/ai-agent-mcp-servers` (🤖 AI/ML)
- awesome-mcp-servers - **ai-agent-mcp-servers** - AI Agent MCP Servers Provide Tools For ai-agent-workflow of FinTech Project `python` `mcp` `server` `ai` `pip install git+https://github.com/shayne007/ai-agent-mcp-servers` (AI/ML)
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
```bash
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
```json
{
"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
```json
{
"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"
]
}
}
}
```