mcp-ikaos-story
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DF_ASSET_PROJECT_ID | No | Optional override for the Asset Hub project namespace. Defaults to ikaos-story-2026. | ikaos-story-2026 |
| DF_ASSET_UPLOAD_URL | No | Optional override for the Asset Hub upload URL. Defaults to https://df-asset-hub.vercel.app/api/review/figma-images/upload. | https://df-asset-hub.vercel.app/api/review/figma-images/upload |
| IKAOS_STORY_API_URL | Yes | The base URL of the iKAOS Story API. | |
| IKAOS_STORY_API_TOKEN | Yes | Your project-scoped API token for the Story API. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| upload_story_imageC | Upload a local PNG, JPG, JPEG, or WebP file to Asset Hub after verifying the Story image slot. |
| update_story_imageB | Replace an Asset Hub image file using the scoped image ID returned by upload_story_image. |
| list_storiesA | List iKAOS Story IDs and their read-only delivery status. |
| get_story_contextA | Read one Story identity, authoritative document receipt, current data, revision, and preview URL. |
| get_story_rulesA | Read one immutable Story workflow, semantic, Quote, catalog, or producer rule file. |
| save_story_contentA | Create or modify Story content/layout JSON with optimistic revision protection. Fixed docs and source metadata cannot be changed. |
| validate_storyC | Validate the current Supabase Story content structure and identity. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |