MCP Status Invest: A Model Context Protocol (MCP) server for interacting with the Status Invest API. Provides tools for fetching stock data and
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.
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.
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 informationget-indicadores — Fetch detailed stock indicator informationget-acoes-datas-pagamento — Fetch stock payment datesInstallation 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.
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.
| Tool | What it does |
|---|---|
| get-acoes | Fetch basic stock information. |
| get-indicadores | Fetch detailed stock indicator information. |
| get-acoes-datas-pagamento | Fetch stock payment dates. |
{
"mcpServers": {
"status-invest": {
"command": "npx",
"args": ["-y", "npm"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.