Skip to main content
Glama
Ola-Turmo

@humanaccepted/mcp

by Ola-Turmo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HUMANACCEPTED_API_KEYYesYour tenant's sk_... API key (from POST /bootstrap)
HUMANACCEPTED_AGENT_IDNoStable agent id across the sessionmcp_agent
HUMANACCEPTED_BASE_URLNoOverride for local dev or staginghttps://humanaccepted.ola-turmo.workers.dev
HUMANACCEPTED_AGENT_TYPENoe.g. claude-sonnet-4.6, openai:gpt-5.5mcp

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
humanaccepted_session_infoA

Returns information about the current HumanAccepted session — run_id, receipt count, and the tenant's public key (for offline verification).

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 1 tool

Disambiguation5/5

There is only one tool, so there is no possibility of confusion or overlap. The tool's purpose is clearly defined and distinct by virtue of being the sole tool.

Naming Consistency5/5

With a single tool, there is no pattern to violate. The name 'humanaccepted_session_info' is descriptive and follows a clear noun-based convention, which is internally consistent.

Tool Count3/5

A single tool is on the thin side, but for a narrowly scoped server focused solely on session info, it is acceptable. The tool earns its place, though there is only one.

Completeness4/5

The tool fully covers the stated purpose of returning session information. Minor gaps could include related operations like verifying receipts, but within the narrow domain of 'session info' it is complete.

Maintenance

ActivityInactive
ResponsivenessNo issues