Odel
Marcora

Marcora

@ccrompIntegrationsUpdated 1w ago

Tools for creating on-brand marketing content using Marcora's intelligent context infrastructure.

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

Marcora MCP Server

AI-powered product context management — connect your AI tools to Marcora through the Model Context Protocol.

smithery badge

Learn more: marcora.ai · Smithery: smithery.ai/servers/chris-2acp/marcora

About

This is the public documentation repository for Marcora's hosted MCP server. The server itself is a commercial, closed-source remote service. This repo provides metadata, connection instructions, tool documentation, and support resources.

TypeHosted remote MCP server
ImplementationClosed-source (commercial)
TransportStreamable HTTP
AuthenticationOAuth 2.0 or API token
StatusProduction

What It Does

Marcora is a product context management platform for go-to-market teams. It stores your brand context, manages reusable content templates (blueprints), and generates marketing documents informed by your full product knowledge. The MCP server brings all of this into your AI assistant — create content, manage context, browse community templates, and organize projects without leaving your chat.

Marcora's MCP server enables AI clients to:

  • Manage product context and reference materials
  • Create and manage blueprints for content generation
  • Generate marketing content from context and blueprints
  • Organize work with projects and collections
  • Browse and import community blueprints and templates
  • Share content externally and export to Word

Connection

Server URL (OAuth): https://mcp.marcora.ai

Authentication options:

  • OAuth 2.0 (recommended for interactive clients) — connect using https://mcp.marcora.ai
  • API Token (for non-interactive environments) — generate a key at Integration Settings and use one of the API key URLs below

API Key URLs:

TransportURL
SSEhttps://api.marketcore.ai/x2/mcp/EbZaDl-X/mcp/sse
Streamable HTTPhttps://api.marketcore.ai/x2/mcp/EbZaDl-X/mcp/stream

Quickstart

Add to your MCP client config:

{
  "mcpServers": {
    "marcora": {
      "url": "https://mcp.marcora.ai"
    }
  }
}

See docs/quickstart.md for setup instructions for Claude, ChatGPT, Claude Desktop, Cursor, and VS Code.

Companion Anthropic Skills (recommended)

Two companion Anthropic Skills ship alongside this server. Together they teach your AI client Marcora's mental model, the right tool sequencing, the questions to ask the user before acting, and the pitfalls to avoid — so the agent stops misfiring on tasks that look ambiguous from tool descriptions alone.

SkillWhat it coversSource
Marcora AI Workflows (marcora-mcp)Object model (content, blueprints, projects, context items), content-generation patterns, the 4-layer context model, project-brief mechanics, choosing between similar toolsskill/marcora-mcp/
Marcora Workflow Builder (marcora-workflow-builder)The 6 workflow MCP tools (create_workflow, update_workflow, run_workflow, get_workflow, list_workflows, get_workflow_runs), output destinations, scheduling, deduplication patterns, runner-summary conventionsskill/marcora-workflow-builder/

The two skills are independent — your AI client picks them up on demand based on the task. Install both for the full experience.

Download

Get the .skill files from the latest release:

  • marcora-mcp.skill — the core Marcora skill
  • marcora-workflow-builder.skill — the workflow-building skill

Each .skill file is a zip archive containing SKILL.md and any bundled reference files.

Install

Claude Code:

# Download and unzip into your skills directory
mkdir -p ~/.claude/skills
unzip ~/Downloads/marcora-mcp.skill -d ~/.claude/skills/
unzip ~/Downloads/marcora-workflow-builder.skill -d ~/.claude/skills/

Restart Claude Code. The skills load automatically on any matching task.

Claude Desktop:

Import each .skill file via Claude Desktop's Skills folder. See Anthropic's Skills documentation for the current path on your platform.

ChatGPT, Cursor, and other non-Anthropic clients:

These clients don't directly support Anthropic Skills (yet). Workaround: unzip a .skill file and paste the contents of SKILL.md into your client's custom instructions or system-prompt slot. Bundled reference files can be pasted in too if your client supports longer context.

Power-user install (clone and symlink)

If you'd rather track main directly:

git clone https://github.com/ccromp/marcora-mcp.git
ln -s "$(pwd)/marcora-mcp/skill/marcora-mcp" ~/.claude/skills/marcora-mcp
ln -s "$(pwd)/marcora-mcp/skill/marcora-workflow-builder" ~/.claude/skills/marcora-workflow-builder

The unbundled skill source lives under skill/.

Releases

Skill releases are tagged independently per skill:

  • marcora-mcp skill: skill-vX.Y.Z (legacy prefix kept for continuity) — see Releases.
  • marcora-workflow-builder skill: workflow-builder-vX.Y.Z.

The current version of each skill is in the metadata.version field of its SKILL.md.

Available Tools

CategoryToolDescription
Accountget_current_user_infoGet profile, subscription, and usage info
Context & Resourcesget_brand_foundationGet team's Brand Foundation (company overview, voice, style, examples)
Context & Resourcesupdate_brand_foundationOverwrite one Brand Foundation element
Context & Resourceslist_context_collectionsList context collections
Context & Resourcescreate_context_collectionCreate a new context collection
Context & Resourcesadd_contextAdd a context item to your library
Context & Resourcesupdate_contextUpdate an existing context item
Context & Resourceslist_context_itemsList context items in your library
Context & Resourcesget_context_itemGet a context item's full markdown content
Context & Resourcesget_relevant_contextSearch context library by prompt
Referencelist_content_categoriesList content categories
Referencelist_targeting_dimensionsList targeting dimensions and options
Blueprintslist_blueprintsList all blueprints
Blueprintsget_blueprintGet blueprint details by UUID
Blueprintscreate_blueprintCreate a reusable content template
Blueprintscreate_blueprint_draftCreate an AI-assisted blueprint draft
Blueprintsfinalize_blueprint_draftPublish a blueprint draft
Community Blueprintslist_community_blueprintsBrowse community templates
Community Blueprintsget_community_blueprint_detailsGet community blueprint details
Community Blueprintsimport_community_blueprintImport a community blueprint
Contentcreate_contentGenerate content (with or without blueprint)
Contentget_generation_statusCheck async generation status
Contentlist_contentList all content
Contentget_contentGet full content by ID
Contentupdate_contentUpdate a content document (canvas or deliverable)
Contentask_content_assistantRun the in-document Content Assistant on a document
Sharing & Exportcreate_external_shareCreate a public share link
Sharing & Exportconvert_markdown_to_word_docExport markdown as Word doc
Projectslist_projectsList all projects
Projectsget_projectGet project details
Projectscreate_projectCreate a new project
Projectsupdate_projectUpdate mutable fields on a project
Planslist_plansList content plans (with filters)
Plansget_planGet plan details by UUID
Planscreate_planCreate a new content plan
Plansupdate_planUpdate a plan or transition its stage
Workflowslist_workflowsList workflows
Workflowsget_workflowGet a workflow's full definition
Workflowscreate_workflowCreate a new workflow template
Workflowsupdate_workflowUpdate, activate, or archive a workflow
Workflowsrun_workflowRun a workflow now
Workflowsget_workflow_runsInspect workflow run history

See docs/tools.md for the complete tool reference.

Documentation

Security & Privacy

See docs/security.md for details on data handling, permissions, and responsible disclosure.

Support

License

This repository contains documentation and metadata only. The Marcora MCP server implementation is proprietary and not included.

Documentation is licensed under CC BY 4.0.