AgentSkills MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENTSKILLS_API_KEY | Yes | API key for AgentSkills API. Sign up at agentskills.io to obtain one. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_searchA | Perform a real-time web search and get structured results with a summary. Returns top results with title, URL, snippet, and an AI-generated summary. |
| code_reviewA | Analyze code for issues, security vulnerabilities, and improvement suggestions. Returns a score, summary, list of issues with severity, and positive observations. |
| business_dataB | Look up Korean business data including company information, news, and financial data. Useful for researching Korean companies by name or business registration number. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: business_data focuses on Korean business information, code_review analyzes code quality and security, and web_search performs general web searches. There is no overlap in functionality or ambiguity between these tools.
The naming follows a consistent snake_case pattern (business_data, code_review, web_search), which is readable and predictable. The only minor deviation is that 'business_data' uses a compound noun while the others are more action-oriented, but this doesn't break the overall consistency.
With only 3 tools, the server feels thin for a general-purpose 'AgentSkills' server. While each tool is distinct, the scope implied by the server name suggests a broader set of agent capabilities might be expected, making this borderline appropriate.
For a server named 'AgentSkills', there are notable gaps in common agent capabilities such as file operations, data processing, or communication tools. However, the three provided tools cover useful domains (business research, code analysis, web search) without dead ends in their respective areas.