FactorHub MCP Server
Rank #46,102glama/michaelfeng/factorhub-mcp
A China A-share market data MCP server that enables AI agents to query factor data, market quotes, valuations, and run strategy backtests.
FactorHub MCP Server is a Model Context Protocol (MCP) server published by michaelfeng. It ranks #46,102 of 132,113 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. FactorHub MCP Server is listed across 2 registries — Glama and PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Mar 16, 2026.
Ranks ahead of 86,011 of 132,113 servers on MCP Toplist.
Use FactorHub MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http factorhub-mcp https://factorhub.cn/mcp/sse[mcp_servers.factorhub-mcp]
url = "https://factorhub.cn/mcp/sse"Add to ~/.codex/config.toml.
https://factorhub.cn/mcp/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"factorhub-mcp": {
"url": "https://factorhub.cn/mcp/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"factorhub-mcp": {
"type": "http",
"url": "https://factorhub.cn/mcp/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"factorhub-mcp": {
"serverUrl": "https://factorhub.cn/mcp/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"factorhub-mcp": {
"url": "https://factorhub.cn/mcp/sse"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fmichaelfeng%2Ffactorhub-mcp)<a href="https://mcptoplist.com/server/glama%2Fmichaelfeng%2Ffactorhub-mcp"><img src="https://mcptoplist.com/badge/glama%2Fmichaelfeng%2Ffactorhub-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
michaelfeng
Other servers by michaelfeng
View all michaelfeng servers →Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains FactorHub MCP Server?
- FactorHub MCP Server is maintained by michaelfeng, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is FactorHub MCP Server listed on the Official MCP Registry?
- FactorHub MCP Server is not on the Official MCP Registry. It is listed on Glama and PulseMCP.
- How many versions does FactorHub MCP Server have?
- FactorHub MCP Server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for FactorHub MCP Server?
- The source code for FactorHub MCP Server is hosted at github.com/michaelfeng/factorhub-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.