z1n-mcp
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@z1n-mcpwhat's the current Z1N protocol state and mint price?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
# 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 addressesz1n_get_key— one Key: glyphs, owner, signal and attestation countsz1n_list_signals— signals filtered by key and epoch rangez1n_get_attestable_signals— signals inside their attestation window nowz1n_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
Machine-readable overview: https://www.z1nprotocol.xyz/llms.txt
Contract ABIs: https://www.z1nprotocol.xyz/abi/
ERC-8004:
eip155:137:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432#630
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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Free verified network knowledge for AI agents: deterministic answers, honest unknowns.
Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.
Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to resolve smart contract ABIs, read, encode, simulate, and prepare transactions across multiple blockchains via a REST API or MCP server, with no signing required.-
- AlicenseAqualityCmaintenanceEnables AI agents to fetch live multi-chain portfolio, token info, gas prices, and token prices across Ethereum, Base, Polygon, Arbitrum, and Optimism with a single call. No API key required.4MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to query cryptographically verified facts with zero-knowledge proofs, selective disclosure, and tamper-evident provenance.73 npm1Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables users to search the on-chain index of 378,000+ ERC-8004 agents and read Cybercentry verification results spanning token, code, media, web, and wallet dimensions.MIT