Integrates social insurance, housing provident fund, disability insurance, income tax, work injury compensation, and work death compensation calculation functions.
apikey
An implementation of the Model Context Protocol (MCP) server that integrates social security, housing provident fund, disability insurance, income tax, work injury compensation, and work death compensation calculation functions.
getCityCanbaoYear
: Query the year of disability insurance payment for a city based on the city code.getCityShebaoBase
: Query the disability insurance payment base for a city based on the city code and year.calcCanbaoCity
: Calculate the recommended number of disabled employees to hire and the cost savings for a city.getCityPersonDeductRules
: Query the special additional deductions for individual income tax on wages and salaries.calcCityNormal
: Calculate the detailed individual income tax payment for a city based on the salary.calcCityLaobar
: Calculate the tax payable for a one-time labor remuneration.getCityIns
: Query the social security and housing provident fund payment information for a city based on the city ID.calcCityYearEndBonus
: Calculate the tax payable for an annual one-time bonus.getCityGm
: Calculate the work death compensation for a city.getCityAvgSalary
: Query the average salary of the previous year for a city based on the city ID.getCityDisabilityLevel
: Query the disability levels for a city based on the city ID.getCityNurseLevel
: Query the nursing levels for a city based on the city ID.getCityCompensateProject
: Query all types of work injury expenses.getCityInjuryCData
: Query the calculation rules for work injury expenses.getCityCalcInjury
: Calculate the work injury expenses for a city based on the city ID and expense type item.getshebaoInsOrg
: Query the social security policies for a specified city.calculator
: Calculate the detailed social security and housing provident fund payments for a city.In the mcp-server.yaml
file, set the apikey
field to a valid API key.
On the user's MCP Client interface, add the relevant configuration to the MCP Server list.
by: Higress official
Time Calibration: Can provide the current time based on a specified time zone. It can also determine the user location through their IP address, and then provide an accurate time based on the time zone of that location.