# 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/a9/70/4e4c1700997dca07bb93aee3a8827967c89cf78aec62545bfc146ecea8a4/iflow_mcp_show2user-0.1.2.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.2",
"project_urls": null,
"split_keywords": [
"display",
" llm",
" mcp",
" report",
" visualization"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "7ebfdc7d16a697f5cc8dbd4e70d55d5b13a538d6330425f181435d98b5870e69",
"md5": "21639864d556bcc4063bf4c797a1cdb7",
"sha256": "370f05d482eaeb46574f701c6010b372765765beb43416875a639e24e14476be"
},
"downloads": -1,
"filename": "iflow_mcp_show2user-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "21639864d556bcc4063bf4c797a1cdb7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "==3.12.7",
"size": 235913,
"upload_time": "2025-09-01T09:34:26",
"upload_time_iso_8601": "2025-09-01T09:34:26.763197Z",
"url": "https://files.pythonhosted.org/packages/7e/bf/dc7d16a697f5cc8dbd4e70d55d5b13a538d6330425f181435d98b5870e69/iflow_mcp_show2user-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a9704e4c1700997dca07bb93aee3a8827967c89cf78aec62545bfc146ecea8a4",
"md5": "243ff0581f67bec5c703cf7498f29cd5",
"sha256": "943365a14f1f6577dbb4782a83de5e2fe088014373c4bac643cc21e8cd54b5db"
},
"downloads": -1,
"filename": "iflow_mcp_show2user-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "243ff0581f67bec5c703cf7498f29cd5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "==3.12.7",
"size": 235765,
"upload_time": "2025-09-01T09:34:28",
"upload_time_iso_8601": "2025-09-01T09:34:28.602497Z",
"url": "https://files.pythonhosted.org/packages/a9/70/4e4c1700997dca07bb93aee3a8827967c89cf78aec62545bfc146ecea8a4/iflow_mcp_show2user-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-01 09:34:28",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "iflow-mcp_show2user"
}