Status Invest - MCP Server
@newerton
About Status Invest - MCP Server
MCP Status Invest: A Model Context Protocol (MCP) server for interacting with the Status Invest API. Provides tools for fetching stock data and indicators, with a layered architecture and data validation using Zod
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Status Invest - MCP Server?
An MCP server that enables AI assistants to query Brazilian stock market data—such as stock prices, indicators, and payment dates—by integrating with the Status Invest API. It is built for developers and analysts who want to combine Claude or other MCP clients with real‑time financial information.
How to use Status Invest - MCP Server?
Clone the repository, run npm install and npm run build. In VSCode, press Ctrl+Shift+P, select “MCP: List Servers”, choose “stocks” and then “Start Server”. The server communicates over stdio and exposes three tools: get-acoes, get-indicadores, and get-acoes-datas-pagamento.
Key features of Status Invest - MCP Server
- Fetch basic stock information (
get-acoes) - Retrieve detailed stock indicators (
get-indicadores) - Obtain stock payment dates (
get-acoes-datas-pagamento) - Input validation using Zod schemas
- Layered Domain‑Driven Design (DDD) architecture
Use cases of Status Invest - MCP Server
- Query current stock prices and summary data during investment research
- Analyze financial indicators (e.g., P/E ratio, dividends) for a stock
- Look up upcoming dividend payment dates for portfolio planning
- Automate stock data retrieval inside AI‑powered workflows
FAQ from Status Invest - MCP Server
What data sources does the server use?
It uses the Status Invest API to fetch Brazilian stock market data.
What tools are available?
Three tools: get-acoes (basic stock info), get-indicadores (detailed indicators), and get-acoes-datas-pagamento (payment dates).
How do I install and run it?
Clone the repo, run npm install and npm run build, then configure the server in VSCode using the MCP list command.
What transport does the server use?
StdioServerTransport – standard input/output for communication (no HTTP server).
Is there any runtime dependency beyond Node.js?
The README only lists a standard Node.js setup with npm; no additional runtimes are mentioned.
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments