The user wants a short HTML "about" section for an MCP (Model Context Protocol) server called "PI API MCP Server". The positioning is about letting AI assistants safely connect to PI dashboards to query charts and manage data through conversation.
Let me write a short, clean HTML snippet about this MCP server.
I need to:
- Keep it short
- Use safe HTML tags only
- No markdown code blocks
- No preamble or postscript
- No JSON config, env lists, or fake tokens
- Mention what it can connect to and whether keys are needed
Let me draft the content:
The PI API MCP Server lets AI assistants interact with PI dashboards through natural conversation. It supports querying chart data, managing dashboard elements, and retrieving business metrics. Authentication is typically required via PI API credentials/tokens.
Since this connects to a dashboard service, it likely needs API credentials/tokens for authentication.
Let me write the HTML:
关于 PI API MCP Server
PI API MCP Server 让 AI 助手能够安全对接 PI 仪表板,通过自然语言完成图表查询与数据管理操作。
能做什么
- 查询仪表板中的图表、报表与关键指标
- 浏览数据明细,支持筛选与排序
- 执行常规的数据管理操作(如刷新、导出等)
是否需要密钥
需要。连接 PI 仪表板通常要求配置 PI API 的访问凭证(如 API Token 或服务账号密钥),具体字段请参照你所部署实例的鉴权说明。
Let me make sure this is concise and follows all the constraints. I think this is good. Let me finalize.
关于 PI API MCP Server
PI API MCP Server 让 AI 助手能够安全对接 PI 仪表板,通过自然语言完成图表查询与数据管理操作,使用体验类似与数据助手聊天。
能接什么
- 查询仪表板上的图表、KPI 与报表数据
- 浏览明细记录,并支持筛选、排序等常见操作
- 执行基础的数据管理动作(如刷新缓存、导出结果等,以服务端开放的能力为准)
是否需要密钥
通常需要。连接 PI 仪表板一般要求配置 PI API 的访问凭证(如 API Token、App Key 或服务账号密钥),具体字段请以你所部署实例的鉴权说明为准。