Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Penn-Lam • Finance & Markets
A Node.js MCP server that exposes Juhe Finance stock market data (China and U.S.) to Claude and other MCP clients.
Fetch real-time Shanghai/Shenzhen stock or index quotes (e.g., sh601009 or SSE Composite) to include in analyses or reports.
Paginated U.S. stock listings and basic market data to browse, filter, or summarize U.S. securities programmatically.
Reference stock data as embedded resources (hs-stock:// or us-stock:// URIs) for reproducible workflows in Claude or other MCP clients.
This MCP server proxies the Juhe Finance API to provide real-time (and historical) stock and index data for Shanghai/Shenzhen markets and paginated U.S. stock data. It exposes functionality both as callable tools (get-hs-stock-data, get-us-stock-data) and as resource URIs (hs-stock:// and us-stock://) so agents can embed or fetch stock data directly. It's a lightweight Node.js service that requires a JUHE_API_KEY and is intended for integration with Claude for Desktop or other MCP-capable agents. Benefits include standardized MCP interfaces, easy embedding of stock resources, and support for index queries and pagination for U.S. data.