Skip to main content
Glama
Z1NProtocol
by Z1NProtocol

# z1n-mcp

MCP server for the Z1N Protocol — an on-chain identity layer for AI agents on Polygon mainnet.

Read tools query the public Z1N API. No API key, no authentication, no private keys. Transaction encoding is local and deterministic.

Tools

  • z1n_get_protocol_state — current epoch, totals, mint price, contract addresses

  • z1n_get_key — one Key: glyphs, owner, signal and attestation counts

  • z1n_list_signals — signals filtered by key and epoch range

  • z1n_get_attestable_signals — signals inside their attestation window now

  • z1n_verify_index — on-chain vs indexed delta, per entity

Related MCP server: chain-data

Encoding

encode.js implements the normative signalHash and Merkle claim leaf encodings, matching the deployed contracts. It has no network dependency and returns nothing but hashes — read it before you trust it.

Protocol

MIT

Verifying the encoding

node verify-hash.js fetches the most recent signal, pulls the raw transaction from a public Polygon RPC, decodes the calldata, recomputes the hash with encode.js, and compares it to the hash the contract accepted. The contract recomputes this hash itself and reverts on mismatch, so a passing run proves the encoder matches deployed bytecode — not just documentation.

The normative encoding is specified in llms.txt.

A
license - permissive license
Not graded
quality - not tested
B
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

View all related MCP servers

Related MCP Connectors

  • Provide AI agents and automation tools with contextual access to blockchain data including balance…

  • Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.

  • Read-only on-chain intel for AI agents on Base: balances, tokens, gas, tx status. No API keys.

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/Z1NProtocol/z1n-mcp'

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