Skip to main content
Glama

Arbitrum MCP Server

is_contract

Verify if a given address is a smart contract on Arbitrum chains. Input the address and optional RPC URL to determine its contract status efficiently.

Instructions

Check if an address is a contract

Input Schema

NameRequiredDescriptionDefault
addressYesAddress to check
rpcUrlNoThe RPC URL of the chain (optional if default is set)

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Address to check", "type": "string" }, "rpcUrl": { "description": "The RPC URL of the chain (optional if default is set)", "type": "string" } }, "required": [ "address" ], "type": "object" }

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/dewanshparashar/arbitrum-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server