streamable-httpupdated 2mo ago
Horizon Insights MCP is a remote MCP server for investment research workflows.
What can you do with Horizon Insights MCP?
Horizon Insights MCP
Horizon Insights MCP is a remote MCP server for investment research workflows.
It provides access to market data, financial statements, valuation data, macro indicators, charts, company transcripts, research materials, market news, and stock screening capabilities through MCP-compatible AI clients and platforms.
Capabilities
Horizon Insights MCP can help users access and analyze:
- A-share, US stock, and Hong Kong stock market data
- Index data and index constituents
- Financial statements and key financial metrics
- Valuation data such as PE, PB, dividend yield, and valuation percentiles
- Macro indicators
- Market news
- Company transcripts and research materials
- Charts and structured financial datasets
- Stock screening and strategy research workflows
Remote MCP Server
https://vmcp.hzinsights.com/mcp/
Transport:
streamable-http
Authentication
This MCP server requires a Bearer Token.
Header format:
Authorization: Bearer <USER_TOKEN>
Users can create a token in the user center:
https://vmcp.hzinsights.com/dashboard
Example MCP Configuration
{
"mcpServers": {
"horizon-insights": {
"url": "https://vmcp.hzinsights.com/mcp/",
"headers": {
"Authorization": "Bearer <USER_TOKEN>"
}
}
}
}
Replace <USER_TOKEN> with your own token.
Usage Examples
After connecting the server, users can ask questions such as:
Show me recent market data and valuation metrics for Kweichow Moutai.
Compare Apple and Microsoft using their latest financial statements and valuation data.
Find A-share companies with stable ROE, low valuation, and high dividend yield.
Summarize recent market news related to AI infrastructure and semiconductors.
Quota Notice
If your account quota is used up, the service may return a quota notice.
You can check your quota or recharge in the user center:
https://vmcp.hzinsights.com/dashboard
Registry
Official MCP Registry name:
io.github.shentao12022-cmyk/horizon-insights-mcp
Repository Metadata
This repository contains metadata and integration documentation for the Horizon Insights MCP server.
Install
Add Horizon Insights MCP to your client. Pick the one you use.
claude mcp add --transport http horizon-insights-mcp https://vmcp.hzinsights.com/mcp/codex mcp add horizon-insights-mcp --url https://vmcp.hzinsights.com/mcp/{
"mcpServers": {
"horizon-insights-mcp": {
"url": "https://vmcp.hzinsights.com/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"horizon-insights-mcp": {
"type": "http",
"url": "https://vmcp.hzinsights.com/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"horizon-insights-mcp": {
"url": "https://vmcp.hzinsights.com/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"horizon-insights-mcp": {
"serverUrl": "https://vmcp.hzinsights.com/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 70 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.34Latest | Jun 23, 2026 |