Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions uxboost/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# UXBoost MCP Server

This directory contains the manifest for the UXBoost Model Context Protocol (MCP) server.

## Description
The UXBoost MCP server provides tools for UXBoost analyses and agent sessions, enabling detailed insights into user experience and interaction.

## Docker Image
The Docker image for the UXBoost MCP server is available at `prsm323/uxboost-mcp:latest`.

## API Documentation
For more information on the available APIs and tools, please refer to the official documentation: [https://api.uxboost.ai/api-docs](https://api.uxboost.ai/api-docs)
27 changes: 27 additions & 0 deletions uxboost/server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"id": "uxboost",
"name": "UXBoost",
"description": "MCP server for UXBoost analyses and agent sessions",
"image": "prsm323/uxboost-mcp:latest",
"docs": "https://api.uxboost.ai/api-docs",
"icon": "https://raw.githubusercontent.com/edwinkullu51/mcp-server/main/icon.svg",
"env": {
"API_BASE_URL": {
"default": "https://api.uxboost.ai",
"description": "API base URL"
}
},
"tools": [
"perform_static_analysis",
"perform_dynamic_analysis",
"create_agent_session",
"get_session_data",
"list_sessions",
"compare_sessions",
"get_analysis_report",
"export_session_data"
],
"tags": ["web", "ux", "analysis", "crawler"]
}