Serversio.github.usenotra/notra
N

Notra

io.github.usenotra/notra · v1.0.4
● Remote
v1.0.4remote🌐 https://mcp.usenotra.com/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.usenotra/notra",
  "description": "Access the Notra API for managing posts, brand identities, and integrations.",
  "title": "Notra",
  "repository": {
    "url": "https://github.com/usenotra/notra-mcp",
    "source": "github"
  },
  "version": "1.0.4",
  "websiteUrl": "https://www.usenotra.com",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.usenotra.com/mcp",
      "headers": [
        {
          "description": "Bearer token for the Notra API",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}