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

ToolDescription
get_latest_sdk_versionLatest published SDK version for Android or iOS
get_feature_guideFeature-first integration guide with checklist and code references
get_api_referenceCanonical API reference by ID or free-text query
get_integration_planOrdered implementation plan from a developer goal
get_platform_diffAndroid vs iOS behavioral differences for a feature or API
get_troubleshootingDiagnosis and fixes for common integration issues
search_knowledgeFull-text search across guides, APIs, and troubleshooting docs
get_widget_controller_apiWidget 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"
    }
  }
}