A Model Context Protocol (MCP) server for querying deals and evaluations from the Opine CRM API.
4 Tools
Version 4.43 or later needs to be installed to add the server automatically
About
A Model Context Protocol (MCP) server for querying deals and evaluations from the Opine CRM API. .
Attribute | Details |
---|---|
Docker Image | codygreen719/opine-mcp-server |
Author | cody-docker |
Repository | https://github.com/cody-docker/opine-mcp-server |
Dockerfile | https://github.com/cody-docker/opine-mcp-server/blob/main/Dockerfile |
Docker Image built by | cody-docker |
Docker Scout Health Score | Not available |
Verify Signature | Not available |
Licence | Other |
Tools provided by this Server | Short Description |
---|---|
get_deal | Get a specific deal by ID |
list_deals | List deals from Opine CRM |
list_evaluations | List evaluations from Opine |
list_tickets | List tickets/requests from Opine |
get_deal
Get a specific deal by ID
Parameters | Type | Description |
---|---|---|
id | string | Deal ID (Opine ID or external service ID) |
includeSummary | boolean optional | Include AI-generated deal summary |
list_deals
List deals from Opine CRM
Parameters | Type | Description |
---|---|---|
includeDeleted | boolean optional | Include deleted deals |
includeSummary | boolean optional | Include AI-generated deal summary |
limit | number optional | Number of results to return (1-1000, default: 100) |
offset | number optional | Number of results to skip (default: 0) |
list_evaluations
List evaluations from Opine
Parameters | Type | Description |
---|---|---|
limit | number optional | Number of results to return (1-1000, default: 100) |
offset | number optional | Number of results to skip (default: 0) |
list_tickets
List tickets/requests from Opine
Parameters | Type | Description |
---|---|---|
limit | number optional | Number of results to return (1-1000, default: 100) |
offset | number optional | Number of results to skip (default: 0) |
{
"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>"
}
}
}
}
Manual installation
You can install the MCP server using:
Installation for