Shutter Mcp
@shutter-network
关于 Shutter Mcp
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ShutterMCP": {
"command": "docker",
"args": [
"build",
"-t",
"shutter-mcp-server",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Shutter Mcp?
Shutter Mcp is a Model Context Protocol (MCP) server that provides timelock encryption capabilities using the Shutter Network. It allows users to encrypt messages that can only be decrypted after a specified future time, enabling trustless time-delayed communications.
How to use Shutter Mcp?
Integrate with Claude Web by adding the custom integration URL https://shutter-mcp-b76e270d48c5.herokuapp.com/mcp in Claude settings. For VS Code, install the MCP extension and configure the server with the same URL in VS Code settings. Alternatively, run locally with Python 3.11+ using the provided deployment scripts (./scripts/deploy.sh and ./scripts/start.sh). Tools available include timelock_encrypt, check_decryption_status, decrypt_timelock_message, get_unix_timestamp, and explain_timelock_encryption.
Key features of Shutter Mcp
- Timelock encryption for messages that unlock at future timestamps
- Natural language time parsing (e.g., "3 months from now")
- Unix timestamp support for precise timing
- Claude Web and VS Code MCP integration
- Comprehensive error handling with user-friendly guidance
- Docker support with health checks and monitoring
Use cases of Shutter Mcp
- Sealed-bid auctions where bids remain hidden until auction end
- Time-delayed announcements and scheduled future reveals
- Dead man's switch: messages that unlock if you don't check in
- Contest reveals: hide answers until the contest ends
- Future communications: send messages to your future self
FAQ from Shutter Mcp
What is the current deployment status of Shutter Mcp?
This is alpha software using the Shutter Network testnet (Gnosis Chiado). It uses a demo encryption algorithm and is not suitable for production or sensitive data. The API may change without notice.
How does timelock encryption work in Shutter Mcp?
It uses threshold cryptography and decentralized keypers that collectively manage decryption keys. Keys are released only after the specified timestamp, ensuring trustless operation — no single party can decrypt messages early.
What are the main limitations of Shutter Mcp?
Current limitations include a demo encryption algorithm (not production-grade Shutter encryption), testnet-only deployment (Chiado), no data persistence guarantees, and an API that may change without notice.
How do I integrate Shutter Mcp with Claude Web?
In Claude Web settings, navigate to Integrations and click "Add custom integration." Enter the URL https://shutter-mcp-b76e270d48c5.herokuapp.com/mcp and add it. Then start a new conversation to test timelock encryption.
Can I run Shutter Mcp locally for development?
Yes. Ensure Python 3.11+ and pip are installed. Run ./scripts/deploy.sh to set up dependencies, then ./scripts/start.sh to start the server at http://localhost:5002/mcp. Docker deployment is also supported via docker-compose up -d.
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome Mlops
visengerA curated list of references for MLOps
评论