mcp-upstage
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UPSTAGE_API_KEY | Yes | Your Upstage API key |
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| parse_documentB | Parse a document using Upstage AI's document digitization API. |
| extract_informationC | Extract structured information from documents using Upstage Universal Information Extraction. |
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 2 tools
The two tools have clearly distinct purposes: parse_document extracts layout-preserving content, while extract_information extracts structured data using a schema. No overlap in functionality.
Both tool names use the verb_noun pattern with snake_case (parse_document, extract_information), maintaining consistent naming conventions.
With only 2 tools, the server feels minimal for a document processing domain. While focused, it is borderline thin for typical workflows.
The two tools cover core document digitization and extraction needs. Minor gaps exist (e.g., no file upload or conversion), but the primary use cases are addressed.