artefact revenue intelligence for Grok
io.github.alexboissav/artefact-revenue-intelligence
Revenue intelligence MCP: RFM analysis, 14.5-point ICP scoring, pipeline health. HubSpot.
client:Grok
transport:stdio
runtime:pypi
Install artefact revenue intelligence in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"artefact-revenue-intelligence": {
"type": "stdio",
"command": "uvx",
"args": [
"artefact-mcp"
],
"env": {
"HUBSPOT_API_KEY": "<HUBSPOT_API_KEY>",
"ARTEFACT_LICENSE_KEY": "<ARTEFACT_LICENSE_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs