resources/read, but over authenticated REST for hosts that do not have a live MCP client.
Endpoint
ui://agentic-api/.../mcp-app.html widget in a sandboxed iframe. The response body is HTML text and should be passed to the iframe as srcdoc; hosts provide widget data over the MCP Apps bridge after the iframe initializes.
Path parameters
| Parameter | Type | Description |
|---|---|---|
view | string | Built widget slug. Must contain only lowercase letters, numbers, and hyphens. |
| View | Resource URI |
|---|---|
help | ui://agentic-api/help/mcp-app.html |
api-call | ui://agentic-api/api-call/mcp-app.html |
murph-seller-analytics | ui://agentic-api/murph-seller-analytics/mcp-app.html |
account-analysis | ui://agentic-api/account-analysis/mcp-app.html |
sponsored-buyers | ui://agentic-api/sponsored-buyers/mcp-app.html |
storefront-briefs | ui://agentic-api/storefront-briefs/mcp-app.html |
Response
Successful responses return the built HTML as text:Errors
| Status | Code | When |
|---|---|---|
400 | VALIDATION_ERROR | view contains unsupported characters. |
404 | NOT_FOUND | No built MCP App widget exists for the requested view. |