Skip to main content
Glama
shady2k

Spruthub MCP Server

by shady2k

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SPRUTHUB_EMAILYesEmail for authentication
SPRUTHUB_SERIALYesDevice serial number
SPRUTHUB_WS_URLYesWebSocket URL for Spruthub server
SPRUTHUB_PASSWORDYesPassword for authentication

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
spruthub_list_methodsA

List all available Sprut.hub JSON-RPC API methods with their categories and descriptions

spruthub_get_method_schemaA

Get detailed schema for a specific Sprut.hub API method including parameters, return type, examples

spruthub_call_methodA

Execute any Sprut.hub JSON-RPC API method. IMPORTANT: You MUST call spruthub_get_method_schema first to understand the exact parameter structure before calling this method. Never guess parameters.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinctly different role: listing methods, retrieving schemas, and executing calls. There is no overlap or ambiguity in their purposes.

Naming Consistency5/5

All three tools follow a consistent 'spruthub_' prefix with clear verb_noun structure (list_methods, get_method_schema, call_method). The naming pattern is uniform and predictable.

Tool Count5/5

Three tools are perfectly scoped for a meta-server that dynamically exposes a full JSON-RPC API. Each tool provides a necessary layer of the interaction workflow.

Completeness5/5

The set covers the complete lifecycle of API interaction: discovering available methods, understanding their schemas, and invoking them. No essential capabilities are missing for the domain.

Maintenance

ActivityInactive
ResponsivenessNo issues