blockchain verification mcp for Cursor
io.github.csoai-org/blockchain-verification-mcp
Blockchain Verification MCP Server by MEOK AI Labs
client:Cursor
transport:stdio
runtime:pypi
Install blockchain verification mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"blockchain-verification-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"blockchain-verification-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs