Skip to main content
Glama
AffixIO

affixio

Official
by AffixIO

AffixIO MCP

Open-source Model Context Protocol connector for AffixIO zero-knowledge prove and verify.

Install works like Claude for every MCP client: point at the hosted URL, complete browser authorisation at affix-io.com/mcp. Without that step, tools will not run.

Install (Claude, Cursor, VS Code, others)

{
  "mcpServers": {
    "affixio": {
      "url": "https://www.affix-io.com/mcp"
    }
  }
}
  1. Paste the block into your MCP client config (examples in config/).

  2. Open the client. When prompted, finish authorisation in the browser.

  3. Call prove and verify from the agent tool list.

Or run npx -y github:AffixIO/MCP to print the same install block.

Connect guide: https://www.affix-io.com/docs/mcp-connect

Related MCP server: oaid-mcp

Why authorise at affix-io.com/mcp?

The hosted connector is the public gate for every client. OAuth 2.0 PKCE binds your MCP session. The open-source server talks to AffixIO upstream on the host side. You never paste platform credentials into frontend config.

Tools

Tool

Purpose

zk_verify_user

Confirm the MCP session is connected

zk_prove

Generate a ZK proof

zk_verify

Verify a proof / detect double-spend

zk_gate_verify

Allow/deny gate before privileged agent actions

zk_list_circuits

List compiled circuits

zk_merkle_proof

Merkle inclusion path

zk_merkle_verify

Verify Merkle path

zk_governance_stats

Audit tree stats

zk_health

Engine status

zk_identity_verify

KYC-style identity prove

Core circuits: yesno, health_age, kyc. Any id from zk_list_circuits works with zk_prove.

Agent pattern

  1. Authorise at https://www.affix-io.com/mcp.

  2. Call zk_verify_user once to confirm the session.

  3. Call zk_prove (or zk_identity_verify).

  4. Before a privileged tool runs, call zk_gate_verify (check or consume).

  5. On deny, stop. On allow, continue.

Repository layout

Path

Role

config/

Client install snippets (URL only)

src/

Open-source MCP server implementation

README.md

This guide

Affix operators running a hosted process set AFFIX_HOSTED=1 (see .env.example). Public users only need the URL config above.

Licence

Apache-2.0. See LICENSE.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Provides cryptographic identity and signing capabilities for AI agents, enabling them to create persistent identities, sign actions with private keys, and allow external systems to verify the authenticity and provenance of agent-initiated operations.
    Last updated
    4
    MIT
  • A
    license
    -
    quality
    -
    maintenance
    Enables AI agents to securely use Open Agent ID credentials for signing requests, looking up agent data, and exchanging encrypted messages. It performs all cryptographic operations within the server process to ensure private keys are never exposed to the AI agent.
    Last updated
  • A
    license
    A
    quality
    C
    maintenance
    Zero-knowledge proof generation MCP server. AI agents can prove identity claims (Coinbase KYC, Country, Google OIDC, Google Workspace, Microsoft 365) without revealing personal data. Runs in AWS Nitro Enclave TEE with x402 USDC payments.
    Last updated
    6
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    Provides a zero-knowledge credential vault for AI agents, allowing secure storage, retrieval, and management of secrets with cross-agent delegation and tamper-evident audit.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

  • Zero-knowledge attestation for agent capability and trust score claims

  • Issue Agent Passports and verify agent authority before value moves. Signed verification records.

  • Verifiable provenance for AI agents — ZK proofs over confidential documents, no plaintext exposure.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AffixIO/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server