MCP Directory

open-strategy-partners/osp_marketing_tools

GitHub
Productivity

A suite of marketing tools from Open Strategy Partners including writing style, editing codes, and product marketing value map creation.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y osp_marketing_tools

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from open-strategy-partners/osp_marketing_tools your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "osp_marketing_tools": {
      "command": "npx",
      "args": [
        "-y",
        "osp_marketing_tools"
      ]
    }
  }
}

Route open-strategy-partners/osp_marketing_tools intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add osp_marketing_tools

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use open-strategy-partners/osp_marketing_tools directly without routing

npx -y osp_marketing_tools

New to Agent-CoreX? View setup guide →

open-strategy-partners/osp_marketing_tools MCP Server