Access the Notra API for managing posts, brand identities, and integrations.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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.
You can generate an API key from your Notra workspace dashboard under Developer > API Keys.
Node.js 20 or newer is required.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
Then set the NOTRA_API_KEY environment variable in your shell before launching Claude Code.
Run codex mcp list to verify the connection. The Codex CLI, desktop app, and IDE extension share this MCP configuration.
Set NOTRA_API_KEY in your shell, then add the server to your project-level opencode.json or the global ~/.config/opencode/opencode.json:
Run amp config edit and add the following to your settings, or place it in .amp/settings.json for a workspace-specific configuration:
Set NOTRA_API_KEY in the environment before launching Amp. Workspace MCP servers may require approval with amp mcp approve notra.
The hosted streamable HTTP server at https://mcp.usenotra.com/mcp uses OAuth as the primary authentication method. It supports the current 2026-07-28 MCP protocol as well as legacy 2025 clients. MCP clients should discover protected resource metadata at:
That metadata points to the Notra authorization server (WorkOS AuthKit) at https://oauth.usenotra.com, which supports dynamic client registration (RFC 7591). The MCP server also mirrors the authorization server metadata at https://mcp.usenotra.com/.well-known/oauth-authorization-server.
Remote connections also accept a Notra API key as a static Authorization: Bearer โฆ header. Generate one from your Notra workspace dashboard under Developer > API Keys. OAuth-capable clients should prefer the OAuth flow instead of manual key configuration.
For self-hosted HTTP deployments, OAuth validation can be configured with:
The issuer is https://{WORKOS_AUTHKIT_DOMAIN} and must match the iss claim in tokens minted by AuthKit; a mismatch causes every bearer token to be rejected. Token signatures are verified against https://{WORKOS_AUTHKIT_DOMAIN}/oauth2/jwks.
When NODE_ENV=development, the default AuthKit domain is essential-berry-67-development-2.authkit.app; production defaults to oauth.usenotra.com. auth.usenotra.com is the WorkOS Authentication API domain and serves none of the OAuth endpoints, so it does not work here.
| Tool | Description |
|---|---|
list_posts | List posts with optional filters for sorting, pagination, status, content type, and brand identity |
get_post | Get a single post by ID |
update_post | Update a post's title, markdown, or status |
delete_post | Delete a post |
generate_post | Queue async post generation from GitHub activity |
get_post_generation_status | Check the status of a post generation job |
| Tool | Description |
|---|---|
list_brand_identities | List all brand identities |
get_brand_identity | Get a single brand identity by ID |
update_brand_identity | Update brand identity settings |
delete_brand_identity | Delete a brand identity |
generate_brand_identity | Queue async brand identity generation from a website URL |
get_brand_identity_generation_status | Check the status of a brand identity generation job |
| Tool | Description |
|---|---|
list_integrations | List all connected integrations (GitHub, Slack, Linear) |
create_github_integration | Connect a GitHub repository |
delete_integration | Delete a GitHub or Linear integration |
| Tool | Description |
|---|---|
list_schedules | List scheduled content generation jobs |
create_schedule | Create a scheduled content generation job |
update_schedule | Update a scheduled content generation job |
delete_schedule | Delete a scheduled content generation job |
| Tool | Description |
|---|---|
list_chats | List chat sessions |
get_chat | Get a single chat with messages |
get_chat_by_external_channel | Get a chat by Discord or Slack channel ID |
create_chat | Start a new chat and return the streamed reply |
post_chat_message | Post a message to an existing chat and return the streamed reply |
| Tool | Description |
|---|---|
list_skills | List reusable writing skills |
get_skill | Get a single skill by name |
create_skill | Create a reusable writing skill |
update_skill | Update a reusable writing skill |
delete_skill | Delete a reusable writing skill |
GEO features are scoped to a project. Most GEO tools take a projectId; call list_projects first to find it. GEO tools require an organization-scoped API key and the GEO plan.
| Tool | Description |
|---|---|
list_projects | List the organization's GEO projects |
get_project | Get a single project by ID |
create_project | Create a project, optionally linked to a brand |
update_project | Rename a project or relink its brand identity |
delete_project | Delete a project and all of its GEO data (cascading) |
| Tool | Description |
|---|---|
get_geo_settings | Get tracked company, aliases, languages, engines and scan config |
update_geo_settings | Replace the settings document and restart the scan cycle |
| Tool | Description |
|---|---|
list_geo_prompts | List tracked prompts (custom and auto-derived) |
create_geo_prompt | Track a new prompt |
update_geo_prompt | Enable or disable a tracked prompt |
delete_geo_prompt | Stop tracking a prompt |
import_geo_prompts | Bulk import prompts from rows or CSV |
list_geo_sequences | List multi-turn prompt sequences |
create_geo_sequence | Create a prompt sequence |
update_geo_sequence | Update a sequence's name, steps or enabled state |
delete_geo_sequence | Delete a sequence |
run_geo_sequence | Run a sequence now, synchronously (uses AI credits, can take minutes) |
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/notra)<a href="https://allmcps.com/mcp/notra"><img src="https://allmcps.com/api/badge/notra?style=directory" alt="Notra on AllMCPs" /></a>