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
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
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 →
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 →
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 →
Slot openReach developers building with Claude Code.
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 →
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 →
inference shell
inference shell
create and run specialised agents in minutes
build 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 →
Slot openReach developers building with Claude Code.
CodeRabbitCodeScene MCP Serverbelt - the only tool your agent needsMCP-ready Email Sending
CodeRabbitCodeScene MCP Serverbelt - the only tool your agent needsMCP-ready Email Sending
CodeRabbitCodeScene MCP Serverbelt - the only tool your agent needsMCP-ready Email Sending
CodeRabbitCodeScene MCP Serverbelt - the only tool your agent needsMCP-ready Email Sending
CodeRabbitCodeScene MCP Serverbelt - the only tool your agent needsMCP-ready Email Sending
CodeRabbitCodeScene MCP Serverbelt - the only tool your agent needsMCP-ready Email Sending
CodeRabbitCodeScene MCP Serverbelt - the only tool your agent needsMCP-ready Email Sending
CodeRabbitCodeScene MCP Serverbelt - the only tool your agent needsMCP-ready Email Sending
CodeRabbitCodeScene MCP Serverbelt - the only tool your agent needsMCP-ready Email Sending
CodeRabbitCodeScene MCP Serverbelt - the only tool your agent needsMCP-ready Email Sending

WebSim Explorer

gigachadtrey/websimm
HTTP

Discover WebSim projects, creators, and trending content with powerful search and filters. Inspect project details, screenshots, comments, and engagement stats to guide research and curation. Track user profiles and activity to surface influential creators and relevant assets.

WebSim MCP Server

A comprehensive Model Context Protocol (MCP) server for interacting with WebSim's public API. This server provides access to WebSim's ecosystem of projects, users, feeds, assets, and comments through standardized MCP tools.

🌟 Features

Project Management

  • Get projects by ID or slug - Retrieve specific WebSim projects
  • List all public projects - Browse the complete public project catalog
  • List user projects - Access projects created by specific users
  • Project revisions - View historical versions of projects
  • Project statistics - Get detailed analytics for projects
  • Project descendants - Find projects that are based on or derived from others

User Management

  • User profiles - Retrieve comprehensive user information
  • User statistics - Get user activity and engagement metrics
  • User search - Find users by username or other criteria
  • Social connections - Access user's following and follower lists

Feed & Discovery

  • Trending feed - Discover popular and trending content
  • Latest posts - Get the most recent activity
  • Feed search - Search content with sorting options (trending, newest, popular)
  • Trending rooms - Find popular interactive rooms and experiences

Assets & Search

  • Asset search - Find specific assets and resources
  • Bulk asset search - Search multiple queries simultaneously
  • Relevant asset discovery - Find assets related to your interests
  • Related keywords - Get keyword suggestions for searches
  • Top searches - See what others are searching for
  • Project assets - Access assets within specific projects

Comments & Interaction

  • Project comments - Read community discussions on projects
  • Comment replies - View threaded conversations and replies

System Features

  • Health monitoring - Built-in health checks for API connectivity
  • Error handling - Comprehensive error recovery and reporting
  • Pagination support - Efficient data retrieval with limit/offset
  • Input validation - Robust parameter validation using Zod schemas

🚀 Quick Start

Prerequisites

  • Node.js 18.0.0 or higher
  • npm or yarn package manager

Installation

  1. Clone or download the server:

    # If using from source
    git clone https://github.com/minimax/websim-mcp-server.git
    cd websim-mcp-server
    
  2. Install dependencies:

    npm install
    
  3. Run the server:

    npm start
    

Usage with MCP Clients

Smithery Platform

The server is configured for direct deployment on Smithery. See the smithery.json file for deployment configuration.

Claude Desktop

Add to your Claude Desktop MCP configuration:

{
  "mcpServers": {
    "websim": {
      "command": "node",
      "args": ["/path/to/websim-mcp-server/server.js"],
      "env": {}
    }
  }
}

Generic MCP Setup

Use the provided mcp.json configuration file:

# Copy mcp.json to your MCP configuration directory
cp mcp.json ~/.config/claude/mcp-servers/websim.json

📋 Available Tools

Project Management

ToolDescriptionParameters
get_project_by_idGet project by IDproject_id: string
get_project_by_slugGet project by user/sluguser: string, slug: string
list_all_projectsList all public projectslimit?: number, offset?: number
list_user_projectsList projects for useruser: string, limit?: number, offset?: number
get_project_revisionsGet project versionsproject_id: string, limit?: number, offset?: number
get_project_statsGet project statisticsproject_id: string
get_project_descendantsGet related projectsproject_id: string, limit?: number, offset?: number

User Management

ToolDescriptionParameters
get_userGet user profileuser: string
get_user_statsGet user statisticsuser: string
search_usersSearch usersquery: string, limit?: number, offset?: number
get_user_followingGet user's followsuser: string, limit?: number, offset?: number
get_user_followersGet user's followersuser: string, limit?: number, offset?: number

Feed & Discovery

ToolDescriptionParameters
get_trending_feedGet trending projectslimit?: number, offset?: number
get_posts_feedGet latest postslimit?: number, offset?: number
search_feedSearch feed with sortingsort: string, search: string, limit?: number, offset?: number
get_trending_roomsGet trending roomslimit?: number, offset?: number

Assets & Search

ToolDescriptionParameters
search_assetsSearch for assetsquery: string, limit?: number, offset?: number
bulk_asset_searchSearch multiple queriesassets: Array<{query: string, limit?: number}>
search_relevant_assetsFind relevant assetsquery: string, limit?: number
get_related_keywordsGet keyword suggestionsquery: string, limit?: number
get_top_searchesGet top searcheslimit?: number, offset?: number
get_project_assetsGet project assetsproject_id: string, version?: string

Comments

ToolDescriptionParameters
get_project_commentsGet project commentsproject_id: string, limit?: number, offset?: number
get_comment_repliesGet comment repliesproject_id: string, comment_id: string, limit?: number, offset?: number

System

ToolDescriptionParameters
health_checkCheck API connectivityNone

💡 Usage Examples

Example 1: Getting a Popular Project

// Tool call example
{
  "tool": "get_project_by_id",
  "arguments": {
    "project_id": "abc123xyz789"
  }
}

Example 2: Browsing Trending Content

// Tool call example
{
  "tool": "get_trending_feed",
  "arguments": {
    "limit": 10,
    "offset": 0
  }
}

Example 3: Searching for Developers

// Tool call example
{
  "tool": "search_users",
  "arguments": {
    "query": "developer",
    "limit": 20,
    "offset": 0
  }
}

Example 4: Finding Assets

// Tool call example
{
  "tool": "search_assets",
  "arguments": {
    "query": "game sprites",
    "limit": 15
  }
}

Example 5: Bulk Asset Search

// Tool call example
{
  "tool": "bulk_asset_search",
  "arguments": {
    "assets": [
      { "query": "game UI", "limit": 5 },
      { "query": "character sprites", "limit": 5 },
      { "query": "sound effects", "limit": 5 }
    ]
  }
}

🔧 Configuration

Environment Variables

Copy .env.example to .env and customize:

# WebSim API Configuration
WEBSIM_API_BASE_URL=https://api.websim.com
WEBSIM_API_TIMEOUT=30000

# Server Configuration
MCP_SERVER_NAME=websim-mcp-server
MCP_SERVER_VERSION=1.0.0

# Logging
LOG_LEVEL=info
LOG_FORMAT=json

Custom API Base URL

If WebSim provides a different API endpoint, update the configuration:

// In server.js, modify the WEBSIM_API_BASE constant
const WEBSIM_API_BASE = 'https://your-custom-api-endpoint.com';

🏥 Health Monitoring

The server includes a built-in health check system:

// Health check tool call
{
  "tool": "health_check",
  "arguments": {}
}

This checks:

  • WebSim API connectivity
  • Response time
  • Error rate monitoring

🔒 Security & Privacy

  • No Authentication Required: Uses WebSim's public API endpoints
  • No Data Storage: Server doesn't store any user data
  • HTTPS Only: All API calls use secure connections
  • Input Validation: All parameters are validated before API calls

🐛 Error Handling

The server provides comprehensive error handling:

  • Network timeouts: Configurable request timeouts
  • API errors: Forwarded error messages with context
  • Validation errors: Clear parameter validation feedback
  • Recovery mechanisms: Automatic retry logic where appropriate

Common Error Responses

{
  "success": false,
  "error": "Project not found",
  "timestamp": "2025-10-28T01:41:35.000Z"
}

📊 Rate Limiting & Performance

  • Built-in timeouts: Prevents hanging requests
  • Pagination support: Efficient data retrieval
  • Error recovery: Graceful handling of API limits
  • Connection pooling: Optimized API call handling

🤝 Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Test thoroughly
  5. Submit a pull request

Development

# Install dependencies
npm install

# Run in development mode
npm run dev

# Run tests
npm test

# Lint code
npm run lint

# Format code
npm run format

📝 API Reference

This MCP server wraps the WebSim public API. For detailed API documentation, visit:

  • API Base: https://api.websim.com
  • Documentation: https://api.websim.com/docs

Supported Endpoints

  • GET /api/v1/projects - Project listing
  • GET /api/v1/projects/{id} - Project details
  • GET /api/v1/users/{user} - User profiles
  • GET /api/v1/feed/trending - Trending content
  • GET /api/v1/search/assets - Asset search
  • And many more...

📄 License

MIT License - see LICENSE file for details.

🙏 Acknowledgments

  • Model Context Protocol for the MCP standard
  • WebSim for the public API
  • Smithery for MCP hosting platform

📞 Support

For issues, questions, or contributions:

  • GitHub Issues: Create an issue
  • Documentation: WebSim API Docs

Built with ❤️ by MiniMax Agent

Categories
Search & Web Crawling
TransportHTTP
UpdatedOct 27, 2025
View on GitHub
Capacitor - Shared memory for your team’s coding agents.Give your AI the whole web as clean markdowninference shellMake your agent a DeFi expert
Capacitor - Shared memory for your team’s coding agents.Give your AI the whole web as clean markdowninference shellMake your agent a DeFi expert
Capacitor - Shared memory for your team’s coding agents.Give your AI the whole web as clean markdowninference shellMake your agent a DeFi expert
Capacitor - Shared memory for your team’s coding agents.Give your AI the whole web as clean markdowninference shellMake your agent a DeFi expert
Capacitor - Shared memory for your team’s coding agents.Give your AI the whole web as clean markdowninference shellMake your agent a DeFi expert
Capacitor - Shared memory for your team’s coding agents.Give your AI the whole web as clean markdowninference shellMake your agent a DeFi expert
Capacitor - Shared memory for your team’s coding agents.Give your AI the whole web as clean markdowninference shellMake your agent a DeFi expert
Capacitor - Shared memory for your team’s coding agents.Give your AI the whole web as clean markdowninference shellMake your agent a DeFi expert
Capacitor - Shared memory for your team’s coding agents.Give your AI the whole web as clean markdowninference shellMake your agent a DeFi expert
Capacitor - Shared memory for your team’s coding agents.Give your AI the whole web as clean markdowninference shellMake your agent a DeFi expert

More from gigachadtrey

  • WebSim Explorer

Related Search & Web Crawling MCP Servers

View all →
duke-book

githubdujianfeng/duke-book

Manage Duke Bookmark notes, categories, and knowledge search from MCP clients.
GitWhy — The Context Layer for Git

gitwhy-cli/gitwhy

The shared AI context engine for git — save, search, and share the reasoning behind code changes.
Cocktail Glass

glass.cocktail/cocktail-glass

Search 500 cocktail recipes, get full recipes, find drinks by ingredient, suggest random picks.
Dexscreener Mcp

glebenjoy/dexscreener-mcp

DexScreener on-chain market data: search pairs, tokens, pools, trending tokens. No API key.
GlobKurier Shipping MCP

globkurier-pl/mcp-server

Track shipments and search shipping products (DPD, InPost, DHL, FedEx, UPS, GLS) via GlobKurier API.
Gmail

gmail

Manage Gmail end-to-end: send, draft, reply, forward, and bulk-modify or delete messages and threads. Organize your inbox with labels, archiving, and trashing, and retrieve messages, attachments, and profile details on demand. Access and search contacts to autofill recipients and keep people data in sync.