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

IndieStack

pattyboi101/indiestack
2STDIOregistry active
Summary

A dependency guardrail that validates packages before your AI agent installs them. It searches 6,500+ curated developer tools with real compatibility data scraped from 4,500+ GitHub repos, so you can ask "find an auth solution for Next.js" or "check if these two tools work together" and get install commands, health scores, and verified stack combinations. The 23 tools include package validation to catch hallucinations and typosquats, compatibility search with conflict warnings, project scanning for recommendations, and market gap analysis showing what developers search for but can't find. Runs via uvx with zero installation. Useful when your agent wants to add dependencies or when you're architecting features and need to know what already exists in the indie ecosystem.

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 →

IndieStack

Dependency guardrail for AI coding agents. Validates packages before installation, catches hallucinations and typosquats, and provides compatibility intelligence across 6,500+ developer tools.

10,000+ PyPI installs | 110,000+ unique visitors | 23 MCP tools

claude mcp add indiestack -- uvx --from indiestack indiestack-mcp

Then ask your agent:

  • "Validate this package before installing"
  • "Find an auth solution for my Next.js app"
  • "Check compatibility between these two tools"

What it does

Before your AI installs a dependency or writes boilerplate — IndieStack validates it exists, checks for typosquats, and searches 6,500+ curated developer tools with real compatibility data from 4,500+ repos. You get install commands, health scores, and what tools actually work together in production.

"Indie" is the curation filter: independent developers and small teams. Focused, lean, maintained, honest pricing.


Tech stack

  • Backend: Python 3 / FastAPI / SQLite (FTS5 full-text search, WAL mode)
  • Infrastructure: Fly.io / Docker / 48-endpoint smoke testing
  • MCP server: Published on PyPI — 23 tools, 3 resources, 5 prompts
  • Auth: GitHub OAuth via sessions
  • Payments: Stripe subscriptions
  • Monitoring: Event reactor, pattern detection, Telegram alerting

Install

Claude Code (zero install — runs via uvx):

claude mcp add indiestack -- uvx --from indiestack indiestack-mcp

Claude Desktop — add to claude_desktop_config.json:

{
  "mcpServers": {
    "indiestack": {
      "command": "uvx",
      "args": ["--from", "indiestack", "indiestack-mcp"]
    }
  }
}

Cursor / Windsurf — add to your MCP config:

{"command": "uvx", "args": ["--from", "indiestack", "indiestack-mcp"]}

Persistent install:

pipx install indiestack
claude mcp add indiestack -- indiestack-mcp

CLI (terminal use):

pip install indiestack

indiestack search "analytics"
indiestack details simple-analytics
indiestack stack "auth, payments, email"

Tools (23)

ToolWhat it does
find_toolsSearch 6,500+ developer tools with 11 filters: price, health, stars, success rate, language, tags, compatibility
find_compatibleFind tools compatible with a given tool — grouped by category, with verified stacks and conflict warnings
get_tool_detailsIntegration code, pricing, API specs, and compatibility data
scan_projectAnalyze a project description + tech stack, get a complete tool recommendation
report_compatibilityReport that two tools work well together — builds the compatibility graph
report_outcomeReport success/failure with used_with and incompatible_with — feeds the compatibility graph
check_healthGitHub health audit — maintenance grade, last commit, stars, alternatives for stale tools
list_categoriesBrowse all 25 categories
compare_toolsSide-by-side comparison of any two tools
build_stackTurn a 50,000-token generation into a 2,000-token assembly
publish_toolSubmit a developer tool so other agents can recommend it
browse_new_toolsRecently added tools with pagination
list_tagsAll tags sorted by popularity
get_market_gapsTop unmet needs — what developers search for but can't find
list_stacksCurated stacks for common use cases
analyze_dependenciesScan package.json/requirements.txt for better alternatives
evaluate_build_vs_buyFinancial breakdown: build from scratch vs use what exists
get_recommendationsPersonalized suggestions based on your search history

Resources

ResourceWhat it provides
indiestack://categoriesAll 25 categories with slugs for filtering
indiestack://trendingTop 10 trending developer tools this week
indiestack://tools-indexComplete index for prompt caching — include once, reference forever

Prompts

PromptWhen to use
before-you-buildCheck IndieStack before building common functionality
find-alternativesFind indie alternatives to mainstream SaaS products
save-tokensAudit your project for token-saving opportunities
architect-featurePlan a feature using existing indie building blocks
discover-indieExplore what indie developers have built

What's new in v1.19

  • Package validation — validate_package() verifies packages exist and are safe before installation. Catches hallucinated and typosquatted packages.
  • Guardrail-first design — Built for AI agents that need to validate dependencies, not just discover them.

Recent highlights

  • Migration intelligence — Tool details include real migration data from 4,500+ GitHub repos.
  • 93,000+ verified package combinations from production repos.
  • Trust-weighted search — Tools with higher agent success rates rank higher.
  • Market gaps — get_market_gaps() exposes zero-result queries ranked by search volume.

Links

  • indiestack.ai
  • Explore Tools
  • Submit Your Tool
  • What is IndieStack?

MIT License

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
Search & Web CrawlingData & Analytics
Registryactive
Packageindiestack
TransportSTDIO
UpdatedApr 1, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
paulieb89 avatar
BAILII UK Case Law

paulieb89/bailii-mcp

Search UK case law on BAILII — court judgments with section extraction. Runs locally.
2
pvliesdonk avatar
Scholar MCP Server

pvliesdonk/scholar-mcp

Scholarly-sources MCP: papers, patents, books, standards — search and cross-reference prior art.
2
rupinder2 avatar
Mcp Gateway

rupinder2/mcp-gateway

Aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading.
2
rupinder2 avatar
Mcp Orchestrator

rupinder2/mcp-orchestrator

Aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading.
2
sallvainian avatar
NGSS Standards Explorer

sallvainian/ngss-mcp

Search and retrieve NGSS standards by code, domain, or topic. Explore three-dimensional components (SEPs, DCIs, and CCCs) and discover related standards by shared practices, concepts, or core ideas. Plan cohesive curriculum units with suggestions for compatible standards.
2
sethbang avatar
Proton Mail (unofficial)

sethbang/proton-mail-mcp

Unofficial Proton Mail MCP — send, read, search & organize email over SMTP and IMAP
2