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 arithmetic tool performs a distinct operation (add, subtract, multiply, divide) and the webhook tool is clearly different. No ambiguity.
All arithmetic tools use a single verb (add, subtract, multiply, divide) and the webhook tool follows a verb_noun pattern (send_to_webhook). Consistent naming convention.
5 tools is appropriate for a focused set. The count is not excessive and the tools cover basic arithmetic plus a webhook utility. Slightly thin for an 'all-in-one' claim but still reasonable.
The arithmetic set lacks operations like modulo, exponentiation, or more complex math. The webhook tool seems disconnected. Overall, the surface is too sparse for a server named 'all-in-one'.