Skip to main content
Glama
AffixIO

Affixio MCP

Official
by AffixIO

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AFFIX_API_KEYNoLicence key. Defaults to local_operator for offline use.local_operator
AFFIX_API_BASENoOverride API base. Unset means SDK default.
AFFIX_MCP_HOMENoState directory. Defaults to ~/.affix-mcp.~/.affix-mcp
AFFIX_MCP_AGENT_IDNoDefault agent id.
AFFIX_MCP_CURRENCYNoCurrency code. Defaults to GBP.GBP
AFFIX_MCP_MAX_AMOUNTNoOptional numeric cap. Denies above it.
AFFIX_MCP_ALLOWED_TOOLSNoComma-separated list of allowed tools. Empty means any tool may attest.
AFFIX_MCP_BLOCKED_PATTERNSNoComma-separated list of blocked argument patterns. Defaults to sk_live_, AKIA, PRIVATE KEY.sk_live_,AKIA,PRIVATE KEY

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
attest_actionA

Record a local action and return a signed yes-or-no ACTION attestation. PII stays on the host.

verify_actionC

Verify a local ACTION attestation and return valid true or false with a reason.

gate_tool_callB

Policy gate for one privileged agent tool call. Returns allow or deny plus a signed decision.

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 targets a distinct stage in the attestation workflow: gating a tool call, recording an action, and verifying an attestation. There is no ambiguity between them, as the verb and noun clearly separate purposes.

Naming Consistency5/5

All three tool names follow a consistent verb_noun pattern: gate_tool_call, attest_action, verify_action. This makes the naming predictable and easy to reason about.

Tool Count5/5

With only three tools, the server is tightly scoped to its attestation/gating purpose without unnecessary bloat. Each tool serves a necessary role in the workflow.

Completeness5/5

The tool set covers the full lifecycle of attestation: gating a call, creating an attestation, and verifying it. No obvious gaps exist for the stated domain.

Maintenance

ActivityMaintained
ResponsivenessNo issues