MCP server for interacting with the CyberChef API, enabling automated use of CyberChef operations via MCP clients.
Loading more......
An MCP server to communicate with the App Store Connect API for iOS Developers, enabling automation and data access.
An unofficial MCP server that provides an interface to Autumn's pricing API for managing customers, entitlements, invoices, and generating billing portal links.
An MCP Server for running Bruno Collections, providing integration and automation capabilities for Model Context Protocol workflows. Directly relevant as an MCP Server implementation for API automation.
An MCP server bridging Glide's API to enable automated management and data operations for Glide applications, demonstrating the versatility of MCP servers.
An MCP server for controlling and pulling data from Cursor IDE, powering and automating development workflows through the MCP protocol.
An MCP server integration that allows AI tools like Cursor to programmatically read and modify Figma designs, automating UI/UX tasks through natural language instructions.
A server implementing the Model Context Protocol (MCP) to interface with the CyberChef Server API, enabling automated and programmatic access to CyberChef operations via MCP clients.
Source: GitHub - slouchd/cyberchef-api-mcp-server
get_cyberchef_operations_categories: Retrieve updated CyberChef categories for context and operation selection.get_cyberchef_operation_by_category: Retrieve a list of CyberChef operations for a selected category.bake_recipe: Execute a sequence of CyberChef operations (a "recipe") on input data.batch_bake_recipe: Execute a recipe on a batch of input data.perform_magic_operation: Automatically detect data encoding and suggest/perform appropriate decoding operations.CYBERCHEF_API_URL environment variable to connect to a CyberChef API instance.uv run cyberchef_api_mcp_server with the appropriate environment variable set.cyberchef, api-integration, automation, mcp