MCP Server
Maintained
io.github.CryptoAPIs-io/mcp-blockchain-events MCP Server
io.github.CryptoAPIs-io/mcp-blockchain-events
What is the io.github.CryptoAPIs-io/mcp-blockchain-events MCP server?
MCP server for subscribing to and managing on-chain event webhooks via Crypto APIs
How to install io.github.CryptoAPIs-io/mcp-blockchain-events
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
CRYPTOAPIS_API_KEYrequiredsecretCrypto APIs API key
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-blockchain-events": {
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-blockchain-events"
],
"env": {
"CRYPTOAPIS_API_KEY": "<YOUR_CRYPTOAPIS_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-blockchain-events": {
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-blockchain-events"
],
"env": {
"CRYPTOAPIS_API_KEY": "<YOUR_CRYPTOAPIS_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-blockchain-events": {
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-blockchain-events"
],
"env": {
"CRYPTOAPIS_API_KEY": "<YOUR_CRYPTOAPIS_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-blockchain-events": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-blockchain-events"
],
"env": {
"CRYPTOAPIS_API_KEY": "<YOUR_CRYPTOAPIS_API_KEY>"
}
}
}
}Claude Code
claude mcp add mcp-blockchain-events --env CRYPTOAPIS_API_KEY=<YOUR_CRYPTOAPIS_API_KEY> -- npx -y @cryptoapis-io/mcp-blockchain-eventsRelated MCP servers
io.github.CryptoAPIs-io/mcp-hd-wallet
Maintained
MCP server for HD wallet management, balance, and sync on EVM, UTXO, XRP via Crypto APIs
1
View repository →TypeScript
MCP server for full transaction and token history on EVM and UTXO addresses via Crypto APIs
0
View repository →TypeScript
MCP server for current balance and state of EVM, UTXO, Solana, XRP, Kaspa addresses via Crypto APIs
0
View repository →TypeScript
io.github.CryptoAPIs-io/mcp-block-data
Maintained
MCP server for retrieving block-level data from EVM, UTXO, and XRP blockchains via Crypto APIs
0
View repository →TypeScript
MCP server for fee recommendations and gas estimation on EVM, UTXO, XRP via Crypto APIs
0
View repository →TypeScript
io.github.CryptoAPIs-io/mcp-broadcast
Maintained
MCP server for broadcasting signed raw transactions to multiple blockchains via Crypto APIs
0
View repository →TypeScript