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 Flash Arb Mcp

lordbasilaiassistant-sudo/base-flash-arb-mcp
1STDIOregistry active
Summary

Connects Claude to Base mainnet DEXes to scan for flash loan arbitrage opportunities. Exposes seven read-only tools that compare token prices across Uniswap V2, V3, and Aerodrome pools, estimate flash loan profitability after Aave fees and gas costs, and analyze mempool transactions for sandwich attack patterns. Queries on-chain reserves and uses DEX quoters for accurate pricing without requiring private keys. Reach for this when you need an AI agent to monitor cross-DEX price discrepancies on Base or analyze trading risks before executing swaps. Uses DexScreener to scan top traded tokens and checks pending transactions for front-running detection.

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-flash-arb-mcp

MCP server for detecting flash loan arbitrage opportunities across DEXes on Base mainnet.

Tools

ToolDescription
detect_arb_opportunityCompare token prices across Uniswap V2, V3, and Aerodrome. Find profitable arb routes.
get_pool_reservesGet reserves/liquidity for a token across all known DEX pools on Base.
estimate_flash_profitEstimate flash loan profit between two pools after gas costs.
scan_top_tokensScan top traded tokens on Base for arb opportunities via DexScreener.
get_price_across_dexesGet current price of a token on all available DEXes.
check_sandwich_riskAnalyze recent trades for sandwich attack patterns (bot activity).
get_mempool_pendingCheck pending transactions for front-run detection.

Install

npx -y base-flash-arb-mcp

Configuration

Set RPC_URL environment variable to override the default Base RPC (https://mainnet.base.org).

Claude Desktop

{
  "mcpServers": {
    "base-flash-arb": {
      "command": "npx",
      "args": ["-y", "base-flash-arb-mcp"],
      "env": {
        "RPC_URL": "https://mainnet.base.org"
      }
    }
  }
}

DEXes Covered

  • Uniswap V2 (Factory: 0x8909Dc15e40173Ff4699343b6eB8132c65e18eC6)
  • Uniswap V3 (Fee tiers: 0.05%, 0.3%, 1%)
  • Aerodrome (Volatile + Stable pools)

How It Works

All tools are read-only -- no private key needed. The server queries on-chain pool reserves, uses DEX quoters for accurate pricing, and compares across exchanges to find price discrepancies that could be exploited via flash loans.

Flash profit estimation accounts for:

  • Aave flash loan fee (0.09%)
  • Base gas costs (dynamically estimated)
  • Slippage warning

Sandwich detection uses heuristic analysis of Swap events to identify same-block multi-transaction patterns from single addresses.

Related MCP Servers

PackageToolsWhat it does
obsd-launchpad-mcp14Deploy tokens, trade, earn OBSD
base-security-scanner-mcp8Scan contracts for vulnerabilities
base-price-oracle-mcp7On-chain price feeds from DEX pools
base-multi-wallet-mcp8Coordinated multi-wallet trading
base-gasless-deploy-mcp5Gasless ERC-20 token deployment
base-flash-arb-mcp7Detect arbitrage opportunities
base-token-sniper-mcp5Discover & trade new launches
base-wallet-toolkit-mcp7Wallet balances, gas, tokens
base-contract-reader-mcp6Read any smart contract (free)
create-mcp-server-cli-Scaffold a new MCP server

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
Packagebase-flash-arb-mcp
TransportSTDIO
UpdatedMar 7, 2026
View on GitHub