tefas_scraper
by develooper1994
Overview
This MCP Server allows users to scrape and analyze fund data from the TEFAS (Turkey Electronic Fund Distribution Platform) through a Model Context Protocol integration with Gemini CLI, or via a standalone command-line interface.
Installation
python mcp_server.pySecurity Notes
The `mcp_server.py` explicitly disables SSL/TLS certificate verification by setting `verify=False` in its `_make_request` method. This makes the application vulnerable to Man-in-the-Middle (MITM) attacks, as it will connect to servers without validating their identity. This is a critical security vulnerability for any application handling network requests, especially to financial data sources.
Similar Servers
finance-mcp
Finance MCP is an intelligent agent toolkit and MCP server designed for financial research scenarios, leveraging LLMs for deep research, web scraping, and data analysis.
my_stock_mcp_server
Provides real-time stock data and analysis tools for AI models by scraping EastMoney.com.
mcp-gemini-grounded-search
Provides grounded search functionality using Google's Gemini API, allowing MCP clients to perform web searches and retrieve up-to-date information with sources.
gemini-research-mcp
An AI-powered research server utilizing Gemini models for both quick web searches with citations and comprehensive multi-step deep research, including query clarification and follow-up capabilities.