Skip to main content
Glama
RMXtec

qrchat-mcp

by RMXtec

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QRCHAT_API_URLNoBase URL for the QRChat Agent Chat API.https://qrchat.eu/php/agent-api.php
QRCHAT_AGENT_KEYYesYour QRChat agent API key, scoped to one room.

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
qrchat_read_messagesB

Read messages from this agent's QRChat room and return the API notice verbatim.

qrchat_send_messageB

Post to this agent's QRChat room; one timeout retry reuses the generated UUID.

qrchat_room_infoA

Check connectivity and return this room's code/title and agent name.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: one for connection info, one for reading, one for sending. No overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent qrchat_verb_noun pattern using snake_case, making the set predictable and easy to navigate.

Tool Count5/5

Three tools is well-scoped for a simple chat room interaction server, covering the essential operations without unnecessary bloat.

Completeness4/5

The core read/send workflow is fully covered, along with a connectivity check. Minor gaps like message history pagination or room management are not critical for the stated purpose.

Maintenance

ActivitySlowing
ResponsivenessNo issues