MCP Server
MCP
io.github.gzlo/rise-mcp
RISE CRM MCP server — 36 tools across CRM, projects, tickets, finance, sales, HR, and reports.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "rise-mcp",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of your RISE CRM instance (e.g., https://your-company.risecrm.com)",
"isRequired": true,
"format": "string",
"name": "RISE_API_URL"
},
{
"description": "API key generated in RISE CRM Settings → Rise API",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RISE_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment