{"supportedInterfaces":[{"url":"https://adgpgjwegrfizbzauoyuvqjnuq.bazgateway.com/mcp","protocolBinding":"MCP","protocolVersion":"2025-11-25"}],"capabilities":{},"defaultInputModes":["application/json"],"defaultOutputModes":["application/json"],"description":"World Chain is an OP Stack–based Layer 2 settlement on Ethereum, offering 2-second block times and high gas limits (80M mainnet, 30M testnet). The RPC endpoint exposes 16 standard Ethereum JSON-RPC methods for reading blockchain state, executing calls, and estimating gas across mainnet (Chain ID 480) and Sepolia testnet (Chain ID 4801). Suitable for dApps, wallets, and indexers requiring EVM-equivalent access to World Chain.","documentationUrl":"https://docs.world.org/world-chain/quick-start/info","name":"World Chain","provider":{"organization":"World Chain","url":"https://worldchain-mainnet.g.alchemy.com"},"securityRequirements":[{"schemes":{"bearerAuth":[]}},{"schemes":{}}],"securitySchemes":{"bearerAuth":{"httpAuthSecurityScheme":{"bearerFormat":"JWT","description":"Anonymous requests are also accepted; unauthenticated tool calls answer with an x402/MPP payment challenge (HTTP 402) carrying the per-call payment terms.","scheme":"bearer"}}},"skills":[{"description":"Returns the name and version string of the execution client serving this endpoint.","id":"web3_clientVersion","name":"web3_clientVersion","tags":["RPC","EVM","OP Stack","Layer 2","Mainnet","Testnet"]},{"description":"Returns the current network id as a decimal string.","id":"net_version","name":"net_version","tags":["RPC","EVM","OP Stack","Layer 2","Mainnet","Testnet"]},{"description":"Returns the EIP-155 chain id of the connected chain, hex-encoded.","id":"eth_chainId","name":"eth_chainId","tags":["RPC","EVM","OP Stack","Layer 2","Mainnet","Testnet"]},{"description":"Returns the number of the most recent block, hex-encoded.","id":"eth_blockNumber","name":"eth_blockNumber","tags":["RPC","EVM","OP Stack","Layer 2","Mainnet","Testnet"]},{"description":"Returns an estimate of the current gas price in wei, hex-encoded.","id":"eth_gasPrice","name":"eth_gasPrice","tags":["RPC","EVM","OP Stack","Layer 2","Mainnet","Testnet"]},{"description":"Returns the native token balance of an address at a given block, in wei, hex-encoded.","id":"eth_getBalance","name":"eth_getBalance","tags":["RPC","EVM","OP Stack","Layer 2","Mainnet","Testnet"]},{"description":"Returns the number of transactions sent from an address at a given block, hex-encoded. This is the account nonce.","id":"eth_getTransactionCount","name":"eth_getTransactionCount","tags":["RPC","EVM","OP Stack","Layer 2","Mainnet","Testnet"]},{"description":"Returns the deployed bytecode at an address at a given block. Returns 0x for an address that holds no code.","id":"eth_getCode","name":"eth_getCode","tags":["RPC","EVM","OP Stack","Layer 2","Mainnet","Testnet"]},{"description":"Returns the 32-byte value stored at a storage slot of an address at a given block.","id":"eth_getStorageAt","name":"eth_getStorageAt","tags":["RPC","EVM","OP Stack","Layer 2","Mainnet","Testnet"]},{"description":"Returns a block by number or tag. When the second parameter is true, transactions are returned in full rather than as hashes.","id":"eth_getBlockByNumber","name":"eth_getBlockByNumber","tags":["RPC","EVM","OP Stack","Layer 2","Mainnet","Testnet"]},{"description":"Returns a block by its hash. When the second parameter is true, transactions are returned in full rather than as hashes.","id":"eth_getBlockByHash","name":"eth_getBlockByHash","tags":["RPC","EVM","OP Stack","Layer 2","Mainnet","Testnet"]},{"description":"Returns the transaction with the given hash, or null when it is unknown to this node.","id":"eth_getTransactionByHash","name":"eth_getTransactionByHash","tags":["RPC","EVM","OP Stack","Layer 2","Mainnet","Testnet"]},{"description":"Returns the receipt of a transaction, including its status, gas used and emitted logs. Returns null while the transaction is still pending.","id":"eth_getTransactionReceipt","name":"eth_getTransactionReceipt","tags":["RPC","EVM","OP Stack","Layer 2","Mainnet","Testnet"]},{"description":"Executes a message call against the current state without creating a transaction, and returns the raw return data. Used for reading contract view functions.","id":"eth_call","name":"eth_call","tags":["RPC","EVM","OP Stack","Layer 2","Mainnet","Testnet"]},{"description":"Returns an estimate of the gas a transaction would consume, hex-encoded, without submitting it to the network.","id":"eth_estimateGas","name":"eth_estimateGas","tags":["RPC","EVM","OP Stack","Layer 2","Mainnet","Testnet"]},{"description":"Returns event logs matching a filter. Providers commonly cap the block range and the number of results returned.","id":"eth_getLogs","name":"eth_getLogs","tags":["RPC","EVM","OP Stack","Layer 2","Mainnet","Testnet"]}],"version":"1.0.0"}