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

CatchDoms — Expired Domains API

sambel/catchdoms-mcp
SSEregistry active
Summary

Connects Claude to 16 expired domain auction platforms and a 100K+ aged ccTLD database, all with live SEO metrics. You get search_domains with 20+ filters (TLD, age, Trust Flow, Citation Flow, DA, language, price range, GMB detection), plus get_domain for full details and list_filters for available options. Useful when you're hunting drop catches or aged domains and want to query across Dynadot, GoDaddy, DropCatch, Catched, and others without jumping between dashboards. Free tier shows top 10 of 50 results with basic metrics. Pro unlocks full TF/CF data and unlimited results. Authority tier adds the regfee database where aged domains sell at registration price instead of auction.

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 →

CatchDoms — Expired Domains API & MCP Server

CatchDoms exposes an Expired Domains API and an MCP (Model Context Protocol) server that aggregate expired domains from 16 auction platforms (Dynadot, GoDaddy, DropCatch, SnapNames, Catched, Gname, BloomUp, UKBackorder, DomainLore, and 7 more) plus 100,000+ aged ccTLD domains available at registration price. Every domain is enriched with Trust Flow, Citation Flow, Domain Authority, backlinks count, referring domains, and Wayback history.

Use the REST API to integrate expired domain data into your tools, scripts, or pipelines. Use the MCP server to let Claude, Cursor, Windsurf, or any MCP-compatible AI assistant search expired domains conversationally — find drop-catches, check auction prices, and surface high-value aged domains programmatically.

Quick Start (Free — no API key needed)

Try it instantly — no signup required:

{
  "mcpServers": {
    "catchdoms": {
      "url": "https://catchdoms.com/mcp/catchdoms/free",
      "transport": "sse"
    }
  }
}

Free tier includes: Top 50 domains per search, first 10 names visible, basic SEO metrics. Trust Flow, Citation Flow, and GMB detection require Pro.

Pro (full access)

{
  "mcpServers": {
    "catchdoms": {
      "url": "https://catchdoms.com/mcp/catchdoms",
      "transport": "sse",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Get your API key: Sign up for free → API Settings → See pricing

FeatureFreeProAuthority
Domains per search50UnlimitedUnlimited
Visible domain names10AllAll
Trust Flow / Citation FlowHiddenYesYes
GMB detectionHiddenYesYes
get_domain toolNoYesYes
Aged domains (regfee, 100k+)NoNoYes
Rate limit3 req/min15 req/min60 req/min

Tools

search_domains

Search for domains with filters. Returns up to 100 results sorted by quality.

Parameters:

ParameterTypeDescription
sourcestringFilter by platform: dynadot, catched, dropcatch, godaddy, gname, snapnames, ukdroplists, subreg, webexpire, parkio, bloomup, seodomains, nameshift, nicsell, gnews-domains, backorders-domains, regfree (Authority only)
tldstringFilter by TLD (.com, .fr, .de). Comma-separated for multiple.
score_minintegerMinimum quality score (0-100). 50+ = good, 70+ = excellent.
age_minintegerMinimum domain age in years (Wayback first snapshot).
languagestringDetected language code (EN, FR, DE, ES, etc.).
containsstringKeyword the domain name must contain.
has_bidsbooleanOnly domains with active auction bids.
has_backlinksbooleanOnly domains with referring domains.
has_gmbbooleanOnly domains with a Google Business listing.
has_edu_govbooleanOnly domains with .edu or .gov backlinks.
da_minintegerMinimum Domain Authority (0-100).
rd_minintegerMinimum referring domains count.
tf_minintegerMinimum Trust Flow (0-100).
cf_minintegerMinimum Citation Flow (0-100).
categoriesstringTTF topic categories, comma-separated (e.g., Business,Health).
price_minnumberMinimum price/bid (USD).
price_maxnumberMaximum price/bid (USD).
snapshots_minintegerMinimum Wayback Machine snapshots.
limitintegerResults to return (1-100, default 50).

Example prompt:

Find me French .fr domains with a quality score above 50, at least 10 years old, under $500

get_domain

Get full details for a specific domain.

ParameterTypeDescription
domain_idintegerDomain ID
domain_namestringDomain name (e.g., example.com)

list_filters

Get available filter options with counts — sources, TLDs, and languages.

No parameters.

get_stats

Get platform statistics — total domains, new today, by source, SEO coverage.

No parameters.

Domain Sources

16 auction & marketplace sources, refreshed daily:

SourceType
DynadotCloseouts (fixed $5-$30) + auctions
GoDaddyExpiring auctions + closeouts
DropCatchAuctions (Dropped, Pre-Release)
CatchedAuctions + backorder
GnameAuctions + buy now
SnapNamesPre-release + closeout
UK BackorderUK dropping/expired
SubregExpiring auctions
WebExpireFrench .fr auctions
Park.ioPremium auctions
BloomUpFrench .fr auctions + buy now
SEO.DomainsBuy now with SEO metrics
NameShiftPremium buy-now / make offer
NicsellEuropean ccTLD auctions (top-auktionen)
Gnews DomainsHand-curated premium news domains, buy-now
Backorders DomainsNiche ccTLD auctions (.ie, .si, .paris, .tw, .ph, .mx…)

Authority-only: Regfee Database

100k+ aged ccTLD domains across 60+ TLDs (.fr, .de, .it, .co.uk, .nl, .id, .kz and dozens more) available at registration price. No auction, no bidding war. Same SEO enrichment (TF/CF/DA/backlinks/Wayback) on every entry. Use source=regfree from the MCP search_domains tool with an Authority API key.

SEO Metrics

Every domain is enriched with:

  • Quality Score (0-100) — composite score based on age, authority, backlinks, name quality
  • Domain Authority (0-100) — from DataForSEO
  • Trust Flow / Citation Flow (0-100) — from Majestic via SEObserver
  • TTF Topic — topical category (e.g., Business/Marketing)
  • Referring Domains — unique linking domains count
  • Backlinks — total backlink count
  • PageRank (0-10) — Open PageRank
  • Domain Age — from Wayback Machine first snapshot
  • Language — detected from archived content
  • Google Business — GMB listing detection

Response Format

Each domain includes:

{
  "id": 12345,
  "name": "example.fr",
  "tld": ".fr",
  "source": "webexpire",
  "type": "auction",
  "score": 72,
  "price": 150.00,
  "max_bid": 210.00,
  "bids_count": 4,
  "auction_end_date": "2026-04-07T15:00:00+00:00",
  "age": 19,
  "domain_authority": 28,
  "trust_flow": 22,
  "citation_flow": 16,
  "ttf_topic": "Business/Marketing",
  "referring_domains": 216,
  "backlinks_count": 2000,
  "language": "FR",
  "has_gmb": false,
  "purchase_url": "https://www.webexpire.com/...",
  "purchase_platform": "WebExpire"
}

REST API

CatchDoms also offers a REST API at https://catchdoms.com/api/domains. Full documentation.

Links

  • Website: catchdoms.com
  • API Docs: catchdoms.com/api/docs
  • Pricing: catchdoms.com/pricing

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 →
Categories
Search & Web Crawling
Registryactive
TransportSSE
UpdatedApr 6, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3