Stop Searching. Start Trusting.
The curated directory of MCP servers, vetted for security, efficiency, and quality.
Tired of the MCP "Marketplace" Chaos?
We built MCPScout.ai to solve the ecosystems biggest pain points.
No Insecure Dumps
We manually analyze every server for basic security flaws.
Easy Setup
Our gotcha notes warn you about complex setups.
Avoid "Token Hogs"
We estimate token costs for cost-effective agents.
Products, Not Demos
We filter out "Hello World" demos.
Vetted Servers(84)
yfinance-mcp
by narumiruna
Fetch stock data, news, and financial charts from Yahoo Finance for analysis.
Fetch stock data, news, and financial charts from Yahoo Finance for analysis.
Setup Requirements
- ⚠️Requires Python 3.12+
- ⚠️Requires `uv` package installer
- ⚠️Requires internet access to Yahoo Finance
Verified SafeView Analysis
backtrader-mcp
by kukapay
An AI-accessible MCP server for Backtrader, enabling agents to run, analyze, and optimize trading strategies through natural language prompts.
An AI-accessible MCP server for Backtrader, enabling agents to run, analyze, and optimize trading strategies through natural language prompts.
Setup Requirements
- ⚠️Requires Python 3.10+
- ⚠️Requires 'uv' for dependency management (recommended)
- ⚠️Requires MCP CLI installation (`uv run mcp install main.py`)
Review RequiredView Analysis
futu-stock-mcp-server
by shuizhengqi1
A Model Context Protocol (MCP) server for accessing Futu OpenAPI functionality, providing standardized MCP protocol to AI models for market data subscription and querying, including trading capabilities.
A Model Context Protocol (MCP) server for accessing Futu OpenAPI functionality, providing standardized MCP protocol to AI models for market data subscription and querying, including trading capabilities.
Setup Requirements
- ⚠️Requires a Futu Securities account with OpenAPI permissions.
- ⚠️Requires Futu OpenD gateway installed and running on a specified host/port.
- ⚠️Requires Python 3.10+.
Verified SafeView Analysis
NepseAPI-Unofficial
by surajrimal07
An unofficial API service for Nepal Stock Exchange (NEPSE) providing real-time market data through REST, WebSocket, and Model Context Protocol (MCP) endpoints for educational and research purposes.
An unofficial API service for Nepal Stock Exchange (NEPSE) providing real-time market data through REST, WebSocket, and Model Context Protocol (MCP) endpoints for educational and research purposes.
Setup Requirements
- ⚠️Requires Python 3.11+
- ⚠️Requires `uv` to be installed globally for Claude Desktop integration (if using local integration)
- ⚠️Relies on an unofficial upstream NEPSE data source, which may be unstable, change its API, or be inaccurate without notice.
Verified SafeView Analysis
trading212-mcp-server
by RohanAnandPandit
This server provides a Model Context Protocol (MCP) interface for seamless data connectivity and advanced interaction capabilities with the Trading212 trading platform.
This server provides a Model Context Protocol (MCP) interface for seamless data connectivity and advanced interaction capabilities with the Trading212 trading platform.
Setup Requirements
- ⚠️Requires Trading212 API Key (TRADING212_API_KEY environment variable).
- ⚠️Requires Python >= 3.11.
- ⚠️Environment variable 'ENVIRONMENT' must be set to 'demo' or 'live' depending on the API key type.
Verified SafeView Analysis
aave-liquidation-mcp
by clumsynonono
Analyzes Aave V3 liquidation opportunities on Ethereum mainnet, providing data and insights to AI assistants.
Analyzes Aave V3 liquidation opportunities on Ethereum mainnet, providing data and insights to AI assistants.
Setup Requirements
- ⚠️Requires Node.js 18 or higher.
- ⚠️Requires an Ethereum RPC endpoint (e.g., Alchemy, Infura) with sufficient rate limits, configured via ETHEREUM_RPC_URL environment variable.
- ⚠️A build step (`npm run build`) is necessary after installing dependencies before running the server.
- ⚠️MCP configuration requires the absolute path to the compiled `index.js` file.
Verified SafeView Analysis
frankfurtermcp
by anirbanbasu
Provides currency exchange rates and conversion functionalities from the Frankfurter API for language model agents.
Provides currency exchange rates and conversion functionalities from the Frankfurter API for language model agents.
Setup Requirements
- ⚠️Requires Python 3.12+
- ⚠️Relies on an external Frankfurter API (https://api.frankfurter.dev/v1 by default), which can be self-hosted.
- ⚠️The `uv` tool is recommended for project management, though `pip` is also supported.
Verified SafeView Analysis
lerian-mcp-server
by LerianStudio
Provides AI assistants with unified access to Lerian product documentation, learning resources, and SDK code generation via the Model Context Protocol.
Provides AI assistants with unified access to Lerian product documentation, learning resources, and SDK code generation via the Model Context Protocol.
Setup Requirements
- ⚠️Requires Node.js 18.0.0 or higher.
- ⚠️Operates in 'documentation-only' mode; it does NOT connect to Lerian backend APIs or provide live data query capabilities. Users expecting API access will need to use Lerian SDKs directly in their applications.
- ⚠️While cryptographic secrets are auto-generated and stored securely, understanding their location (`~/.lerian/secrets.json`) and how to rotate/customize them (via environment variables) is important for advanced/production use cases.
Verified SafeView Analysis
MonteWalk
by N-lia
MonteWalk transforms AI assistants into institutional-grade quantitative trading terminals for real-time market analysis, risk management, and strategy backtesting using paper trading.
MonteWalk transforms AI assistants into institutional-grade quantitative trading terminals for real-time market analysis, risk management, and strategy backtesting using paper trading.
Setup Requirements
- ⚠️Requires Python 3.12+.
- ⚠️Requires an Alpaca Paper Trading Account (free) and associated API keys.
- ⚠️Sentiment analysis (via FinBERT) requires a Modal endpoint URL, implying deployment of the Modal application or using the author's public endpoint.
Verified SafeView Analysis
Kotak_Neo_MCP_Server
by BhavyaJethwa
Enables natural language trading on the Kotak Neo platform via an LLM client such as Claude Desktop.
Enables natural language trading on the Kotak Neo platform via an LLM client such as Claude Desktop.
Setup Requirements
- ⚠️Docker is required to run the Neo Worker service due to dependency conflicts.
- ⚠️A Redis server is required for the Neo Worker service to store and retrieve user session data (although not explicitly started in the provided run steps, it's configured as 'redis' host).
- ⚠️Kotak Neo API credentials (mobile number, UCC, consumer key, TOTP, MPIN) are required for initial authentication via the validate endpoint to establish a trading session.
- ⚠️The MCP server (trade.py) uses a hardcoded session ID, overriding the dynamic session IDs generated by the worker's /validate endpoint. This needs to be addressed for secure, multi-user operation.
Review RequiredView Analysis
tradingview-mcp
by viney-123
This server fetches TradingView chart snapshots using browser automation for financial analysis and visualization.
This server fetches TradingView chart snapshots using browser automation for financial analysis and visualization.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️Requires Playwright browser binaries to be installed (e.g., 'playwright install chromium').
- ⚠️Requires obtaining and setting TRADINGVIEW_SESSION_ID and TRADINGVIEW_SESSION_ID_SIGN environment variables, which involves extracting session cookies from an active TradingView login.
Verified SafeView Analysis
asset-price-mcp
by mk965
Retrieves real-time price information for various assets (precious metals, cryptocurrencies) to be used by large language models.
Retrieves real-time price information for various assets (precious metals, cryptocurrencies) to be used by large language models.
Setup Requirements
- ⚠️Potential requirement for API keys for services (e.g., Gold API) not explicitly configured via environment variables in the provided code/documentation.
- ⚠️Requires Node.js version 18 or higher.