GIWA MCP Server
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Alicepoltora/giwa-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server