mcp-creatio 0.3.8 → 0.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,8 +1,17 @@
1
- # MCP Creatio Server
2
-
3
- Model Context Protocol (MCP) server for Creatio (https://www.creatio.com/) - connect Claude Desktop, ChatGPT, and other AI tools to your Creatio data.
4
-
5
- ## Overview
1
+ # MCP Creatio Server
2
+
3
+ [![npm version](https://img.shields.io/npm/v/mcp-creatio)](https://www.npmjs.com/package/mcp-creatio)
4
+ [![Docker pulls](https://img.shields.io/docker/pulls/crackish/mcp-creatio)](https://hub.docker.com/r/crackish/mcp-creatio)
5
+ [![License](https://img.shields.io/github/license/CRACKISH/mcp-creatio)](LICENSE)
6
+
7
+ Model Context Protocol (MCP) server for Creatio (https://www.creatio.com/) to connect Claude Desktop, ChatGPT, GitHub Copilot, and other AI tools to Creatio data.
8
+
9
+ Also discoverable as:
10
+ - Creatio MCP server
11
+ - MCP server for Creatio CRM
12
+ - Model Context Protocol for Creatio
13
+
14
+ ## Overview
6
15
 
7
16
  - Exposes Creatio data as MCP tools for MCP-compatible clients (Claude Desktop, ChatGPT Connectors, GitHub Copilot)
8
17
  - Supports reading, creating, updating, deleting records and inspecting schema
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-creatio",
3
- "version": "0.3.8",
3
+ "version": "0.3.10",
4
4
  "main": "dist/index.js",
5
5
  "bin": {
6
6
  "mcp-creatio": "dist/cli.js"
@@ -23,14 +23,27 @@
23
23
  "type": "git",
24
24
  "url": "git+https://github.com/CRACKISH/mcp-creatio.git"
25
25
  },
26
- "keywords": [],
26
+ "keywords": [
27
+ "mcp",
28
+ "model-context-protocol",
29
+ "creatio",
30
+ "creatio-crm",
31
+ "crm",
32
+ "odata",
33
+ "mcp-server",
34
+ "chatgpt",
35
+ "claude",
36
+ "github-copilot",
37
+ "typescript",
38
+ "ai-tools"
39
+ ],
27
40
  "author": "",
28
41
  "license": "MIT",
29
42
  "bugs": {
30
43
  "url": "https://github.com/CRACKISH/mcp-creatio/issues"
31
44
  },
32
45
  "homepage": "https://github.com/CRACKISH/mcp-creatio#readme",
33
- "description": "",
46
+ "description": "MCP server for Creatio CRM. Connect Claude Desktop, ChatGPT, and GitHub Copilot to Creatio via Model Context Protocol and OData v4.",
34
47
  "devDependencies": {
35
48
  "@types/express": "5.0.6",
36
49
  "@types/node": "^25.3.0",
@@ -1,17 +0,0 @@
1
- {
2
- "apps": [
3
- {
4
- "name": "mcp-creatio",
5
- "cwd": "C:/Projects/mcp-creatio",
6
- "script": "dist/index.js",
7
- "node_args": "",
8
- "env": {
9
- "CREATIO_BASE_URL": "http://tscore-dev-18:88/sae_m_seeenu_12458081_1106",
10
- "CREATIO_LOGIN": "your_login",
11
- "CREATIO_PASSWORD": "your_password",
12
- "PORT": "7700",
13
- "HOST": "0.0.0.0"
14
- }
15
- }
16
- ]
17
- }