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
maverick-mcp
Personal-use FastMCP server for professional-grade financial data analysis, technical indicators, and portfolio optimization tools integrated with Claude Desktop.
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.
n1ght-mcp
A modular MCP server toolkit providing task management, data file editing (JSON, XML, YAML, TOML), global rules, sequential thinking, and Gemini AI integration to assist in daily development work.
product-usage-data-mcp-server
Provides an Express.js API and an MCP server for AI-driven analysis of product usage data stored in CSV files using Google Gemini.