impossible-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_TRANSPORT | No | Transport for the MCP server: 'stdio' or 'http'. Defaults to stdio. Use 'http' to run the HTTP service. | stdio |
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
} |
| logging | {} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| echoA | Return text to the caller with an optional prefix. |
| server-timeA | Return the server's current time as an ISO-8601 value. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| review-tool-result | Ask a model to assess a tool result for correctness and gaps. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| about | Server identity and customization guidance |
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: one echoes text, the other returns the server time. There is no possibility of an agent confusing them.
'echo' follows a verb style while 'server-time' uses a noun-phrase style with a hyphen, so the naming convention is not fully consistent. However, with only two tools, the mismatch is minor and both names are readable.
Two tools is on the thin side for a server, but the functionality is simple and each tool serves a clear standalone purpose. The count feels minimal rather than excessive.
The server has no clearly defined domain, so there are no obvious CRUD gaps. As a minimal utility set, echo and server-time cover their stated functions, but the surface is too sparse to call it complete for any broader purpose.