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

ClawPage

skypher/clawpage-mcp
STDIOregistry active
Summary

Connects Claude to the ClawPage web extraction API to turn any URL into structured JSON with text, tables, prices, contact info, business hours, ratings, and more. Exposes five tools: register for a free API key (10 extractions daily), extract_url to scrape pages, account_info to check usage, plus wallet operations for prepaid USDC deposits at a penny per extraction. Supports both stdio for local Claude Desktop use and HTTP transport for browser agents. Cached results are free for 24 hours. Useful when you need reliable web scraping without building your own parser or dealing with HTML chaos.

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 →

ClawPage MCP Server

MCP server for the ClawPage web extraction API. Extract and structure any web page into clean JSON.

Install

npx clawpage-mcp

Or with Streamable HTTP transport (for ChatGPT, remote agents):

npx clawpage-mcp --http

Tools

ToolDescription
registerCreate account, get API key (cpk_ prefix) with 10 free extractions/day
extract_urlExtract any URL into structured JSON (text, tables, prices, contacts, hours, ratings)
account_infoCheck remaining free extractions and USDC balance
add_walletAssociate wallet address for prepaid USDC deposits
depositCredit balance from on-chain USDC transfer

Quick Start

  1. Use the register tool with your email to get an API key
  2. Use extract_url with the API key and any URL
  3. Get back structured JSON with text, tables, prices, contacts, hours, ratings, dates, links, and images

Authentication

Three options:

  • API Key (recommended): Register for free, get 10 extractions/day
  • Prepaid USDC: Deposit USDC on Base for $0.01/extraction
  • x402: Anonymous on-chain micropayment, no account needed

Cache hits are always free (24h TTL).

Transport

  • stdio (default): For Claude Desktop, Cursor, and local MCP clients
  • Streamable HTTP (--http): For ChatGPT, browser-based agents, and remote connections. Listens on port 8080 (override with MCP_PORT env var)

Claude Desktop Config

{
  "mcpServers": {
    "clawpage": {
      "command": "npx",
      "args": ["clawpage-mcp"]
    }
  }
}

API

Base URL: https://api.clawpage.xyz

See SKILL.md for full API documentation.

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
Data & Analytics
Registryactive
Packageclawpage-mcp
TransportSTDIO
UpdatedFeb 7, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
Google Sheets

com.mcparmory/google-sheets

Create, read, and modify spreadsheet data, formatting, and sheets
25
Google Sheets

domdomegg/google-sheets-mcp

Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
2
Google Sheets Mcp

henilcalagiya/google-sheets-mcp

Powerful tools for automating Google Sheets using Model Context Protocol (MCP)
14
Futuristic Risk Intelligence

cct15/war-dashboard-data

Geopolitical conflict risk, political events, and maritime traffic data for AI agents
1
Mcp Google Sheets Full

moooonad/mcp-google-sheets-full

Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.
CSV to JSON API

io.github.br0ski777/csv-to-json

Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment.