mcp-investidor10
Verified Safeby newerton
Overview
This MCP server provides tools to query stock market data, such as stock prices and financial indicators, from the Investidor10 API.
Installation
npm run build && node build/main.jsSecurity Notes
The server uses `fetch` to interact with the external Investidor10 API and `cheerio` for HTML parsing, which is common for web scraping. Input validation is implemented using Zod. No instances of `eval` or code obfuscation were found. There are no hardcoded API keys or sensitive credentials. The main risk relies on the stability of the external website's HTML structure for data extraction.
Similar Servers
alpaca-mcp-server
Enables natural language trading operations for Alpaca's Trading API via AI assistants, supporting stocks, options, crypto, portfolio management, and real-time market data.
mcp-aktools
This MCP server provides real-time and historical financial data for stocks and cryptocurrencies, offering search, detailed information retrieval, market overviews, news, and analysis capabilities.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
webscraping-ai-mcp-server
Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.