GIWA MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GIWA MCP Serverresolve UP ID bob.giwa"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GIWA MCP Server
MCP (Model Context Protocol) server for the GIWA blockchain — an OP Stack Layer 2 by Upbit/Dunamu.
71 tools enabling AI agents and LLMs to interact with GIWA chain.
Live Demo
https://giwa.gogettest.online/ — Interactive web UI with all 71 tools
Related MCP server: Somnia MCP Server
Tool Categories (12)
EVM Core (12 tools)
giwa_get_balance giwa_get_token_balance giwa_get_transaction giwa_get_block giwa_get_latest_block giwa_read_contract giwa_write_contract giwa_estimate_gas giwa_transfer_eth giwa_transfer_erc20 giwa_multicall giwa_get_logs
Flashblocks (5 tools)
giwa_flashblocks_call giwa_flashblocks_get_balance giwa_flashblocks_get_logs giwa_flashblocks_simulate giwa_flashblocks_estimate_gas
Dojang Attestations (4 tools)
giwa_dojang_get_attestation giwa_dojang_is_valid giwa_dojang_attest giwa_dojang_revoke giwa_dojang_list_schemas
UP ID (4 tools)
giwa_upid_resolve giwa_upid_reverse giwa_upid_get_text giwa_upid_get_contenthash
DeFi / Oracles (6 tools)
giwa_get_token_info giwa_get_weth_balance giwa_get_allowance giwa_get_price_redstone giwa_get_price_pyth giwa_list_known_contracts
Account Abstraction (5 tools)
giwa_aa_get_nonce giwa_aa_get_deposit giwa_aa_estimate_userop_gas giwa_aa_build_userop giwa_aa_list_entrypoints
Bridge (5 tools)
giwa_bridge_deposit_eth giwa_bridge_withdraw_eth giwa_bridge_estimate_time giwa_bridge_get_status giwa_bridge_list_tokens
Faucet (3 tools)
giwa_faucet_info giwa_faucet_check_balance giwa_faucet_drip
AI Agent (7 tools)
giwa_agent_create_wallet giwa_agent_generate_mnemonic giwa_agent_get_portfolio giwa_agent_get_tx_history giwa_agent_get_token_transfers giwa_agent_execute_strategy giwa_agent_estimate_strategy_cost
NFT (6 tools)
giwa_nft_get_info giwa_nft_get_owner giwa_nft_get_collection giwa_nft_detect_standard giwa_nft_transfer giwa_nft_get_contract_info
Developer Tools (8 tools)
giwa_verify_contract giwa_get_contract_source giwa_decode_tx_input giwa_decode_event_log giwa_simulate_transaction giwa_get_storage_slot giwa_get_bytecode giwa_get_transaction_receipt
Analytics (6 tools)
giwa_get_chain_stats giwa_get_token_holders giwa_get_token_transfers giwa_get_address_details giwa_get_block_range giwa_get_pending_transactions
Quick Start
npx giwa-mcp-serverClaude Desktop Config
{
"mcpServers": {
"giwa": {
"command": "npx",
"args": ["giwa-mcp-server"],
"env": {
"GIWA_RPC_URL": "https://sepolia-rpc.giwa.io"
}
}
}
}HTTP API
# List all tools
curl https://giwa.gogettest.online/api/tools
# Call a tool
curl -X POST https://giwa.gogettest.online/api/tools/giwa_get_balance \
-H "Content-Type: application/json" \
-d '{"address": "0x..."}'
# Health check
curl https://giwa.gogettest.online/healthNetwork
Property | Value |
Network | GIWA Sepolia (testnet) |
Chain ID | 91342 |
RPC | |
Flashblocks | |
Explorer | |
Bridge | |
Faucet |
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.
Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.
Manage your blockchain infrastructure across 80+ chains with your agents.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA comprehensive toolkit for building AI agents with blockchain capabilities, enabling interactions with multiple blockchain networks for tasks like wallet management, fund transfers, smart contract interactions, and cross-chain asset bridging.4GPL 3.0
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with the Somnia blockchain network, including documentation search, blockchain queries, wallet management, cryptographic signing, and on-chain operations.-

Bink MCP Serverofficial
FlicenseNot gradedqualityDmaintenanceEnables AI agents to perform blockchain operations like wallet management, token info, DeFi swaps, cross-chain bridging, and price checking across Ethereum, BNB Chain, and Solana.-
Nexus MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with the Nexus blockchain, providing tools for querying blockchain data, smart contract calls, transaction submission, and event monitoring.7MIT