mcp-status-invest

newerton/mcp-status-invest
★ 2 stars TypeScript 🔌 API Integration Updated today
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
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-status-invest": {
      "command": "npx",
      "args": [
        "-y",
        "newerton/mcp-status-invest"
      ]
    }
  }
}

README Excerpt

<div align="center"> 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. </div> <table style="border-collapse: collapse; width: 100%; table-layout: fixed;">