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

Local serverstdio

What is the Status Invest MCP server?

Connect Status Invest to Claude, Cursor or any other MCP client and it stops being a tab you switch to. 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. The status invest mcp server is what makes that connection.

What the server does

This project is part of the Model Context Protocol (MCP) ecosystem and provides tools to interact with external APIs and manage specific domain models. It is designed to demonstrate how to build an MCP server with external API integration and data validation.

  • get-acoes — Fetch basic stock information
  • get-indicadores — Fetch detailed stock indicator information
  • get-acoes-datas-pagamento — Fetch stock payment dates
  • Input validation using Zod
  • Integration with the Status Invest API using fetch (infrastructure layer)

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • get-acoes — Fetch basic stock information
  • get-indicadores — Fetch detailed stock indicator information
  • get-acoes-datas-pagamento — Fetch stock payment dates

Installation

Installation goes through your MCP client rather than a global install: point it at npm on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Where it fits

This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Status Invest's toolset — get-acoes, get-indicadores, get-acoes-datas-pagamento — is a fair guide to whether it matches your workflow. It is maintained by newerton; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Status Invest's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
get-acoesFetch basic stock information.
get-indicadoresFetch detailed stock indicator information.
get-acoes-datas-pagamentoFetch stock payment dates.

How to install the Status Invest MCP server

{
  "mcpServers": {
    "status-invest": {
      "command": "npx",
      "args": ["-y", "npm"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Status Invest to get-acoes.
  • Use Status Invest to get-indicadores.
  • Use Status Invest to get-acoes-datas-pagamento.

Frequently asked questions

It uses the Status Invest API to fetch Brazilian stock market data.