MCP server for Verus on-chain data retrieval, decryption, signing, and verification
claude mcp add data -- npx -y @verusidx/data-mcp
claude_desktop_config.json
{
"mcpServers": {
"data": {
"command": "npx",
"args": [
"-y",
"@verusidx/data-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"data": {
"command": "npx",
"args": [
"-y",
"@verusidx/data-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"data": {
"command": "npx",
"args": [
"-y",
"@verusidx/data-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"data": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@verusidx/data-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"data": {
"command": "npx",
"args": [
"-y",
"@verusidx/data-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.vdappdev2--data/reviews or the review_server meta-tool.
POST /mcp