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

WhichModel

whichmodel/whichmodel-mcp
6 toolsHTTPregistry active
Summary

This server connects Claude to WhichModel's model recommendation API, which helps autonomous agents pick the right LLM for each task based on live pricing data. You ask it a question about what model to use, and it returns a single confident recommendation optimized for cost. Useful when you're building agents that need to route requests across multiple models and want to minimize API costs without manually tracking pricing changes. The service limits free queries, so you'll likely need an API key for production use. Exposes streamable HTTP transport, meaning it works with Claude Desktop and other MCP clients that support remote connections.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Tools

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

6 tools
recommend_modelGet a cost-optimised model recommendation for a specific task. Describe what you need to do and get back the best model with cost estimate, reasoning, and alternatives.6 params

Get a cost-optimised model recommendation for a specific task. Describe what you need to do and get back the best model with cost estimate, reasoning, and alternatives.

Parameters* required
budget_per_callnumber
Maximum spend in USD for this single call
complexitystring
Task complexity: low, medium, or highone of low · medium · highdefault: medium
estimated_input_tokensinteger
Estimated input size in tokens
estimated_output_tokensinteger
Estimated output size in tokens
requirementsobject
Additional requirements for the model
task_typestring
The type of task you need a model forone of chat · code_generation · code_review · summarisation · translation · data_extraction
compare_modelsHead-to-head comparison of 2-5 specific models. Compare pricing, capabilities, quality tiers, and optionally project costs based on expected usage volume.3 params

Head-to-head comparison of 2-5 specific models. Compare pricing, capabilities, quality tiers, and optionally project costs based on expected usage volume.

Parameters* required
modelsarray
Model IDs to compare, e.g. ["anthropic/claude-sonnet-4", "openai/gpt-4.1"]
task_typestring
Task type for context-aware comparisonone of chat · code_generation · code_review · summarisation · translation · data_extraction
volumeobject
Expected usage volume for cost projections
get_pricingRaw pricing data lookup for LLM models. Filter by model, provider, price ceiling, and capabilities. Returns structured pricing data for programmatic consumption.7 params

Raw pricing data lookup for LLM models. Filter by model, provider, price ceiling, and capabilities. Returns structured pricing data for programmatic consumption.

Parameters* required
capabilitiesarray
Required capabilities to filter by
include_deprecatedboolean
Include deprecated and sunset models in results (default false)default: false
limitinteger
Maximum number of results to return (1-100, default 20)default: 20
max_input_pricenumber
Maximum input price per million tokens in USD
min_context_windowinteger
Minimum context window size in tokens
model_idstring
Specific model ID, e.g. "anthropic/claude-sonnet-4"
providerstring
Filter to models from this provider, e.g. "anthropic"
check_price_changesCheck what model pricing has changed since a given date. Useful for monitoring cost changes and spotting new models or deprecations.3 params

Check what model pricing has changed since a given date. Useful for monitoring cost changes and spotting new models or deprecations.

Parameters* required
model_idstring
Filter to a specific model
providerstring
Filter to a specific provider
sincestring
ISO date to check changes from, e.g. "2026-04-01"
estimate_costEstimate the cost of a specific workload for a given model. Returns cost per call, daily and monthly projections, and a comparison to the cheapest alternative with equivalent capabilities.4 params

Estimate the cost of a specific workload for a given model. Returns cost per call, daily and monthly projections, and a comparison to the cheapest alternative with equivalent capabilities.

Parameters* required
calls_per_dayinteger
Expected number of calls per day (for daily/monthly projections)
input_tokensinteger
Number of input tokens per call
model_idstring
Model ID to estimate cost for, e.g. "anthropic/claude-sonnet-4"
output_tokensinteger
Number of output tokens per call
find_cheapest_capableFind the cheapest models that meet specific capability requirements. Useful when you have hard constraints (e.g. must support tool_calling + vision) and want the most cost-effective option.3 params

Find the cheapest models that meet specific capability requirements. Useful when you have hard constraints (e.g. must support tool_calling + vision) and want the most cost-effective option.

Parameters* required
min_context_windowinteger
Minimum context window size in tokens, e.g. 128000
quality_floorstring
Minimum quality tier: "low" (budget+), "medium" (standard+), "high" (premium+), "frontier" (frontier only)one of low · medium · high · frontier
required_capabilitiesarray
Capabilities the model must support, e.g. ["tool_calling", "json_output", "vision"]
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
AI & LLM Tools
Registryactive
TransportHTTP
UpdatedApr 7, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
whitemarmot avatar
Postbolt

io.github.whitemarmot/postbolt

Publish to 13+ social media platforms from any AI agent via MCP.
willnigri avatar
CrowTerminal - External Brain for AI Agents

io.github.willnigri/crowterminal

External Brain for AI Agents - persistent versioned memory for creators
wowcool avatar
Agent Safe

io.github.wowcool/agentsafe

Email safety MCP server. Detects phishing, prompt injection, CEO fraud for AI agents.
icme-lab avatar
Icme Preflight

io.github.wyattbenno777/icme-preflight

Jailbreak-proof AI guardrails. Automated Reasoning SMT solver, not an LLM. ZK proofs included.
xiandao-labs avatar
HuangtingFlux — Huangting Protocol MCP Server

io.github.xiandao-labs/huangting-flux

Reduces AI Agent token usage by 40% via three-stage SOP workflow.
xkumakichi avatar
Xaip Mcp Server

io.github.xkumakichi/xaip-mcp-server

AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.