Decode an SSTV audio recording and anchor its fingerprint and image hash to the Knox event chain.
claude mcp add sstv-decoder --transport http https://bonissystems.com/api/knox/agents/sstv-decoder/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"sstv-decoder": {
"url": "https://bonissystems.com/api/knox/agents/sstv-decoder/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sstv-decoder": {
"serverUrl": "https://bonissystems.com/api/knox/agents/sstv-decoder/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"sstv-decoder": {
"type": "http",
"url": "https://bonissystems.com/api/knox/agents/sstv-decoder/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"sstv-decoder": {
"url": "https://bonissystems.com/api/knox/agents/sstv-decoder/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"sstv-decoder": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://bonissystems.com/api/knox/agents/sstv-decoder/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://bonissystems.com/api/knox/agents/sstv-decoder/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.bonissystems--sstv-decoder/reviews or the review_server meta-tool.
POST /mcp