Tianyancha MCP integration for AI agents.
Connect AI agents to Tianyancha through 24 structured actions, including find company relationship paths, verify company identity, and get company actual con…
- ACTION CONTRACTS
- 24
- 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 Tianyancha integration exposes
The Tianyancha Agent App exposes 24 provider-backed actions for data work. Its current contract lets an authorized agent find the shortest ownership, employment, legal, business, or historical relationship paths between two companies, verify that a company name, legal representative, and registration code identify the same company, and get a company's suspected actual controllers, ownership ratios, and control paths from tianyancha. 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 Tianyancha account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Tianyancha capabilities.
Showing 12 of 24 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
find_company_relationship_pathsREADFind the shortest ownership, employment, legal, business, or historical relationship paths between two companies.
INPUTS: sourceCompanyName / sourceCompanyId / targetCompanyName / targetCompanyId / relationshipTypes
verify_company_identityREVIEWVerify that a company name, legal representative, and registration code identify the same company.
INPUTS: companyName / legalPersonName / registrationCode
get_company_actual_controlREADGet a company's suspected actual controllers, ownership ratios, and control paths from Tianyancha.
INPUTS: keyword
get_company_annual_reportsREADGet a company's annual reports, including disclosed financial, shareholder, investment, and social security information.
INPUTS: keyword / year
get_company_basic_infoREADGet Tianyancha company registration details by company identifier.
INPUTS: keyword
get_company_contact_infoREADGet a company's phone numbers, email addresses, websites, and registered address.
INPUTS: keyword
get_company_development_infoREADGet a company's core team, products, financing history, investment events, competitors, and investment institutions.
INPUTS: keyword
get_company_intellectual_propertyREADGet a company's trademarks, patents, software copyrights, works copyrights, and ICP registrations.
INPUTS: keyword
get_company_judicial_riskREADGet a company's combined legal cases, hearings, court notices, enforcement, dishonesty, filing, and service-announcement data.
INPUTS: keyword
get_company_riskREADGet a company's Tianyancha risk summary, including own, related, historical, and alert risks.
INPUTS: keyword
get_company_risk_detailREADGet one page of detailed Tianyancha risk records using a risk ID and type from get_company_risk.
INPUTS: riskId / riskType / pageNum / pageSize
list_company_branchesREADList a company's branch organizations and their registration details.
INPUTS: keyword / pageNum / pageSize
INPUT CONTRACTS
Know what the action needs before it runs.
find_company_relationship_paths
sourceCompanyNameOPTIONAL- The exact source company name.
sourceCompanyIdOPTIONAL- The Tianyancha source company ID.
targetCompanyNameOPTIONAL- The exact target company name.
targetCompanyIdOPTIONAL- The Tianyancha target company ID.
relationshipTypesOPTIONAL- The relationship categories to search. Omit this field to use Tianyancha's default categories.
verify_company_identity
companyNameOPTIONAL- The exact company name to verify.
legalPersonNameOPTIONAL- The legal representative name to verify.
registrationCodeOPTIONAL- The unified social credit code, registration number, or organization code to verify.
get_company_actual_control
keywordOPTIONAL- A company name, Tianyancha company ID, registration number, or unified social credit code.
get_company_annual_reports
keywordREQUIRED- A company name, Tianyancha company ID, registration number, or unified social credit code.
yearOPTIONAL- The report year to retrieve. Omit it to retrieve every available year.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Find Company Relationship Paths
Find the shortest ownership, employment, legal, business, or historical relationship paths between two companies. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
find_company_relationship_pathsVerify with Get Company Actual Control
Get a company's suspected actual controllers, ownership ratios, and control paths from Tianyancha. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_company_actual_controlSAFETY BOUNDARY
Operate Tianyancha with explicit limits
- Authorize Tianyancha with API key and grant only the provider access required by the selected actions.
- The current action names appear read-oriented, but returned Tianyancha 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 Tianyancha rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the Tianyancha task completed successfully.
CONNECTION MODEL
API key
Tianyancha API token sent with the Authorization header. Obtain it from Data Center > My APIs: https://open.tianyancha.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
- 23
- WRITE SIGNALS
- 0
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 1
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 Tianyancha.