Notra MCP Server

An MCP (Model Context Protocol) server for the Notra API. It manages posts, brand identities, integrations, schedules, GEO visibility scans, competitors, content briefs, and AI traffic analytics. Its 40 documented tools cover brand, identity, event, chat. It is available as a remote MCP endpoint.

Teams that work with brand, identity and event and want a hosted endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 3 · #57 OF 66 MAINTAINED MAPS & LOCATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Notra

before you install - you'll need

Set NOTRA_API_KEY, WORKOS_AUTHKIT_DOMAIN, WORKOS_CLIENT_ID, NOTRA_MCP_RESOURCE, NOTRA_MCP_TOOLSETS before connecting.

Claude Code

claude mcp add usenotra-notra-mcp --transport http https://mcp.usenotra.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "usenotra-notra-mcp": {
      "url": "https://mcp.usenotra.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.usenotra.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.usenotra.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry namespace io.github.usenotra is GitHub-verified and matches the repo owner

03 · What Notra can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list accepted and pending workspaces available to the authenticated account, list posts with optional filters for sorting, pagination, status, content type, and brand identity, get a single post by ID, and create a post from your own title and markdown.

Capability map

Tools grouped from the project's README - what Notra lets an agent do.

read & search

11 tools - e.g. List accepted and pending workspaces available to the authenticated account; List posts with optional filters for sorting, pagination, status, content type, and brand identity; Get a single post by ID

list_workspaces · list_posts · get_post · get_post_generation_status · list_integrations · list_schedules…

Brand

5 tools - e.g. List all brand identities; Get a single brand identity by ID; Update brand identity settings

list_brand_identities · get_brand_identity · update_brand_identity · delete_brand_identity · get_brand_identity_generation_status

Event

5 tools - e.g. List triggers that generate content from GitHub releases or pushes; Get a single event trigger by ID; Create an event trigger

list_event_triggers · get_event_trigger · create_event_trigger · update_event_trigger · delete_event_trigger

Chat

4 tools - e.g. Get a single chat with messages; Get a chat by Discord or Slack channel ID; Start a new chat and return the streamed reply

get_chat · get_chat_by_external_channel · create_chat · post_chat_message

Skill

4 tools - e.g. Get a single skill by name; Create a reusable writing skill; Update a reusable writing skill

get_skill · create_skill · update_skill · delete_skill

Schedule

3 tools - e.g. Create a scheduled content generation job; Update a scheduled content generation job; Delete a scheduled content generation job

create_schedule · update_schedule · delete_schedule

create & write

2 tools - e.g. Create a post from your own title and markdown; Connect a GitHub repository

create_post · create_github_integration

delete

2 tools - e.g. Delete a post; Delete a GitHub or Linear integration

delete_post · delete_integration

04 · Who maintains Notra

Notra is maintained by usenotra. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
maps & location - ranked #57 of 66 actively-maintained maps & location servers as of 2026-09-18.
registry
io.github.usenotra/notra (active, first published 2026-04-07 · 9 versions)

06 · Notra FAQ

Is Notra still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18. We re-verify nightly.

What can Notra do?

With this server connected, an agent can list accepted and pending workspaces available to the authenticated account, list posts with optional filters for sorting, pagination, status, content type, and brand identity, get a single post by ID, and create a post from your own title and markdown.

How do I install Notra?

Run `claude mcp add usenotra-notra-mcp --transport http https://mcp.usenotra.com/mcp`. The README documents 5 environment variables (NOTRA_API_KEY, WORKOS_AUTHKIT_DOMAIN, WORKOS_CLIENT_ID…) to set first. Set NOTRA_API_KEY, WORKOS_AUTHKIT_DOMAIN, WORKOS_CLIENT_ID, NOTRA_MCP_RESOURCE, NOTRA_MCP_TOOLSETS before connecting. You can also paste the ready-made client config above.

Does Notra require authentication?

Yes - when we probed the endpoint on 2026-09-17, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Notra