Integration MCP Server
This guide helps you to integrate Storyly Integration MCP server into any AI assistants
Storyly MCP servers exposes Storyly Placement SDK knowledge base as an MCP-compatible API. You can connect to this endpoint using any AI assistant to answer integration questions, check SDK versions, generate implementation plans, and troubleshoot issues.
Available Tools
| Tool | Description |
|---|---|
get_latest_sdk_version | Latest published SDK version for Android or iOS |
get_feature_guide | Feature-first integration guide with checklist and code references |
get_api_reference | Canonical API reference by ID or free-text query |
get_integration_plan | Ordered implementation plan from a developer goal |
get_platform_diff | Android vs iOS behavioral differences for a feature or API |
get_troubleshooting | Diagnosis and fixes for common integration issues |
search_knowledge | Full-text search across guides, APIs, and troubleshooting docs |
get_widget_controller_api | Widget lifecycle API (pause, resume, open, close) |
Setup
General
https://mcp.storyly.io/sse
Claude Code
claude mcp add --transport sse storyly-sdk https://mcp.storyly.io/sse
Cursor
{
"mcpServers": {
"storyly-sdk": {
"url": "https://mcp.storyly.io/sse"
}
}
}
Updated about 4 hours ago
