Model Context Protocol server for GIWA blockchain — OP Stack L2 by Upbit
| Network | GIWA Sepolia (testnet) |
| Chain ID | 91342 |
| RPC | https://sepolia-rpc.giwa.io |
| Flashblocks RPC | https://sepolia-rpc-flashblocks.giwa.io |
| Explorer | https://sepolia-explorer.giwa.io |
| Bridge | https://sepolia-bridge.giwa.io |
| Faucet | https://faucet.giwa.io |
Run with npx:
npx giwa-mcp-server
Claude Desktop config:
{
"mcpServers": {
"giwa": {
"command": "npx",
"args": ["giwa-mcp-server"],
"env": {
"GIWA_RPC_URL": "https://sepolia-rpc.giwa.io"
}
}
}
}
Get native ETH balance
Get ERC-20 token balance
Get transaction details
Get block info
Get latest block number
Read contract data
Estimate gas
Get event logs
Flashblocks call (~200ms)
Flashblocks balance (pending)
Get Dojang attestation
Check attestation validity
List Dojang schemas
Resolve UP ID name
Reverse resolve address
Get token info
Get WETH balance
Get price (RedStone)
Get price (Pyth)
List known contracts
Get AA nonce
Get AA deposit info
List EntryPoints
POST /api/tools/:toolName
curl -X POST https://giwa.gogettest.online/api/tools/giwa_get_balance \
-H "Content-Type: application/json" \
-d '{"address": "0x..."}'