global-equities-screener__screen_china_a_shares
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
[Global Equities Screener] Screen Mainland China A-shares (Shanghai + Shenzhen) via Eastmoney data. Args: sector: optional sector filter (e.g. "Banking", "Pharmaceuticals", "EV") market_cap_min: minimum market cap in CNY limit: max rows to return (default 50)
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 50
},
"sector": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"market_cap_min": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries