Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New MCP servers, OSP marketing tools #532

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

robertDouglass
Copy link

@robertDouglass robertDouglass commented Jan 16, 2025

Add Open Strategy Partners Marketing Tools MCP server to the list.

Description

The PR adds 1 line to the README to add Open Strategy Partners' MCP server to the list.

Server Details

Motivation and Context

Tools:

Here are the four Open Strategy Partners tools and their purposes:

Editing Codes

A documentation system for editing text that provides standardized codes and protocols for making editorial changes and improvements.

Writing Guide

A comprehensive guide that outlines OSP's writing protocols, standards, and best practices for creating content.

Meta Information Guide

A system for generating web content metadata including titles, meta-titles, and URL slugs to optimize content for discovery and usability.

Value Map Positioning Guide

A framework for developing product communications, including extracting key features, creating value propositions, and crafting taglines that effectively position products in the market.

How Has This Been Tested?

This has been tested on Claude Desktop and Cline. It has been tested in combination with other tools (eg. search1api, google docs).

Breaking Changes

Users add this to their config.json:

{
    "mcpServers": {
        "osp_marketing_tools": {
            "command": "uvx",
            "args": [
                "--from",
                "git+https://github.com/open-strategy-partners/osp_marketing_tools@main",
                "osp-marketing-tools"
            ]
        }
    }
}

Checklist

  • [x ] I have read the MCP Protocol Documentation
  • [ x] My changes follows MCP security best practices
  • [ x] I have updated the server's README accordingly
  • [ x] I have tested this with an LLM client
  • [ x] My code follows the repository's style guidelines
  • [ x] New and existing tests pass locally
  • [ x] I have added appropriate error handling
  • [ x] I have documented all environment variables and configuration options

Add Open Strategy Partners Marketing Tools MCP server to the list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant