nockchain mcp for Cline
io.github.winter0x/nockchain-mcp
Community-built read-only Nockchain access: balances, payment verification, blocks, node health.
client:Cline
transport:stdio
runtime:npm
Install nockchain mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"nockchain-mcp": {
"command": "npx",
"args": [
"-y",
"nockchain-mcp"
],
"env": {
"NOCKCHAIN_ENDPOINTS": "<NOCKCHAIN_ENDPOINTS>",
"NOCKCHAIN_MAX_STALENESS_SECONDS": "<NOCKCHAIN_MAX_STALENESS_SECONDS>",
"NOCKCHAIN_MAX_HEIGHT_LAG": "<NOCKCHAIN_MAX_HEIGHT_LAG>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs