basescope
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/chasdaddy/basescope'
If you have feedback or need assistance with the MCP directory API, please join our Discord server