# WebSim Explorer

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 u…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add gigachadtrey/websimm

# Browse available tools
npx -y @smithery/cli@latest tool list gigachadtrey/websimm

# Get full schema for a tool
npx -y @smithery/cli@latest tool get gigachadtrey/websimm get_project

# Call a tool
npx -y @smithery/cli@latest tool call gigachadtrey/websimm get_project '{}'
```

## Direct MCP Connection

Endpoint: `https://websimm--gigachadtrey.run.tools`

## Tools (11)

- `get_project` — Get detailed information about a WebSim project by its ID. Perfect for 'Show me project [ID]' or 'Tell me about project…
- `get_project_by_slug` — Get detailed information about a WebSim project using the owner's username and project slug. Perfect for 'Show me @user…
- `list_trending_projects` — Get a list of trending WebSim projects. Perfect for 'Show me trending projects' or 'What are the popular projects?' que…
- `get_user` — Get detailed information about a WebSim user profile. Perfect for 'Tell me about user [username]' or 'Show me @[usernam…
- `get_user_projects` — Get a list of projects created by a specific WebSim user. Perfect for 'Show me [username]'s projects' or 'List projects…
- `get_user_stats` — Get detailed statistics for a WebSim user. Perfect for 'Show me [username]'s statistics' or 'What are @[username]'s sta…
- `search_projects` — Search for WebSim projects by keywords, tags, or descriptions. Perfect for 'Find projects about [topic]' or 'Search for…
- `search_assets` — Search for assets (images, files, resources) in WebSim projects. Perfect for 'Find assets about [topic]' or 'Search for…
- `list_project_comments` — Get comments on a WebSim project. Perfect for 'Show me comments on project [ID]' or 'What are people saying about [proj…
- `get_related_keywords` — Get related keywords and search suggestions based on a query. Perfect for 'What keywords are related to [topic]?' or 'S…
- `list_project_screenshots` — Get screenshots of a WebSim project revision. Perfect for 'Show me screenshots of project [ID]' or 'What does [project]…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get gigachadtrey/websimm <tool-name>
```

---

Source: https://github.com/gigachadtrey/websimm
