salary-mcp-agent
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| schema | What this dataset contains, where it came from, and how to read it. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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