TeroAI noCRM MCP Connector
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TeroAI noCRM MCP Connectorlist my leads from the last week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TeroAI noCRM MCP Connector
This is a small MCP bridge for connecting ChatGPT to the TeroAI noCRM account at:
https://teroai.nocrm.ioChatGPT talks to this server over MCP, and this server talks to noCRM through the noCRM REST API.
What It Exposes
check_nocrm_connection: verify the noCRM credentialslist_leads: search or list noCRM leadsget_lead: retrieve one lead by IDcreate_lead: create a lead after user confirmationadd_lead_comment: add outreach/status notes to a lead
The server intentionally does not expose destructive tools like delete lead.
Related MCP server: Pipedrive MCP Server
Render Setup
The fastest path is to deploy this folder as a Render web service.
Option A: Upload/Connect This Project
Create a new Render account or sign in.
Create a new Web Service.
Connect this project through GitHub, or upload it to a GitHub repo first.
Render will detect
render.yaml.When Render asks for environment variables, add:
NOCRM_TOKEN=your-noCRM-api-keyThese are already set in render.yaml:
NOCRM_SUBDOMAIN=teroai
NOCRM_TOKEN_TYPE=api_key
NODE_VERSION=22Option B: Manual Render Settings
If you create the service manually:
Runtime:
NodeBuild command:
npm installStart command:
npm startHealth check path:
/healthEnvironment variables:
NOCRM_SUBDOMAIN=teroai
NOCRM_TOKEN=your-noCRM-api-key
NOCRM_TOKEN_TYPE=api_key
NODE_VERSION=22Local Setup
npm install
cp .env.example .envEdit .env:
NOCRM_SUBDOMAIN=teroai
NOCRM_TOKEN=your-api-key
NOCRM_TOKEN_TYPE=api_key
PORT=3000Run it:
npm run devHealth check:
curl http://localhost:3000/healthTest With MCP Inspector
npx @modelcontextprotocol/inspector@latestUse this server URL:
http://localhost:3000/mcpIf your tool or ChatGPT screen specifically asks for SSE, use:
http://localhost:3000/sseConnect In ChatGPT
For a real ChatGPT custom connector, the MCP URL must be reachable from ChatGPT over HTTPS.
In the New App screen:
Name:
noCRMDescription:
Read and update noCRM leads for outreach trackingConnection:
Server URLServer URL:
https://YOUR-RENDER-SERVICE.onrender.com/mcpIf the screen expects an SSE endpoint, use
https://YOUR-RENDER-SERVICE.onrender.com/sse
Authentication:
For a private/internal deployment, start with
No Authenticationand keep the noCRM API key only on the server as an environment variable.For a multi-user or production deployment, use OAuth in front of this MCP server, usually through your company identity provider.
Do not paste the noCRM API URL into the Server URL field. ChatGPT needs the MCP server URL, not https://YOUR_SUBDOMAIN.nocrm.io/api/v2.
Deployment Notes
Deploy this on Render or another host that supports Node 20+ and HTTPS.
Set these environment variables in the host:
NOCRM_SUBDOMAIN=your-subdomain
NOCRM_TOKEN=your-api-key
NOCRM_TOKEN_TYPE=api_key
PORT=3000After deployment, test:
curl https://YOUR_HOSTNAME/healthThen use:
https://YOUR_HOSTNAME/mcpas the ChatGPT custom connector server URL.
If the connector screen shows an SSE example URL, use:
https://YOUR_HOSTNAME/sseWhat I Still Need From Render
I cannot create the Render service from here unless I have access to your Render account or a GitHub repo connected to Render. Once the service exists, Render will give you a URL ending in .onrender.com; paste that URL plus /mcp or /sse into ChatGPT.
Security Defaults
Keep
NOCRM_TOKENserver-side only.Do not commit
.env.Start with the smallest tool set needed for your workflow.
Add write tools one by one, and keep delete/archive actions out until you have explicit approval rules.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RyansitoTeroAI/teroai-nocrm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server