Agent Toolkit MCP Server

v1.0.0Securitystable

Collection of resources to help AI agents build better with Sanity.

agent-rulesai-rulesclaude-codeclaude-code-plugincursor-ai
Share:
139
Stars
0
Downloads
0
Weekly
0/5

About

Collection of resources to help AI agents build better with Sanity.

Features

  • getUserId
  • getUser
  • getUserCount
  • updateUser
  • updateUserPublicMetadata

Use Cases

Tool name: getUserId Description: Get the userId of the current authenticated user if signed in, otherwise return null. Use this tool when you need to identify the current user but don't need their profile details. This tool takes no parameters and i
Tool name: getUser Description: Retrieves detailed information about a user by their userId, including email addresses, username, profile image, created/updated timestamps, and public metadata. Use this tool when you need comprehensive user informati
Tool name: getUserCount Description: Retrieves the total count of users in your Clerk instance. Use this tool when you need to know the total number of users in the system. This tool takes no parameters and is an efficient way to get just the count w
Tool name: updateUser Description: Updates an existing user's attributes in your Clerk instance. Use this tool when you need to modify core user information (NOT metadata). Important notes: 1. If the userId parameter is not provided, it will use the
Tool name: updateUserPublicMetadata Description: Updates the public metadata associated with a user by merging existing values with the provided parameters. Use this tool when you need to store or update user preferences, settings, or other non-sensi
sanity-io

Maintainer

LicenseMIT
Languagejavascript
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @stripe/agent-toolkit

Manual Installation

npx -y @stripe/agent-toolkit

Examples

Basic Configuration

Configure Agent Toolkit MCP Server

npx -y @stripe/agent-toolkit

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More Security MCP Servers

Explore other servers in the Security category.

Quick Config Preview

{ "mcpServers": { "agent-toolkit": { "command": "npx", "args": ["-y", "@stripe/agent-toolkit"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Agent Toolkit MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides