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

Roundtable

deadpixel/roundtable-dashboard
13 toolsauthHTTPregistry active
Summary

You know those moments when you're stuck on a problem and wish you could get perspectives from multiple AI models at once? That's what this does. It orchestrates debates between GPT-4o, Claude, Gemini, and apparently 200+ other models, then synthesizes their responses into a single insight. Think of it as programmatic access to multi-model consensus building. You'd reach for this when you want to compare how different models approach the same prompt, validate reasoning across architectures, or just get a more robust answer by letting AIs argue it out first. It's accessed through streamable HTTP, so integration should be straightforward.

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 →

Tools

Public tool metadata for what this MCP can expose to an agent.

13 tools
list-modelsList available AI models grouped by thinking level (low/medium/high). Shows default models, credit costs, capabilities for each tier. Use this before consult to understand model options.1 params

List available AI models grouped by thinking level (low/medium/high). Shows default models, credit costs, capabilities for each tier. Use this before consult to understand model options.

Parameters* required
thinking_levelstring
Filter to a specific thinking levelone of low · medium · high
list-sessionsList your previous MCP tool sessions. Returns session metadata including prompt, tool used, quality score, and credits consumed. Useful for reviewing past council discussions.3 params

List your previous MCP tool sessions. Returns session metadata including prompt, tool used, quality score, and credits consumed. Useful for reviewing past council discussions.

Parameters* required
limitinteger
Max results to returndefault: 20
offsetinteger
Pagination offsetdefault: 0
tool_namestring
Filter by tool name (e.g., "consult", "architect")
get-sessionGet full details of a previous MCP session by ID. Returns the complete result including participant responses and moderator synthesis. Use list-sessions first to find session IDs.1 params

Get full details of a previous MCP session by ID. Returns the complete result including participant responses and moderator synthesis. Use list-sessions first to find session IDs.

Parameters* required
session_idstring
The session ID to retrieve
get-logsQuery structured logs from your MCP tool executions. Filter by session, severity level, event type, and time range. Useful for debugging and monitoring tool usage.7 params

Query structured logs from your MCP tool executions. Filter by session, severity level, event type, and time range. Useful for debugging and monitoring tool usage.

Parameters* required
eventstring
Filter by event name (e.g., "debate_completed")
levelstring
Filter by log levelone of info · warn · error
limitinteger
Max resultsdefault: 50
offsetinteger
Pagination offsetdefault: 0
end_timenumber
End timestamp (ms) for time range filter
session_idstring
Filter logs for a specific session
start_timenumber
Start timestamp (ms) for time range filter
check-usageCheck your remaining credits, usage limits, and plan info1 params

Check your remaining credits, usage limits, and plan info

Parameters* required
verboseboolean
Include detailed per-window rate limit breakdowndefault: false
get-thread-linkGet the dashboard URL for a previous debate session. Returns the thread link and public URL if the thread is public.1 params

Get the dashboard URL for a previous debate session. Returns the thread link and public URL if the thread is public.

Parameters* required
session_idstring
The session ID to get the thread link for
set-thread-visibilitySet a thread as public or private. Public threads can be shared via URL. Use session_id from a previous debate session.2 params

Set a thread as public or private. Public threads can be shared via URL. Use session_id from a previous debate session.

Parameters* required
is_publicboolean
Set to true to make the thread publicly accessible, false to make it private
session_idstring
The session ID from a previous debate
consult-councilConsult the AI coding council — multiple models discuss your engineering question sequentially (each sees prior responses), then a moderator synthesizes. Auto-mode by default — AI picks optimal models, roles, and conversation mode from your prompt. Provide explicit models to o...11 params

Consult the AI coding council — multiple models discuss your engineering question sequentially (each sees prior responses), then a moderator synthesizes. Auto-mode by default — AI picks optimal models, roles, and conversation mode from your prompt. Provide explicit models to o...

Parameters* required
modestring
Conversation mode: analyzing (research), brainstorming (ideas), debating (tradeoffs), solving (action plans)one of analyzing · brainstorming · debating · solvingdefault: debating
rolesarray
Inline role names for participants (e.g., ["Security Architect", "Backend Engineer"])
formatstring
Moderator output format: discussion (narrative), adr (architecture decision), comparison (table), pros-consone of discussion · adr · comparison · pros-consdefault: discussion
modelsarray
Override specific model IDs. Min 3 models. Use list-models to see available options
promptstring
The question, topic, or problem to debate
contextstring
Additional background context for the debate (code, docs, requirements)
knowledgearray
Reference knowledge to inject as context
auto_routeboolean
Auto-select optimal models based on prompt analysis and historical performancedefault: false
webhook_urlstring
Webhook URL to POST results to after completion
thinking_levelstring
Controls model quality and cost: low (fast/cheap), medium (balanced), high (maximum reasoning)one of low · medium · highdefault: medium
session_contextarray
Session IDs to use as context (max 3). Prior moderator summaries will be prepended.
design-architectureArchitecture design council. Systems Architect, Infrastructure Engineer, and DX Advocate evaluate your system design. Always uses high thinking for maximum depth. Output as ADR.5 params

Architecture design council. Systems Architect, Infrastructure Engineer, and DX Advocate evaluate your system design. Always uses high thinking for maximum depth. Output as ADR.

Parameters* required
scalestring
Target scale: startup (small team), growth (scaling), enterprise (large org)one of startup · growth · enterprisedefault: startup
tech_stackarray
Preferred technologies
descriptionstring
What the system should do
focus_areasarray
Priority areas (e.g., ["security", "performance"])
webhook_urlstring
Webhook URL to POST results to after completion
review-codeCode review council. Senior Engineer, Security Reviewer, and Performance Analyst analyze your code and a moderator synthesizes their findings.5 params

Code review council. Senior Engineer, Security Reviewer, and Performance Analyst analyze your code and a moderator synthesizes their findings.

Parameters* required
codestring
The code to review
focusarray
Review focus areas (e.g., ["security", "performance"])
languagestring
Programming language (auto-detected if not specified)
webhook_urlstring
Webhook URL to POST results to after completion
thinking_levelstring
Review depth: low (quick scan), medium (balanced), high (thorough)one of low · medium · highdefault: medium
plan-implementationImplementation planning council. Tech Lead, Senior Engineer, and QA Strategist break down a feature into actionable steps, identify risks, and define acceptance criteria. Output as ADR.8 params

Implementation planning council. Tech Lead, Senior Engineer, and QA Strategist break down a feature into actionable steps, identify risks, and define acceptance criteria. Output as ADR.

Parameters* required
featurestring
The feature or change to plan
knowledgearray
Reference knowledge to inject as context
tech_stackarray
Current tech stack
constraintsarray
Constraints (e.g., ["no breaking changes", "must support offline"])
webhook_urlstring
Webhook URL to POST results to after completion
thinking_levelstring
Planning depthone of low · medium · highdefault: medium
session_contextarray
Session IDs to use as context (max 3). Prior moderator summaries will be prepended.
codebase_contextstring
Relevant existing code, file structure, or architecture notes
debug-issueDebugging council. Root Cause Analyst, Systems Engineer, and Edge Case Investigator collaboratively diagnose bugs, analyze errors, and propose fixes.8 params

Debugging council. Root Cause Analyst, Systems Engineer, and Edge Case Investigator collaboratively diagnose bugs, analyze errors, and propose fixes.

Parameters* required
codestring
The relevant code where the bug occurs
errorstring
Error message, stack trace, or unexpected output
problemstring
Describe the bug, failure, or unexpected behavior
knowledgearray
Reference knowledge to inject as context
webhook_urlstring
Webhook URL to POST results to after completion
thinking_levelstring
Analysis depthone of low · medium · highdefault: medium
session_contextarray
Session IDs to use as context (max 3). Prior moderator summaries will be prepended.
expected_behaviorstring
What should happen vs what actually happens
assess-tradeoffsTradeoff assessment council. Pragmatist, Skeptic, and Futurist evaluate options from different angles — short-term vs long-term, risk vs reward, simplicity vs flexibility. Output as pros-cons.7 params

Tradeoff assessment council. Pragmatist, Skeptic, and Futurist evaluate options from different angles — short-term vs long-term, risk vs reward, simplicity vs flexibility. Output as pros-cons.

Parameters* required
contextstring
Background context — codebase, team, timeline, constraints
optionsarray
Specific options to compare
decisionstring
The decision or question to evaluate
prioritiesarray
What matters most (e.g., ["performance", "dx", "cost"])
webhook_urlstring
Webhook URL to POST results to after completion
thinking_levelstring
Analysis depthone of low · medium · highdefault: medium
session_contextarray
Session IDs to use as context (max 3). Prior moderator summaries will be prepended.
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
AI & LLM ToolsData & Analytics
Registryactive
TransportHTTP
AuthRequired
UpdatedMar 10, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f