Gangtise MCP integration for AI agents.
Connect AI agents to Gangtise through 15 structured actions, including get company indicators, get daily kline, and get earnings forecast. Review authenticat…
- ACTION CONTRACTS
- 15
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the Gangtise integration exposes
The Gangtise Agent App exposes 15 provider-backed actions for finance and data work. Its current contract lets an authorized agent get gangtise a-share company indicator values as a time series or a single-date cross section, get gangtise unadjusted daily k-line market data for exact security codes in one supported market, and get gangtise broker-consensus earnings forecasts for exact security codes. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Gangtise account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Gangtise capabilities.
Showing 12 of 15 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_company_indicatorsREADGet Gangtise A-share company indicator values as a time series or a single-date cross section.
get_daily_klineREADGet Gangtise unadjusted daily K-line market data for exact security codes in one supported market.
INPUTS: market / securities / startDate / endDate / limit
get_earnings_forecastREADGet Gangtise broker-consensus earnings forecasts for exact security codes.
INPUTS: securities / startDate / endDate / consensusFields
get_financial_statementsREADGet Gangtise income statements, balance sheets, or cash-flow statements for exact security codes.
get_fund_flowREADGet historical A-share daily small, medium, large, extra-large, total, and main-fund net inflows.
INPUTS: securities / startDate / endDate / limit
get_main_business_breakdownREADGet a company's main-business revenue and profitability breakdown by product, industry, or region.
INPUTS: securities / startDate / endDate / breakdown / period
get_minute_klineREADGet historical minute K-line data for one or more exact A-share security codes.
INPUTS: securities / startTime / endTime / limit
get_realtime_quotesREADGet current Gangtise market snapshots for one or more exact security codes.
INPUTS: securities
get_top_shareholdersREADGet the top ten shareholders or top ten floating shareholders for exact security codes.
INPUTS: securities / holderType / startDate / endDate / fiscalYears
get_valuation_metricsREADGet Gangtise valuation metrics and their percentile ranks over a requested date range.
INPUTS: securities / startDate / endDate / indicators / limit
search_announcementsREADSearch Gangtise company announcement indexes without downloading source files.
INPUTS: market / keyword / securities / startDate / endDate
search_company_indicatorsREADSearch Gangtise A-share company indicators before requesting time-series or cross-section values.
INPUTS: keyword / limit
INPUT CONTRACTS
Know what the action needs before it runs.
get_daily_kline
marketREQUIRED- The Gangtise market to query.
securitiesREQUIRED- The exact Gangtise security codes valid for the selected market.
startDateREQUIRED- The first trading date to include.
endDateREQUIRED- The last trading date to include.
limitOPTIONAL- The maximum number of rows to return.
get_earnings_forecast
securitiesREQUIRED- The exact Gangtise security codes to query.
startDateREQUIRED- The first forecast update date to include.
endDateREQUIRED- The last forecast update date to include.
consensusFieldsOPTIONAL- The consensus forecast fields to return.
get_fund_flow
securitiesREQUIRED- The exact A-share security codes, or the official aShares token for the full market.
startDateREQUIRED- The first trading date to include.
endDateREQUIRED- The last trading date to include.
limitOPTIONAL- The maximum number of rows to return.
get_main_business_breakdown
securitiesREQUIRED- The exact Gangtise security codes to query.
startDateREQUIRED- The first report date to include.
endDateREQUIRED- The last report date to include.
breakdownREQUIRED- The business breakdown dimension.
periodOPTIONAL- The optional report period filter.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Company Indicators
Get Gangtise A-share company indicator values as a time series or a single-date cross section. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_company_indicatorsVerify with Get Daily Kline
Get Gangtise unadjusted daily K-line market data for exact security codes in one supported market. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_daily_klineSAFETY BOUNDARY
Operate Gangtise with explicit limits
- Authorize Gangtise with API key and grant only the provider access required by the selected actions.
- The current action names appear read-oriented, but returned Gangtise data may still be sensitive and should be minimized before it enters model context.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Gangtise rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the Gangtise task completed successfully.
CONNECTION MODEL
API key
Gangtise Access Key. Create an account and get both keys under My Account > Account List at https://open-platform.gangtise.com/.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 15
- WRITE SIGNALS
- 0
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 0
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Gangtise.