Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | info |
| LOG_FORMAT | No | Logging format | json |
| MCP_SERVER_NAME | No | MCP server name | websim-mcp-server |
| MCP_SERVER_VERSION | No | MCP server version | 1.0.0 |
| WEBSIM_API_TIMEOUT | No | WebSim API request timeout in milliseconds | 30000 |
| WEBSIM_API_BASE_URL | No | WebSim API base URL | https://api.websim.com |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_project_by_id | Get a WebSim project by its ID |
| get_project_by_slug | Get a WebSim project by user and slug |
| list_all_projects | List all public WebSim projects with pagination |
| list_user_projects | List all projects for a specific user |
| get_project_revisions | Get all revisions of a WebSim project |
| get_project_stats | Get statistics for a WebSim project |
| get_project_descendants | Get projects that are descendants of a WebSim project |
| get_user | Get details for a specific WebSim user |
| get_user_stats | Get statistics for a specific WebSim user |
| search_users | Search for WebSim users |
| get_user_following | Get users that a specific user is following |
| get_user_followers | Get followers of a specific WebSim user |
| get_trending_feed | Get trending WebSim projects feed |
| get_posts_feed | Get latest posts from WebSim feed |
| search_feed | Search WebSim feed with sorting options |
| get_trending_rooms | Get trending WebSim rooms |
| search_assets | Search for WebSim assets |
| bulk_asset_search | Search for multiple asset queries in bulk |
| search_relevant_assets | Search for assets relevant to a query |
| get_related_keywords | Get keywords related to a search query |
| get_top_searches | Get top search queries on WebSim |
| get_project_assets | Get assets for a specific project version |
| get_project_comments | Get comments for a WebSim project |
| get_comment_replies | Get replies to a specific comment |
| health_check | Check if the WebSim API is accessible |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |