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
piiiico avatar

AEO Audit

piiiico/aeo-mcp-server
HTTPregistry active
Summary

Built by a Norwegian SEO agency to diagnose why websites don't show up in AI assistant answers. Exposes three tools: analyze_aeo returns a 0-100 score with letter grade plus breakdowns across schema markup, meta tags, content quality, and AI crawler access; get_aeo_score gives you just the headline number; check_ai_readiness tells you if GPTBot or ClaudeBot are blocked and whether you have llms.txt configured. Runs as a public Cloudflare Worker with no auth required. Reach for this when clients complain they're invisible in ChatGPT or Perplexity results and you need specific technical fixes like missing JSON-LD schema or blocked crawlers rather than generic SEO advice.

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 →

AEO Audit MCP Server

AEO (Answer Engine Optimization) audit tool — check any website's AI visibility score and get actionable recommendations.

Live endpoint: https://aeo-mcp-server.amdal-dev.workers.dev/mcp Protocol: MCP Streamable HTTP (2025-03-26) Free to use — no auth required

What it does

Analyzes why businesses don't appear in ChatGPT, Claude, Perplexity, and other AI assistant answers. Returns:

  • Score 0-100 with letter grade (A–F)
  • Breakdown: schema markup, meta tags, content quality, technical config, AI signals
  • Issues: specific problems blocking AI visibility
  • Recommendations: prioritized action list

Tools

analyze_aeo(url)

Full audit. Returns score, grade, category breakdown, all issues, and ranked recommendations.

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "analyze_aeo",
    "arguments": { "url": "https://example.com" }
  }
}

get_aeo_score(url)

Quick check — score and grade only.

check_ai_readiness(url)

Checks if AI crawlers (GPTBot, ClaudeBot) are blocked, if /llms.txt exists, and other crawler access signals.

Usage with Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aeo-audit": {
      "url": "https://aeo-mcp-server.amdal-dev.workers.dev/mcp",
      "type": "streamable-http"
    }
  }
}

Usage with Cursor / other MCP clients

Endpoint: https://aeo-mcp-server.amdal-dev.workers.dev/mcp Transport: Streamable HTTP (POST)

What AEO checks

  • Structured data (JSON-LD schema): LocalBusiness, FAQPage, AggregateRating, OpeningHours
  • Meta tags: Title, description, OpenGraph
  • Content quality: Word count, H1/H2 headings, location signals, FAQ section, prices
  • Technical: robots.txt AI bot access, llms.txt, sitemap, load speed
  • AI signals: Speakable schema, statistics/numbers, structured content

About

Built by Synlig Digital — AEO services for Norwegian businesses. Contact: hei@synligdigital.no

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

More from piiiico

  • Commit — Supply Chain Risk Scoring5
  • AgentLair2