spz-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SPZ_HOST | No | Host to connect to StableProjectorz agent bridge (default 127.0.0.1) | 127.0.0.1 |
| SPZ_PORT | No | Port for StableProjectorz agent bridge (default 8765) | 8765 |
| SPZ_TOKEN | No | Optional token for authenticating with the agent bridge (default none) |
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 |
|---|---|
| spz_bridge_statusA | Check whether StableProjectorz is reachable and report how to enable the agent bridge. Use this when the other tools are missing or failing. |
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 1 tool
With only one tool, there is no possibility of confusion or overlap. The tool's purpose is clearly limited to checking bridge status, and no other tools exist to compete with it.
The single tool name 'spz_bridge_status' is descriptive and clear. It does not follow a verb_noun pattern, but with only one tool there is no inconsistency to penalize.
At just one tool, the server is severely under-scoped. The tool description references 'other tools' that are expected to exist, but they are absent, so the count is far too low for the apparent purpose of managing a StableProjectorz bridge.
The tool only reports status and suggests how to enable the bridge; there are no tools to actually enable, configure, or interact with StableProjectorz. This is a severely incomplete surface, as agents cannot perform any meaningful operations beyond checking availability.