CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Base Wallet Toolkit

lordbasilaiassistant-sudo/base-wallet-toolkit-mcp
1STDIOregistry active
Summary

Wraps Base mainnet RPC calls into seven read-only tools for wallet inspection and transaction planning. You get balance checks across ETH and ERC-20s, gas estimates, token metadata lookups, allowance verification, ENS resolution, and transaction status queries. No API keys needed since it hits public Base RPC endpoints. Useful when you're building agents that need to check portfolio state, verify approvals before swaps, monitor gas costs, or confirm transaction outcomes on Base. Runs via npx with zero config, though you can point it at custom RPC providers through environment variables if you want rate limit headroom or specific node features.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

base-wallet-toolkit-mcp

An MCP server for AI agents to interact with Base chain wallets. Check balances, estimate gas, inspect tokens, verify allowances, and more.

Install

npx -y base-wallet-toolkit-mcp

Tools

ToolDescription
check_balancesGet ETH + ERC-20 token balances for any wallet
get_gas_estimateEstimate gas cost for a transaction on Base
get_token_infoGet ERC-20 token details (name, symbol, supply, decimals)
check_allowanceCheck token approval/allowance status
get_base_gas_priceGet current Base gas price and typical tx costs
resolve_addressResolve ENS name to address (or reverse lookup)
get_tx_statusCheck transaction status and details by hash

Setup

Add to your MCP client config (Claude Code, Cursor, etc.):

{
  "mcpServers": {
    "base-wallet-toolkit": {
      "command": "npx",
      "args": ["-y", "base-wallet-toolkit-mcp"]
    }
  }
}

No API keys required. All tools are read-only and use public Base RPC.

Use Cases

  • Portfolio tracking: Check ETH and token balances across wallets
  • Pre-trade checks: Verify allowances before swaps, estimate gas costs
  • Token research: Look up any ERC-20 token details on Base
  • Transaction monitoring: Check if a tx confirmed, reverted, or is pending
  • ENS resolution: Convert between ENS names and addresses
  • Gas optimization: Monitor Base gas prices to time transactions

Chain

  • Network: Base mainnet (chainId 8453)
  • RPC: Uses public Base RPC by default, configurable via RPC_URL env var
  • ENS: Resolves via Ethereum mainnet (configurable via ETH_RPC_URL)

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

RPC_URL

Base mainnet RPC URL (defaults to https://mainnet.base.org)

Registryactive
Packagebase-wallet-toolkit-mcp
TransportSTDIO
UpdatedMar 7, 2026
View on GitHub