io.github.Syronius/cryptair-mcp-server
NPM · @CRYPTAIR/MCP-SERVER · SCANNED SEP 24
Tamper-evident attestation tools for AI agents — on-chain receipts on Hedera Hashgraph mainnet.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 138 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability67
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1536 tokens (~256/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
- Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.Syronius/cryptair-mcp-server server?
io.github.Syronius/cryptair-mcp-server runs locally as an npm package, launched with npx -y @cryptair/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @cryptair/mcp-server
claude mcp add syronius-cryptair-mcp-server -- npx -y @cryptair/mcp-server
{
"mcpServers": {
"syronius-cryptair-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cryptair/mcp-server"
]
}
}
} {
"servers": {
"syronius-cryptair-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cryptair/mcp-server"
]
}
}
} codex mcp add syronius-cryptair-mcp-server -- npx -y @cryptair/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"syronius-cryptair-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"@cryptair/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add syronius-cryptair-mcp-server --command npx --arg -y --arg @cryptair/mcp-server
mcp_servers:
syronius-cryptair-mcp-server:
command: "npx"
args: ["-y", "@cryptair/mcp-server"] {
"McpServers": {
"syronius-cryptair-mcp-server": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@cryptair/mcp-server"
]
}
}
} assistant mcp add syronius-cryptair-mcp-server -t stdio -c npx -a -y @cryptair/mcp-server
{
"mcpServers": {
"syronius-cryptair-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cryptair/mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 24 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.
- 23 Sept 26 −3
- Stability: pass → 0.77 functional
- 22 Sept 26 0
- Stability: 0.97 → pass security
- 21 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 +1
- Security disclosure: unverified → fail ▼ functional
- 17 Sept 26 0
- Security disclosure: fail → unverified ▼ functional
- 16 Sept 26 −2
- Stability: pass → 0.80 functional
- 15 Sept 26 0
- Stability: 0.97 → pass security
- Security disclosure: unverified → fail ▼ functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 24 Sept 2026 · Analysed npm/@cryptair/mcp-server@0.1.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
certify_document ~248
Create a tamper-evident, on-chain proof that a document exists in this exact state right now. USE WHEN you want to: - Lock in a contract, proposal, or agreement at a specific moment - Prove a deliverable existed before a deadline - Anchor a code commit, report, or any digital artifact to an immutable timestamp - Generate a receipt that anyone can verify (no Cryptair account required to verify) This is a SINGLE-PARTY operation. It writes a SHA-256 hash of the file to Hedera Hashgraph. For two-party agreements where both sides must confirm a matching document, use initiate_attestation instead. Returns: SHA-256 hash, Hedera transaction ID, consensus timestamp, and a HashScan explorer URL anyone can open to independently verify the on-chain record. Requires a Cryptair API key. If none is configured, call register_agent first.
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | Absolute path to the file to certify. SHA-256 hashed locally before sending. |
| notify_email | string | – | Optional. If set, Cryptair emails a PDF certificate to this address. Useful when a human counterparty needs the receipt. |
No output schema declared.
No examples provided.
check_attestation ~119
Look up the current status of an attestation session. USE WHEN you want to: - Poll whether the counterparty has completed an attestation you initiated - Retrieve the certificate URL after certification - Check whether a session has expired or been tampered Returns: { status: 'pending' | 'certified' | 'tampered', hedera_tx, certificate_url, expires_at, ... } This endpoint is public — no API key required.
| Name | Type | Req | Description |
|---|---|---|---|
| session_id | string | yes | The session ID returned by initiate_attestation. |
No output schema declared.
No examples provided.
initiate_attestation ~358
Start a TWO-PARTY attestation. Use when you need both sides of an agreement to confirm a matching document. USE WHEN you want to: - Get a counterparty (another agent or a human) to formally acknowledge receipt of a contract, proposal, or deliverable - Lock in a mutual agreement that's only valid if both sides see the same content - Create an audit-grade record that two parties agreed on this exact document How it works: 1. You initiate with a document hash. Cryptair returns a shareable URL. 2. You send the URL to your counterparty (out of band — email, Slack, etc.). 3. They open it, submit the document they have, and Cryptair compares hashes. 4. If hashes match: certified on Hedera. If not: tamper recorded on Hedera. 5. The counterparty does NOT need a Cryptair account. They can complete for free. Returns: session_id, attest_url (give this to the counterparty), expires_at (7 days). Poll with check_attestation to see when the counterparty completes. Requires a Cryptair API key. Call register_agent first if you don't have one.
| Name | Type | Req | Description |
|---|---|---|---|
| counterparty_name | string | yes | Human-readable name of the counterparty (e.g., 'Acme Corp', 'jane@example.com'). Shown on the certificate. Max 256 chars. |
| document_hash | string | yes | 64-character lowercase hex SHA-256 of the document. Hash locally first; do not send the file content. |
| metadata | object | – | Optional. Arbitrary JSON object stored with the session (e.g., contract type, reference IDs). |
No output schema declared.
No examples provided.
register_agent ~273
Create a Cryptair account for this agent and store the API key locally so future tool calls are authenticated. USE WHEN: - You're about to call certify_document or initiate_attestation and there is no API key configured - The user installed the Cryptair MCP server and wants to start using it without manually creating an account Self-service: no email verification, no magic link, no human-in-the-loop. The API key is generated immediately and persisted to ~/.cryptair/credentials.json. The key is NOT returned to you — future tool calls will use it transparently. Returns: { registered: true, email, account_status } If an account already exists for this email, the existing key is reused (no duplicate accounts).
| Name | Type | Req | Description |
|---|---|---|---|
| company | string | – | Optional. Company or organization name. |
| string | yes | Email for the account. Used as the agent identity. Welcome notifications and certificates may be sent here. | |
| framework | string | – | Agent framework being used. Default: custom (suitable for MCP-based agents). |
| planned_use | string | – | Primary use case. Default: exploring (good choice if unsure or for first-time setup). |
| what_building | string | – | Free-text description of what this agent is building. Helps Cryptair understand usage patterns. Default: 'MCP integration'. |
No output schema declared.
No examples provided.
submit_attestation ~366
Complete a two-party attestation as the COUNTERPARTY. You received an attest_url from someone who initiated. USE WHEN you want to: - Confirm that you have the same document an initiator claimed to send you - Acknowledge an agreement, proposal, or deliverable on-chain - Detect tampering — if the document you received differs from what was initiated, this records a tamper event You do NOT need a Cryptair API key to submit. The attest_url contains a one-time token that authorizes you. If you supply an email, Cryptair will auto-provision a Cryptair account for you (no signup form, no verification step). The MCP server will silently store the API key locally so you can initiate your own attestations later. Returns: { status: 'certified' | 'tampered', hedera_transaction_id, certificate_url } - 'certified' = hashes matched, agreement recorded on Hedera - 'tampered' = hashes did not match, tamper event recorded on Hedera
| Name | Type | Req | Description |
|---|---|---|---|
| attest_url | string | yes | The full URL the initiator sent you (e.g. https://www.cryptair.io/attest/<id>?token=<jwt>). |
| document_hash | string | – | 64-character hex SHA-256 of the document, if you already have it. Provide this OR file_path. |
| string | – | Optional. If supplied and you don't have a Cryptair account yet, one will be auto-provisioned for you and stored locally. Recommended for agents that may want to initiate their own attestations later. | |
| file_path | string | – | Absolute path to the file you received. Will be SHA-256 hashed locally. Provide this OR document_hash. |
No output schema declared.
No examples provided.
verify_document ~172
Check whether a document has a prior Cryptair attestation on Hedera Hashgraph. USE WHEN you want to: - Confirm a counterparty's claim that a document was certified - Detect whether a file has been altered since it was attested - Look up the original Hedera transaction for a given file This is PUBLIC — no API key required. Anyone can verify any document. Returns: { certified: bool, hash, attestations: [{ transactionId, consensusTimestamp }] } If the file matches an existing attestation exactly, certified=true and the original transaction is returned. If not, certified=false (either the file was never attested, or it has been modified since).
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | Absolute path to the file to verify. SHA-256 hashed locally before sending. |
No output schema declared.
No examples provided.
What is the io.github.Syronius/cryptair-mcp-server server?
io.github.Syronius/cryptair-mcp-server is listed in the public MCP registry as io.github.Syronius/cryptair-mcp-server. Tamper-evident attestation tools for AI agents, on-chain receipts on Hedera Hashgraph mainnet. This page covers its npm package (@cryptair/mcp-server).
Is the io.github.Syronius/cryptair-mcp-server server safe to use?
io.github.Syronius/cryptair-mcp-server scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 24 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.Syronius/cryptair-mcp-server server expose?
io.github.Syronius/cryptair-mcp-server exposes 6 tools: certify_document, verify_document, initiate_attestation, submit_attestation, check_attestation, register_agent. Their descriptions and schemas cost roughly 1,536 tokens of context every time the server is loaded.
Is the io.github.Syronius/cryptair-mcp-server server still maintained?
io.github.Syronius/cryptair-mcp-server is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.Syronius/cryptair-mcp-server server under?
io.github.Syronius/cryptair-mcp-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.