Skip to main content
Glama
chasdaddy

basescope

by chasdaddy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_supported_chains

List the chains this server can read (chain id + native currency). Base is the default. Read-only.

get_native_balanceB

Read the native coin balance (ETH, MATIC, …) of an address or ENS name. Read-only.

get_token_info

Read an ERC-20 token's name/symbol/decimals, and optionally a holder's balance. Read-only.

resolve_ens_name

Resolve an ENS name (e.g. vitalik.eth) to its address. Read-only.

resolve_basenameA

Resolve a Basename (e.g. jesse.base.eth) to its address via the Base L2 Resolver. Basenames are Coinbase's ENS-compatible names on Base mainnet and are not resolvable by L1 ENS. Read-only.

reverse_ens_lookup

Find the primary name for an address: its primary ENS name (Ethereum L1) and its primary Basename (Base mainnet), if set. Read-only.

inspect_contract

Check whether an address is a contract, its bytecode size, and its transaction count. Read-only.

get_verified_source

Look up whether a contract's source code is verified (via Sourcify) and return its name/compiler/functions. Read-only.

check_token_safetyA

Assess whether an ERC-20 token is a honeypot / rug risk: honeypot check, buy/sell tax, mint/blacklist/pausable authority, verified source, and a normalized risk level. Cross-checks GoPlus + honeypot.is. Read-only, no keys. Best on Base and Ethereum.

check_address_safetyA

Check an address against known-malicious databases (phishing, sanctioned, scam, money laundering, etc.) via GoPlus. Read-only, no keys.

get_token_approvals

List a wallet's outstanding ERC-20 approvals and flag risky spenders (the #1 wallet-drain vector). Risky approvals are surfaced first. Read-only, no keys.

get_gasA

Current gas price + EIP-1559 fee suggestion for a chain. Note: on Base (an OP-Stack L2) total tx cost also includes an L1 data fee. Read-only.

get_token_priceA

Current USD price for a token, via DefiLlama. Read-only, no keys.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/chasdaddy/basescope'

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