MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

S
Stack MCP Hub V0 9

MCP server by lim-asdk

Created 3/26/2026
Updated about 8 hours ago
Repository documentation and setup instructions

US Stock & ASDK MCP Unified Hub (Open Source Showcase)

Welcome to the US Stock MCP Unified Hub, a professional intelligence layer for US Equities. This ecosystem is designed to bridge the gap between financial markets and Large Language Models (LLMs) through the Model Context Protocol (MCP).


Live Experience

1. Try the Live UI Dashboard

Experience the power of the US Stock MCP in your browser: Live Demo: http://35.202.58.51:6991/

2. Connect via MCP Client

Our server is fully functioning and ready to be integrated into your AI agents (Claude Desktop, Cursor, etc.):

  • SSE Endpoint: http://35.202.58.51:8011/sse

Key Features

  • US Stock Intelligence: Access real-time prices, historical market bars, analyst evaluations, and detailed company profile data.
  • Zero-Hallucination AI: All tool outputs are delivered as clean, structured JSON. This ensures that AI models parse financial data with 100% accuracy, leading to superior reasoning and decision-making.
  • Unified Tool Stack: Over 16+ tools integrated into a single hub, ranging from news headlines to comprehensive analyst/financial metrics.
  • Scalable & Product-Ready: Because the data is delivered in a versatile JSON structure, it serves as a foundation for any custom UI design. Depending on how you craft the interface, this hub can be transformed into diverse commercial-grade financial products. We are committed to continuously updating the data streams to provide even richer insights.

Recommended MCP Client: Matrix MCP V2

For the most optimized experience, use our dedicated MCP client. The Matrix MCP V2 client provides a seamless interface for interacting with our hub.

  • Download Client: https://github.com/lim-asdk/Matrix_MCP_V2

Matrix MCP V2 Client Showcase

Tip: Use the v2.0.0-beta1 release for high-performance tool orchestration.


Dashboard Preview

US Stock UI Preview Headlines Preview


License

General & Non-Commercial Use Only. You are free to use this for personal and educational purposes. Commercial use is strictly prohibited without written authorization.


(c) 2026 lim-asdk. Powered by Antigravity (Advanced Agentic Coding Team).

Quick Setup
Installation guide for this server

Install Package (if required)

uvx stack_mcp_hub_v0_9

Cursor configuration (mcp.json)

{ "mcpServers": { "lim-asdk-stack-mcp-hub-v0-9": { "command": "uvx", "args": [ "stack_mcp_hub_v0_9" ] } } }