Opine MCP Server

Opine MCP Server

A Model Context Protocol (MCP) server for querying deals and evaluations from the Opine CRM API.

4 Tools

Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Opine MCP Server MCP Server

A Model Context Protocol (MCP) server for querying deals and evaluations from the Opine CRM API. .

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagecodygreen719/opine-mcp-server
Authorcody-docker
Repositoryhttps://github.com/cody-docker/opine-mcp-server
Dockerfilehttps://github.com/cody-docker/opine-mcp-server/blob/main/Dockerfile
Docker Image built bycody-docker
Docker Scout Health ScoreNot available
Verify SignatureNot available
LicenceOther

Available Tools (4)

Tools provided by this ServerShort Description
get_dealGet a specific deal by ID
list_dealsList deals from Opine CRM
list_evaluationsList evaluations from Opine
list_ticketsList tickets/requests from Opine

Tools Details

Tool: get_deal

Get a specific deal by ID

ParametersTypeDescription
idstringDeal ID (Opine ID or external service ID)
includeSummarybooleanoptionalInclude AI-generated deal summary

Tool: list_deals

List deals from Opine CRM

ParametersTypeDescription
includeDeletedbooleanoptionalInclude deleted deals
includeSummarybooleanoptionalInclude AI-generated deal summary
limitnumberoptionalNumber of results to return (1-1000, default: 100)
offsetnumberoptionalNumber of results to skip (default: 0)

Tool: list_evaluations

List evaluations from Opine

ParametersTypeDescription
limitnumberoptionalNumber of results to return (1-1000, default: 100)
offsetnumberoptionalNumber of results to skip (default: 0)

Tool: list_tickets

List tickets/requests from Opine

ParametersTypeDescription
limitnumberoptionalNumber of results to return (1-1000, default: 100)
offsetnumberoptionalNumber of results to skip (default: 0)

Use this MCP Server

{
  "mcpServers": {
    "opine-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "OPINE_API_KEY",
        "codygreen719/opine-mcp-server"
      ],
      "env": {
        "OPINE_API_KEY": "<OPINE_API_KEY>"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers