Catalog
com.soulcraftagency/soulcraft-mcp
OfficialAnalyze any company's identity. Get a Soul Score, dimension scores, a soul.md, and recommendations.
Analyze company identity with soul score, dimension scores, and strategic recommendations.
README not available yet.
Install
Configuration
Environment variables
SOUL_API_KEYrequiredsecretYour Soulcraft API key (starts with sc_). Get one at soulcraftagency.com/developers.
claude_desktop_config.json
{
"mcpServers": {
"soulcraft-mcp": {
"command": "npx",
"args": [
"-y",
"soulcraft-mcp@0.1.2"
],
"env": {
"SOUL_API_KEY": "<YOUR_SOUL_API_KEY>"
}
}
}
}