Skip to main content
Glama
yschang1688

salary-mcp-agent

by yschang1688

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
lookup_companyA

Look up one company's salary disclosure by stock code or name.

Args: query: A 4-6 digit TWSE/TPEx stock code (e.g. "2330"), or part of a company name (e.g. "台積"). Names are matched as a substring, so a short query can return several companies.

industry_statsA

Summarise the pay distribution within one industry.

Use this to judge whether a single company's pay is high or low for its sector — an absolute figure means little without the sector baseline.

Args: industry: Industry name or part of one, e.g. "半導體", "航運業", "電子通路".

top_by_medianA

Rank companies by non-managerial median pay, highest first.

Args: industry: Optional industry filter (substring). Empty means all industries. min_median: Optional floor in 萬元/yr, e.g. 120 keeps only companies paying a median of NT$1.2M or more. limit: How many to return (1-50; values above 50 are clamped to 50).

company_trendA

Show one company's median pay for every year on record (2019-2025).

Args: code: A 4-6 digit TWSE/TPEx stock code, e.g. "2330".

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
schemaWhat this dataset contains, where it came from, and how to read it.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yschang1688/salary-mcp-agent'

If you have feedback or need assistance with the MCP directory API, please join our Discord server