CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
laundromatic avatar

Shopgraph

laundromatic/shopgraph
34 toolsHTTPregistry active
Summary

Extracts structured product data from any URL and returns JSON with per-field confidence scores. You get three tools: enrich_basic for fast Schema.org parsing, enrich_product for the full pipeline with LLM fallback and headless browser rendering, and enrich_html if you already fetched the page yourself. Every field shows which extraction method produced it and how confident the system is. Set strict_confidence_threshold to auto-filter uncertain fields before they reach your agent. Outputs Universal Commerce Protocol validated JSON. Free tier gives you 50 calls per month with no signup. Useful when you need to turn messy product pages into reliable structured data for price tracking, catalog building, or comparison tools.

Install to Claude Code

verified
claude mcp add --transport http shopgraph https://shopgraph.dev/mcp

Run in your terminal. Add --scope user to make it available in every project.

Review the command, arguments, and environment values before installing — MCP servers run with your local permissions.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Tools

Verified live against the running server on Jun 10, 2026.

verified live4 tools
enrich_productExtract comprehensive product data from a URL including name, price, brand, images, availability, and more. Uses schema.org structured data when available, with LLM fallback. Costs $0.02 per call (cached results are free).7 params

Extract comprehensive product data from a URL including name, price, brand, images, availability, and more. Uses schema.org structured data when available, with LLM fallback. Costs $0.02 per call (cached results are free).

Parameters* required
force_refreshboolean
Bypass cache entirely. Always triggers live extraction. Costs 3x credits.
formatstring
Output format. "ucp" returns UCP line_item format. Default: "default".one of default · ucpdefault: default
include_scoreboolean
Include agent-readiness score in response.
minimum_confidencenumber
Auto-refresh if any cached field's DECAYED confidence falls below this threshold. Costs 2x credits when refresh triggers, 0.25x on cache hit.
payment_method_idstring
Stripe payment method ID for MPP payment
strict_confidence_thresholdnumber
Fields below this confidence will be nulled with explanation. Default: off.
url*string
Product page URL to extract data from
enrich_basicExtract basic product attributes from a URL (name, price, brand, availability). Faster and cheaper than enrich_product. 50 free calls/month — no payment needed. Paid: $0.01 per call after free tier.7 params

Extract basic product attributes from a URL (name, price, brand, availability). Faster and cheaper than enrich_product. 50 free calls/month — no payment needed. Paid: $0.01 per call after free tier.

Parameters* required
force_refreshboolean
Bypass cache entirely. Always triggers live extraction. Costs 3x credits.
formatstring
Output format. "ucp" returns UCP line_item format. Default: "default".one of default · ucpdefault: default
include_scoreboolean
Include agent-readiness score in response.
minimum_confidencenumber
Auto-refresh if any cached field's DECAYED confidence falls below this threshold. Costs 2x credits when refresh triggers, 0.25x on cache hit.
payment_method_idstring
Stripe payment method ID for MPP payment
strict_confidence_thresholdnumber
Fields below this confidence will be nulled with explanation. Default: off.
url*string
Product page URL to extract data from
enrich_htmlExtract product data from raw HTML you already have (no HTTP fetch needed). Ideal when using Bright Data, Firecrawl, or any scraping API — pipe the HTML through ShopGraph for structured product data. Uses schema.org + LLM fallback. Costs $0.02 per call (cached results are free).8 params

Extract product data from raw HTML you already have (no HTTP fetch needed). Ideal when using Bright Data, Firecrawl, or any scraping API — pipe the HTML through ShopGraph for structured product data. Uses schema.org + LLM fallback. Costs $0.02 per call (cached results are free).

Parameters* required
force_refreshboolean
Bypass cache entirely. Always triggers live extraction. Costs 3x credits.
formatstring
Output format. "ucp" returns UCP line_item format. Default: "default".one of default · ucpdefault: default
html*string
Raw HTML content of the product page
include_scoreboolean
Include agent-readiness score in response.
minimum_confidencenumber
Auto-refresh if any cached field's DECAYED confidence falls below this threshold.
payment_method_idstring
Stripe payment method ID for MPP payment
strict_confidence_thresholdnumber
Fields below this confidence will be nulled with explanation. Default: off.
url*string
Original URL of the page (used for context and caching)
score_productExtract product data and return agent-readiness score (0-100). Scores structured data completeness, semantic richness, UCP compatibility, pricing clarity, and inventory signals. Full scoring breakdown included.4 params

Extract product data and return agent-readiness score (0-100). Scores structured data completeness, semantic richness, UCP compatibility, pricing clarity, and inventory signals. Full scoring breakdown included.

Parameters* required
formatstring
Output format. "ucp" returns UCP line_item format. Default: "default".one of default · ucpdefault: default
payment_method_idstring
Stripe payment method ID for MPP payment
strict_confidence_thresholdnumber
Fields below this confidence will be nulled with explanation. Default: off.
url*string
Product page URL to extract and score
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Data & Analytics
Registryactive
Packageshopgraph
TransportHTTP
Resources1
Prompts1
Tools verifiedJun 10, 2026
UpdatedApr 4, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
luizedupp avatar
Rememb

luizedupp/rememb

Persistent memory for AI agents — local JSON, zero config, no server required.
3
outscraper avatar
Outscraper MCP Server

outscraper/outscraper-mcp-server

Outscraper MCP business discovery, Maps intelligence, enrichment, reviews, and contact data.
3
scavio-ai avatar
Scavio

scavio-ai/scavio-mcp

Connect AI agents to Google, YouTube, Amazon, Walmart, TikTok, Reddit. 21 search and data tools.
3
sharebook-kr avatar
pykrx-mcp

sharebook-kr/pykrx-mcp

Korean stock market data (KOSPI/KOSDAQ) with ETF tracking and fundamental analysis
3
smaniches avatar
Alphafold Sovereign Mcp

smaniches/alphafold-sovereign-mcp

MCP server for AlphaFold and 8 other biomedical data sources with a local SQLite knowledge graph
3
theyahia avatar
moysklad-mcp

theyahia/moysklad-mcp

MCP server for MoySklad — warehouse, inventory, orders, reports (Russia)
3