Node Crypto Connector for AI agents.
1 live capability
Sign API requests and verify webhooks with perfect cryptographic accuracy.
Waiting for input…
Why people use Node Crypto
Crypto Hash Engine for Secure Webhook Verification
This Connector takes that manual work off your plate. Your agent calls the capability, sends the payload and secret, and gets the exact hex digest back in one go. It turns a five-minute debugging headache into a three-second automated task.
What Vinkius changes
Your agent gets 100% accurate cryptographic signatures instead of hallucinated guesses.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Stripe Webhook Verification
An engineer asks the agent to verify a Stripe payload.
- Real-world use case 02
Shopify API Signing
A developer needs to sign a request to Shopify.
- Real-world use case 03
File Integrity Checks
A user wants to check if a file was corrupted.
Complete set · 1capability
The complete Node Crypto capability set.
These are the exact actions your AI can choose when you ask it to work with Node Crypto.
01
1 capability in this set.
Part of 1 available through Node Crypto.
- 01 Capability
Hash payload
Generates a mathematical cryptographic hash or HMAC for signing webhooks and API payloads. You can specify the algorithm and provide a secret key to ensure 100% accuracy.
Set up in minutes
One URL. Then ask Node Crypto to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Node Crypto from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ExrheqLNp398PCQGOrBOD5gdyHYDjJWnoq5YE8Oh/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Node Crypto, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Node Crypto for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ExrheqLNp398PCQGOrBOD5gdyHYDjJWnoq5YE8Oh/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Node Crypto URL.
- Step 03
Save and start
Save the connection and enable Node Crypto in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"crypto-hash-engine": {
"url": "https://edge.vinkius.com/vk_preview_ExrheqLNp398PCQGOrBOD5gdyHYDjJWnoq5YE8Oh/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Node Crypto
Open Agent mode in chat and ask: "Using Node Crypto, help me...". 1 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"crypto-hash-engine": {
"url": "https://edge.vinkius.com/vk_preview_ExrheqLNp398PCQGOrBOD5gdyHYDjJWnoq5YE8Oh/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Node Crypto
Ask Copilot: "Using Node Crypto, help me...". 1 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"crypto-hash-engine": {
"url": "https://edge.vinkius.com/vk_preview_ExrheqLNp398PCQGOrBOD5gdyHYDjJWnoq5YE8Oh/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Node Crypto
Open Cascade and ask: "Using Node Crypto, help me...". 1 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"crypto-hash-engine": {
"url": "https://edge.vinkius.com/vk_preview_ExrheqLNp398PCQGOrBOD5gdyHYDjJWnoq5YE8Oh/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Node Crypto
Ask Cline: "Using Node Crypto, help me...". 1 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add crypto-hash-engine --transport http "https://edge.vinkius.com/vk_preview_ExrheqLNp398PCQGOrBOD5gdyHYDjJWnoq5YE8Oh/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Node Crypto
Ask Claude: "Using Node Crypto, show me...". 1 tools are ready
Where the request belongs
Work Node Crypto can move forward.
This is for the backend engineer who needs to secure webhooks or the security analyst who's tired of manual hash verification failing in production.
Backend Engineer
Signs production API requests for Stripe or Shopify integrations on a Tuesday afternoon.
Security Engineer
Verifies incoming webhook signatures to prevent spoofing and unauthorized data access.
Full-stack Developer
Handles cryptographic requirements without writing custom Node.js crypto boilerplate for every endpoint.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsHash Checksum Calculator
Generate, compare, and validate cryptographic and non-cryptographic hashes like MD5, SHA-256, and CRC32.
Cryptographic Action Attestor
Creates a tamper-proof audit trail of every agent action using SHA-256 hashing.
Webhook HMAC Signature Validator
Verify the authenticity of incoming webhook payloads by validating their HMAC signatures.
Object Hash Engine
Generate deterministic SHA-256 fingerprints of any JSON object. Keys are automatically sorted so {b:2,a:1} and {a:1,b:2} always produce the exact same hash. Essential for deduplication.
CRC32 Checksum Engine
Calculate CRC32 checksums instantly. the same algorithm inside ZIP, PNG, Ethernet, and MPEG-2. Pure JS, zero dependencies, three output formats.
Bcrypt Hash Engine
Hash and verify passwords with the industry-standard bcrypt algorithm. Two capabilities in one: hash with configurable salt rounds, and verify against stored hashes. Pure JS. zero compilation.
Bring your own AI
Change the model, client or framework. Keep Node Crypto connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Node Crypto.
The practical details behind the request, access and result.
Can the Crypto Hash Engine MCP handle Stripe webhooks?
Yes, it's specifically designed to sign and verify webhooks using HMAC-SHA256, which is the standard for platforms like Stripe.
Why can't I just ask my AI to generate the hash?
AI models are language predictors, not calculators. They often hallucinate strings that look like hashes but are mathematically incorrect. This Connector uses the real Node.js crypto library for 100% accuracy.
Does the Crypto Hash Engine MCP support different algorithms?
It supports MD5, SHA1, SHA256, and SHA512, so you can use it for both modern security and legacy system requirements.
How does the Crypto Hash Engine MCP handle secret keys?
You provide the secret key as an optional parameter when signing a payload, allowing your agent to perform secure HMAC signing without exposing the key in the prompt logic.
Is it safe to use for production API signing?
Yes, because it offloads the cryptographic math to the native V8 engine, it provides the mathematical certainty needed for production environments.
Can I use the Crypto Hash Engine MCP to verify file integrity?
You can pass a string of file contents to the capability to generate an MD5 or SHA-256 checksum, then compare it against your expected value.
What algorithms are supported?
MD5, SHA-1, SHA-256, and SHA-512.
Can it do HMAC signing?
Yes, just provide the secret parameter and it will generate the HMAC variant.
Is the secret stored anywhere?
Absolutely not. The hashing occurs in real-time in memory and the secret is immediately discarded.
One connection away
Give your agent a direct line to Node Crypto.
Connect Node Crypto once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available