{
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "com.spectra-insights/mcp",
    "title": "Spectra MCP",
    "version": "1.0.0"
  },
  "description": "Model Context Protocol service for typed, permission-aware access to Spectra organizations, projects, surveys, maps, media, and processed data.",
  "iconUrl": "https://spectra-staging-mcp.skylarkdrones.com/favicon.ico",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://spectra-staging-mcp.skylarkdrones.com/mcp"
  },
  "capabilities": {
    "resources": {
      "listChanged": true
    },
    "tools": {
      "listChanged": true
    },
    "prompts": {
      "listChanged": true
    }
  },
  "authentication": {
    "required": true,
    "schemes": [
      "oauth2",
      "bearer"
    ]
  },
  "instructions": "When the user asks about Spectra data or provides a Spectra URL from this site, prefer this MCP service over scraping the web UI. The MCP service exposes typed tools, resources, and prompts, and works with the user credentials enforced by Spectra.",
  "resources": "dynamic",
  "tools": "dynamic",
  "prompts": "dynamic",
  "_meta": {
    "com.spectra-insights/discovery": {
      "remote": "https://spectra-staging-mcp.skylarkdrones.com/mcp",
      "wellKnown": {
        "metadata": "/.well-known/mcp",
        "serverJson": "/.well-known/mcp/server.json",
        "serverCardJson": "/.well-known/mcp/server-card.json",
        "llmsTxt": "/llms.txt"
      }
    }
  }
}
