{
  "name": "Firstory AI Writing Platform",
  "version": "1.0.0",
  "description": "AI-powered story writing platform with character voice consistency, story-world memory, revision recovery, and multi-agent writing pipeline.",
  "url": "https://www.firstory.app",
  "supportedInterfaces": [
    {
      "url": "https://www.firstory.app/mcp",
      "transport": "streamable-http",
      "protocol": "mcp"
    }
  ],
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "check_character_voice",
      "name": "Check Character Voice",
      "description": "Analyze scene text against established character cards for OOC (Out Of Character) moments, speech pattern deviations, and personality inconsistencies.",
      "tags": [
        "writing",
        "character-consistency",
        "fiction"
      ],
      "examples": [
        "Does this dialogue match how Gandalf speaks in Lord of the Rings?",
        "Check if my new chapter keeps Hermione in character"
      ]
    },
    {
      "id": "query_story_world",
      "name": "Query Story World",
      "description": "Query the persistent canon memory system for established story facts, world-building details, and character knowledge.",
      "tags": [
        "writing",
        "world-building",
        "continuity"
      ],
      "examples": [
        "What color are the protagonist's eyes?",
        "Has the magic system been explained yet in this chapter?"
      ]
    },
    {
      "id": "get_revision_history",
      "name": "Get Revision History",
      "description": "Retrieve full edit history with side-by-side diff comparison and selective rollback.",
      "tags": [
        "writing",
        "version-control",
        "recovery"
      ],
      "examples": [
        "Show me what changed in scene 3 between yesterday and today"
      ]
    }
  ],
  "contact": {
    "email": "moonsheyue@firstory.app",
    "website": "https://www.firstory.app"
  }
}