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

Etherscan

pipeworx-io/mcp-etherscan
7 toolsHTTPregistry active
Summary

Gives Claude access to Etherscan's blockchain explorer API across multiple chains. You get three core tools: check ERC-20 token balances for any address, pull verified contract ABIs as JSON, and fetch full contract source code with compiler settings and license info. Runs through Pipeworx's gateway, which means you can either connect to just Etherscan or hook into their full suite of 250+ data sources. The ask_pipeworx tool lets you query in plain English instead of calling individual methods. Useful when you're building blockchain analytics workflows, auditing smart contracts, or need to inspect on-chain data without leaving your AI chat interface.

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 →

Tools

Public tool metadata for what this MCP can expose to an agent.

7 tools
check-balanceCheck the ETH balance of an Ethereum address1 params

Check the ETH balance of an Ethereum address

Parameters* required
addressstring
Ethereum address (0x format)
get-transactionsGet recent transactions for an Ethereum address2 params

Get recent transactions for an Ethereum address

Parameters* required
limitnumber
Number of transactions to return (max 100)
addressstring
Ethereum address (0x format)
get-token-transfersGet ERC20 token transfers for an Ethereum address2 params

Get ERC20 token transfers for an Ethereum address

Parameters* required
limitnumber
Number of transfers to return (max 100)
addressstring
Ethereum address (0x format)
get-contract-abiGet the ABI for a smart contract1 params

Get the ABI for a smart contract

Parameters* required
addressstring
Contract address (0x format)
get-contract-codeGet the source code for a smart contract1 params

Get the source code for a smart contract

Parameters* required
addressstring
Contract address (0x format)
get-gas-pricesGet current gas prices in Gwei

Get current gas prices in Gwei

No parameter schema in public metadata yet.

get-ens-nameGet the ENS name for an Ethereum address1 params

Get the ENS name for an Ethereum address

Parameters* required
addressstring
Ethereum address (0x format)

mcp-etherscan

Etherscan MCP — multichain block-explorer API (Etherscan V2)

Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.

Tools

ToolDescription
get_token_balanceERC-20 token balance for an address against a specific token contract.
get_contract_abiVerified contract ABI as JSON (if the contract is verified on Etherscan).
get_contract_sourceVerified contract source code, compiler version, optimization settings, and license.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "etherscan": {
      "url": "https://gateway.pipeworx.io/etherscan/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 673+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Etherscan data" })

The gateway picks the right tool and fills the arguments automatically.

More

  • All tools and guides
  • pipeworx.io

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 →
Registryactive
TransportHTTP
UpdatedMay 11, 2026
View on GitHub