npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-hcaptcha

v0.1.3

Published

An hCaptcha proxy n8n node that implements the server side logic to verify an hCaptcha request.

Downloads

144

Readme

n8n-nodes-hcaptcha

npm version

This is an n8n community node that enables verification of hCaptcha responses within your workflows.

The node acts as a proxy to the hCaptcha verification API, allowing you to securely validate user captcha tokens server-side as part of your automation.

  • 📦 View on npm
  • 🧩 Works with n8n self-hosted and n8n cloud
  • 🔒 Securely handles hCaptcha verification with secret keys

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history


Installation

Follow the n8n community nodes installation guide to add this node to your n8n instance.


Operations

  • Verify hCaptcha token: Send a user’s hCaptcha response token and your secret key to the official hCaptcha verification endpoint to confirm validity.

Credentials

This node requires an hCaptcha secret key to authenticate with the hCaptcha API.

Prerequisites

  • Sign up for an hCaptcha account at https://www.hcaptcha.com/.
  • Register your site to get your Secret Key from the hCaptcha dashboard.

Authentication

  • The node uses this secret key as a credential.
  • In n8n, create an hCaptcha API credential and securely store your secret key.
  • Link this credential in the node’s settings when configuring workflows.

Compatibility

  • Minimum tested n8n version: v0.230.0
  • Compatible with n8n cloud and self-hosted setups.
  • No known incompatibilities as of this version.

Usage

  1. Add the hCaptcha Proxy node to your workflow.
  2. Select or create your hCaptcha API credential with your secret key.
  3. Pass the user’s hCaptcha response token to the node’s response parameter.
  4. Execute the node to verify the token with hCaptcha servers.
  5. Use the verification result (success boolean and additional data) in your workflow logic.

If you're new to n8n, check out the Try it out guide for basics.


Resources


Version history

  • v0.1.3: Initial release supporting hCaptcha response verification via secret key and token.