MCP.so
Sign In

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

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

newerton

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

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.

Comments

More Other MCP servers