@humanaccepted/mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HUMANACCEPTED_API_KEY | Yes | Your tenant's sk_... API key (from POST /bootstrap) | |
| HUMANACCEPTED_AGENT_ID | No | Stable agent id across the session | mcp_agent |
| HUMANACCEPTED_BASE_URL | No | Override for local dev or staging | https://humanaccepted.ola-turmo.workers.dev |
| HUMANACCEPTED_AGENT_TYPE | No | e.g. claude-sonnet-4.6, openai:gpt-5.5 | mcp |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
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.
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.
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.
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.