Skip to main content
Glama
PandaNePanda

Hyperagent MCP

by PandaNePanda

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HYPERAGENT_COOKIES_FILENoAbsolute or relative path to the cookie file. Default is ./cookies.md relative to current working directory.cookies.md

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
hyperagent_modelsA

Lists the two Hyperagent models supported by this local bridge.

hyperagent_chatA

Sends a prompt to Fable 5 or GPT-5.6 Sol through Hyperagent. Omit thread_id to create a thread; reuse the returned thread_id to continue it.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: hyperagent_models lists supported models, and hyperagent_chat handles chat interactions. There is no functional overlap between them.

Naming Consistency5/5

Both tool names follow a consistent snake_case pattern with the 'hyperagent_' prefix, making them easy to understand and predict.

Tool Count4/5

With only 2 tools, the server feels minimal but still covers the core functionality of listing models and chatting. A few more management tools (e.g., thread listing) would be welcome, but the count is not unreasonable for a focused bridge.

Completeness4/5

The essential operations (list models, send prompts, manage threads implicitly via thread_id) are covered. Minor gaps include the lack of explicit thread management tools like list or delete threads, but the core workflow is supported.

Maintenance

ActivitySlowing
ResponsivenessNo issues