datasieve for Claude Desktop
io.github.gitwormq/datasieve
On-chain watches, web-page monitors, dead-man switches, cron, and agent coordination, paid via x402.
client:Claude Desktop
transport:stdio
runtime:npm
Install datasieve in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"datasieve": {
"command": "npx",
"args": [
"-y",
"datasieve-mcp"
],
"env": {
"DATASIEVE_PRIVATE_KEY_FILE": "<DATASIEVE_PRIVATE_KEY_FILE>",
"DATASIEVE_API_URL": "<DATASIEVE_API_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs