Per-call paid skills for AI agents, run server-side: inputs in, outputs back. The body never ships.
claude mcp add sealed -- npx -y sealed-mcp
claude_desktop_config.json
{
"mcpServers": {
"sealed": {
"command": "npx",
"args": [
"-y",
"sealed-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"sealed": {
"command": "npx",
"args": [
"-y",
"sealed-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sealed": {
"command": "npx",
"args": [
"-y",
"sealed-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"sealed": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sealed-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"sealed": {
"command": "npx",
"args": [
"-y",
"sealed-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.edwardyen724-g--sealed/reviews or the review_server meta-tool.
POST /mcp