{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "co.com.meteor/meteor",
  "description": "Ejecuta Mets, gestiona contactos y tareas, y lee los datos de tu workspace.",
  "repository": {
    "url": "https://github.com/met-claude/Met",
    "source": "github"
  },
  "websiteUrl": "https://developers.meteor.com.co/mcp.html",
  "version": "2.39.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.met.meteor.com.co/api/v1/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Bearer <tu API key met_…>, con el scope mcp:use.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ]
}
