finnhub-mcp

SalZaki/finnhub-mcp
★ 3 stars C# 🔌 API Integration Updated 1mo ago
A real-time financial data streaming server built with the official Model Context Protocol (MCP) C# SDK. Integrates with the FinnHub API and provides Server-Sent Events (SSE) and Standard Input/Output (STDIO) Transport to stream live financial data.
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": {
    "finnhub-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "SalZaki/finnhub-mcp"
      ]
    }
  }
}

Topics

finnhub-apimcp-servermodel-contex-protocol