# MCP Show2User Server
A Model Context Protocol server for displaying reports to users in various formats.
## Features
- Display reports with title, type, content, and content_type
- Support for HTML and Markdown format types
- Support for URL and text content types
- Simple JSON output format
## Installation
```bash
cd mcp-show2user
pip install -e .
```
## Usage
Run the server:
```bash
mcp-show2user
```
## Tool
### show_report
Display a report to the user.
**Parameters:**
- `title` (string): Title of the report
- `type` (string): Report type - "html" or "md"
- `content` (string): Report content (URL or text based on content_type)
- `content_type` (string): Content type - "url" or "text"
**Example:**
```json
{
"title": "Monthly Sales Report",
"type": "html",
"content": "https://example.com/report.html",
"content_type": "url"
}
```
## License
MIT
Raw data
{
"_id": null,
"home_page": null,
"name": "iflow-mcp_show2user",
"maintainer": null,
"docs_url": null,
"requires_python": "==3.12.7",
"maintainer_email": null,
"keywords": "display, llm, mcp, report, visualization",
"author": "Show2User Team",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/15/2f/a619ac9163ed29f0c6b7af29b9d64bde320704b180d1787e9d81fc0ae65b/iflow_mcp_show2user-0.1.3.tar.gz",
"platform": null,
"description": "# MCP Show2User Server\n\nA Model Context Protocol server for displaying reports to users in various formats.\n\n## Features\n\n- Display reports with title, type, content, and content_type\n- Support for HTML and Markdown format types\n- Support for URL and text content types\n- Simple JSON output format\n\n## Installation\n\n```bash\ncd mcp-show2user\npip install -e .\n```\n\n## Usage\n\nRun the server:\n\n```bash\nmcp-show2user\n```\n\n## Tool\n\n### show_report\n\nDisplay a report to the user.\n\n**Parameters:**\n- `title` (string): Title of the report\n- `type` (string): Report type - \"html\" or \"md\"\n- `content` (string): Report content (URL or text based on content_type)\n- `content_type` (string): Content type - \"url\" or \"text\"\n\n**Example:**\n\n```json\n{\n \"title\": \"Monthly Sales Report\",\n \"type\": \"html\",\n \"content\": \"https://example.com/report.html\",\n \"content_type\": \"url\"\n}\n```\n\n## License\n\nMIT",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Model Context Protocol server for displaying reports to users",
"version": "0.1.3",
"project_urls": null,
"split_keywords": [
"display",
" llm",
" mcp",
" report",
" visualization"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "c45069fdc7a66baaa1eaafe7e6ab3d878e112cbc2c29a44a70e7022120d7cedc",
"md5": "02d1e3de475cf0012144a63643d5c533",
"sha256": "59bd38afb92b0dad132ba4d6fc74363c4c0642529b1bbaf29a8642902ca1e676"
},
"downloads": -1,
"filename": "iflow_mcp_show2user-0.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "02d1e3de475cf0012144a63643d5c533",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "==3.12.7",
"size": 536559,
"upload_time": "2025-09-10T08:47:17",
"upload_time_iso_8601": "2025-09-10T08:47:17.178245Z",
"url": "https://files.pythonhosted.org/packages/c4/50/69fdc7a66baaa1eaafe7e6ab3d878e112cbc2c29a44a70e7022120d7cedc/iflow_mcp_show2user-0.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "152fa619ac9163ed29f0c6b7af29b9d64bde320704b180d1787e9d81fc0ae65b",
"md5": "1a5ecf62207ed280873108350f4e96ec",
"sha256": "93c5e7ee587007378aec52bb77b8adea88a7657e3ed394fcbc56a5a01d735a71"
},
"downloads": -1,
"filename": "iflow_mcp_show2user-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "1a5ecf62207ed280873108350f4e96ec",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "==3.12.7",
"size": 532899,
"upload_time": "2025-09-10T08:47:18",
"upload_time_iso_8601": "2025-09-10T08:47:18.999998Z",
"url": "https://files.pythonhosted.org/packages/15/2f/a619ac9163ed29f0c6b7af29b9d64bde320704b180d1787e9d81fc0ae65b/iflow_mcp_show2user-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-10 08:47:18",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "iflow-mcp_show2user"
}