# Storylayer > Storylayer is an AI-native publishing platform. Connect data sources (Airtable, Google Sheets, APIs) and publish to Instagram, Facebook, X, LinkedIn, Pinterest, and Ghost — from the dashboard or from any MCP-compatible AI agent. Full documentation: https://storylayer.ai/llms-full.txt ## Agent discovery (ARD + MCP) Storylayer publishes machine-readable discovery documents for AI agents and federated registries: - ARD catalog: https://app.storylayer.ai/.well-known/ai-catalog.json - MCP server card: https://app.storylayer.ai/.well-known/mcp.json - MCP Registry: https://app.storylayer.ai/.well-known/server.json - OpenAPI 3.1: https://app.storylayer.ai/.well-known/openapi.json - Agent quickstart: https://app.storylayer.ai/.well-known/agent-quickstart.md - GPT instructions: https://app.storylayer.ai/.well-known/gpt-instructions.md - did:web: https://app.storylayer.ai/.well-known/did.json - Agent status: https://storylayer.ai/agent-status - OAuth protected resource: https://app.storylayer.ai/.well-known/oauth-protected-resource ## Hosted MCP server (recommended) URL: https://app.storylayer.ai/api/mcp Transport: Streamable HTTP Auth: OAuth 2.1 (Claude.ai, ChatGPT) or Bearer sl_pat_... (Claude Desktop, Cursor) Plan: Pro or Agency required Call whoami first, then list_projects → list_social_connections → create_story → preview_story → publish_story. 38 tools including: whoami, list_projects, list_social_connections, list_pinterest_boards, create_story, create_stories_bulk, preview_story, schedule_story, publish_story, retry_story, request_upload_url, list_webhooks, create_webhook, instagram_preflight_bulk. 8 MCP prompts: schedule_instagram_post, publish_carousel, check_content_queue, airtable_to_instagram, bulk_content_calendar, debug_failed_publish, real_estate_listing_post, ghost_blog_from_data. 4 static MCP resources (storylayer://docs/*) + 5 live resources (projects, connections, queue/pending, failures/recent, moments/pending). ARD workflows in ai-catalog: Airtable→social, Google Sheets→Instagram, data→Ghost, real estate listings→social. Docs: https://storylayer.ai/docs/mcp ## REST API Base URL: https://app.storylayer.ai/api/v1 Auth: Authorization: Bearer sl_pat_... OpenAPI: https://app.storylayer.ai/.well-known/openapi.json Docs: https://storylayer.ai/docs/api ## Legacy npm package (deprecated) The stdio package `storylayer-mcp` on npm is legacy. Use the hosted MCP server at https://app.storylayer.ai/api/mcp instead. ## Documentation - Developers: https://storylayer.ai/developers - MCP setup: https://storylayer.ai/docs/mcp - OAuth 2.1: https://storylayer.ai/docs/oauth - FAQ: https://storylayer.ai/faq - Pricing: https://storylayer.ai/pricing ## Contact - Website: https://storylayer.ai - Email: support@storylayer.ai