Suppr MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUPPR_API_KEY | Yes | Your Suppr API key obtained from https://suppr.wilddata.cn/api-keys |
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_translationB | Create a document translation task. Supports file upload via path or URL. |
| get_translationA | Get translation task details and status. Use this to check progress and get result URLs. |
| list_translationsA | List translation tasks with pagination. View all historical translation tasks. |
| search_documentsB | AI-driven semantic search for academic literature. Input natural language query to find relevant papers. |
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 4 tools
Each tool has a clear, distinct purpose: create, get, and list translations, plus search documents. There is no overlap or ambiguity between them.
All tool names follow a consistent verb_noun pattern: create_translation, get_translation, list_translations, and search_documents. No mixed conventions.
Four tools is a reasonable size for a server handling translation tasks and document search. It feels slightly minimal but each tool serves a distinct purpose.
The translation lifecycle covers create, get, and list, but lacks update/delete/cancel operations. The search_documents tool seems unrelated to translations, creating a mixed domain with notable gaps.