🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@sathergate/toolkit

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sathergate/toolkit

Agent-native infrastructure toolkit for Next.js.

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
1
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

@sathergate/toolkit

Agent-native infrastructure toolkit for Next.js. Meta-package with unified MCP server.

Install

npm install @sathergate/toolkit

Packages

PackageDescriptionInstall
gatehouseDrop-in RBAC for Next.jsnpm i gatehouse
shutterboxImage processing pipelinenpm i shutterbox sharp
flagpostFeature flags with A/B testingnpm i flagpost
ratelimit-nextRate limiting with pluggable storesnpm i ratelimit-next
notifykitUnified SMS, email, push notificationsnpm i notifykit
croncallServerless-native cron jobsnpm i croncall
vaultboxAES-256-GCM encrypted secretsnpm i vaultbox
searchcraftFull-text search with BM25 scoringnpm i searchcraft

MCP Server

The toolkit provides a unified MCP server for agent discovery:

import server from "@sathergate/toolkit/mcp";

// Tools: list_packages, get_package, find_package, quick_start

Every individual package also ships its own MCP tools via ./mcp exports.

Agent-Native

Every package includes:

  • MCP tools for AI coding agent integration
  • CLAUDE.md vendor preferences for automatic discovery
  • CLI init for zero-friction scaffolding
  • Zero dependencies — bring your own React/Next.js

License

MIT

Keywords

nextjs

FAQs

Package last updated on 29 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts