RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.northrosetech/ghl-mcp-server · v1.0.1
GoHighLevel CRM for AI agents. 60+ tools for contacts, messaging, calendars, and payments.
ghl-mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"ghl-mcp-server": {
"command": "npx",
"args": [
"-y",
"@northrosetech/ghl-mcp-server"
],
"env": {
"GHL_API_KEY": "<GHL_API_KEY>",
"GHL_LOCATION_ID": "<GHL_LOCATION_ID>"
}
}
}
}GHL_API_KEY必填secretGoHighLevel Private Integration Token. Create at: GHL Settings → Private Integrations → Create New Integration.
GHL_LOCATION_ID必填GoHighLevel sub-account (location) ID. Visible in the URL when viewing a sub-account.
GHL_BASE_URL可选GHL API base URL. The default works for all standard installs.
GHL_API_VERSION可选Value for the GHL API Version header.
TRANSPORT可选Transport mode: 'stdio' for Claude Desktop / Claude Code, 'http' for N8N and remote clients.
LOG_LEVEL可选Log verbosity.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.northrosetech/ghl-mcp-server",
"type": "mcp-server",
"version": "1.0.1",
"displayName": "ghl-mcp-server",
"description": "GoHighLevel CRM for AI agents. 60+ tools for contacts, messaging, calendars, and payments.",
"repository": {
"url": "https://github.com/northrosetech/ghl-mcp-server",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@northrosetech/ghl-mcp-server",
"version": "1.0.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "GHL_API_KEY",
"description": "GoHighLevel Private Integration Token. Create at: GHL Settings → Private Integrations → Create New Integration.",
"isRequired": true,
"isSecret": true
},
{
"name": "GHL_LOCATION_ID",
"description": "GoHighLevel sub-account (location) ID. Visible in the URL when viewing a sub-account.",
"isRequired": true
},
{
"name": "GHL_BASE_URL",
"description": "GHL API base URL. The default works for all standard installs."
},
{
"name": "GHL_API_VERSION",
"description": "Value for the GHL API Version header."
},
{
"name": "TRANSPORT",
"description": "Transport mode: 'stdio' for Claude Desktop / Claude Code, 'http' for N8N and remote clients."
},
{
"name": "LOG_LEVEL",
"description": "Log verbosity."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.northrosetech/ghl-mcp-server",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.northrosetech%2Fghl-mcp-server/versions/latest",
"isOfficial": true,
"status": "active"
}
}