Best Finance & Fintech MCP Servers for Cline
Connect finance & fintech tools to Cline using MCP servers. These servers let Cline interact with finance & fintech resources, enabling powerful AI-assisted workflows for developers.
MCPgee indexes 2,519 finance & fintech MCP servers with a median of 39 GitHub stars; 89% are written in typescript and 26% install via npm. All work with Cline.
Top 30 of 2,519 Finance & Fintech Servers for Cline
Valuecell MCP Server
ValueCell is a community-driven, multi-agent platform for financial applications.
Vibe Trading MCP Server
'Vibe-Trading: Your Personal Trading Agent'
Quantdinger MCP Server
AI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading
tradingview-mcp
Real-time crypto & stock screening, advanced technical indicators, Bollinger Bands intelligence, candlestick patterns + native Claude Desktop integration. Multi-exchange (Binance, KuCoin, Bybit+). Open-source AI trading infrastructure.
Financial Datasets MCP Server
Provides access to comprehensive financial data including income statements, balance sheets, cash flow statements, stock prices, company news, SEC filings, and cryptocurrency information with built-in financial ratio analysis.
stripe
The Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling. This protocol supports various tools to interact with different Stripe services.
Open Trading Api MCP Server
Korea Investment & Securities Open API Github
Langalpha MCP Server
Claude Code for Finance
Openops MCP Server
The batteries-included, No-Code FinOps automation platform, with the AI you trust.
TradeMemory Protocol
An MCP server that provides AI trading agents with persistent, outcome-weighted memory to learn from historical performance and detect behavioral biases. It enables agents to automatically adjust strategies and optimize position sizing based on conte
Bank Api MCP Server
The Bank API is a design reference project suitable to bootstrap development for a compliant and modern API.
alpaca-mcp-server
Alpaca’s official MCP Server lets you trade stocks, ETFs, crypto, and options, run data analysis, and build strategies in plain English directly from your favorite LLM tools and IDEs
Ai Trader MCP Server
Backtrader-powered backtesting framework for algorithmic trading, featuring 20+ strategies, multi-market support, CLI tools, and an integrated MCP server for professional traders.
Ai Polymarket Agent MCP Server
Enable Claude, ChatGPT, and other AI agents to analyze markets, fetch real-time odds, and execute trades on Polymarket using the Model Context Protocol (MCP).
Prism Insight MCP Server
AI-based stock analysis and trading system
Borsa MCP
Provides comprehensive access to Turkish and US financial markets data including BIST stocks, US equities, TEFAS funds, cryptocurrencies, forex, and commodities through 72 tools with technical analysis, financial statements, and Buffett-style value i
Financial News and Notes MCP Server
A TypeScript-based MCP server that enables users to query financial news, stock data, and index information while managing text notes with creation and summarization capabilities.
MaverickMCP
A personal stock analysis MCP server that provides professional-grade financial data analysis, technical indicators, and portfolio optimization tools directly to your Claude Desktop interface. Pre-seeded with all 520 S\\&P 500 stocks and comprehensive
Polymarket MCP Server
Enables AI agents to interact with the Polymarket prediction market platform to discover markets, analyze real-time pricing, and monitor public portfolio data. It provides comprehensive access to market analytics, implied probabilities, and order boo
Blockrun MCP Server
📇 ☁️ 🍎 🪟 🐧 - Access 30+ AI models (GPT-5, Claude, Gemini, Grok, DeepSeek) without API keys. Pay-per-use via x402 micropayments with USDC on Base.
@him0/freee-mcp
An MCP server and Claude plugin that enables interaction with freee APIs for accounting, human resources, invoicing, and more. It provides secure OAuth 2.0 authentication and integrates detailed API reference skills to support tasks like creating inv
MCP Server for stock and crypto
MCP Server for stock and crypto
Mcp Aktools MCP Server
📈 提供股票、加密货币的数据查询和分析功能MCP服务器
Base MCP Server
Enables AI applications to interact with the Base Network blockchain and Coinbase API for onchain operations including wallet management, fund transfers, smart contract deployment, NFT handling, DeFi lending through Morpho vaults, and crypto onrampin
Okx Agent Trade Kit MCP Server
okx trading bot okx agent mcp cli cryptocurrency okx api automated trading typescript okx trading bot model context protocol cursor ai trading crypto spot futures okx trading bot npm pnpm okx mcp open source quant defi cex okx trading bot algorithmic
Polymarket Paper Trader MCP Server
Paper trading simulator for Polymarket — built for AI agents. MCP server, live order books, strategy backtesting. Install: npx clawhub install polymarket-paper-trader
Mcp Massive MCP Server
An MCP server for Massive.com Financial Market Data
Polygon-io MCP Server
An MCP server for Massive.com Financial Market Data
Investor Agent MCP Server
Get comprehensive report for ticker: overview, news, metrics, performance, dates, analyst recommendations, and upgrades/downgrades.
Tickdb Unified Realtime Marketdata Api MCP Server
统一的实时金融行情数据API,覆盖外汇、贵金属、指数、美股、港股、A股和加密货币,支持 WebSocket 实时推送与 REST 接口访问 | Unified real-time market data API covering forex, commodities, indices, US stocks, HK stocks, A-shares and cryptocurrencies, with WebSocket streaming and REST access
Cline Configuration
Add finance & fintech MCP servers to your Cline configuration at VS Code settings (Cline extension settings):
{
"cline.mcp.servers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "."]
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_your_token_here"
}
},
"postgres": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost:5432/mydb"]
},
"brave-search": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"env": {
"BRAVE_API_KEY": "your_brave_api_key_here"
}
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}