MCP All-in-One Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| send_to_webhookC | Send a prompt to the n8n webhook and get the response. Args: prompt: The text prompt to process |
| addA | Add two numbers |
| subtractA | Subtract b from a |
| multiplyA | Multiply two numbers |
| divideA | Divide a by b |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| webinar_to_blog | Convert a webinar transcript into a blog post |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_playbook | Get the customer support playbook |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: the four arithmetic operations are unambiguous, and send_to_webhook is completely unrelated to math. There is no realistic confusion between any two tools.
The arithmetic tools follow a bare verb pattern (add, subtract, multiply, divide), while send_to_webhook uses a verb_preposition_target pattern. The names are readable but mix two different naming styles.
Five tools is a reasonable number for a small server, and none feel redundant. However, the 'All-in-One' branding makes the set feel slightly sparse given the broad implied scope.
The set only covers basic arithmetic plus a single webhook integration, which is far from complete for something called 'All-in-One.' Even within math, common operations like modulo or exponentiation are missing, and there are no other integrations or resource management tools.