{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "ai.finestructure/fine-structure",
  "title": "Fine Structure",
  "description": "Remote MCP server for AI agents that create, inspect, edit, validate, seed, publish, and manage Fine Structure applications through scoped user tokens.",
  "version": "1.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://finestructure.ai/api/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Bearer token created by a Fine Structure user, for example: Bearer fse2_mcp_<token>",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "docs": "https://finestructure.ai/api/mcp/docs",
      "manifest": "https://finestructure.ai/api/mcp/manifest",
      "agentPage": "https://finestructure.ai/agent",
      "llmsTxt": "https://finestructure.ai/llms.txt",
      "llmsFullTxt": "https://finestructure.ai/llms-full.txt",
      "authentication": "Bearer token created by a Fine Structure user. Tokens are scoped by account, app, and permissions."
    }
  }
}
