maiglesi/centralwize-mcp
CentralWize MCP Server — Market intelligence for AI agents. Competitive analysis, workflow-level gaps, BUILD/PIVOT/AVOID verdicts. /analysis.
Platform-specific configuration:
{
"mcpServers": {
"centralwize-mcp": {
"command": "npx",
"args": [
"-y",
"centralwize-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Market intelligence for AI agents. $5 per analysis.
Before your agent burns tokens building something that already exists — CentralWize tells you where the gaps are. At the workflow level.
centralwize.com | API Docs | agents.txt
# Copy the skill folder to your skills directory
cp -r skill/ ~/.openclaw/skills/centralwize-market-intelligence/
# Or install from ClawHub (once published)
npx clawhub@latest install centralwize-market-intelligenceSet your API key:
export CENTRALWIZE_API_KEY="cw_your_key_here"Then ask your agent: *"Before I build this, check CentralWize for competitors and gaps."*
See `skill/SKILL.md` for full skill documentation.
Add to your MCP config (claude_desktop_config.json):
{
"mcpServers": {
"centralwize": {
"url": "https://mcp.centralwize.com/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Add to .cursor/mcp.json:
{
"mcpServers": {
"centralwize": {
"url": "https://mcp.centralwize.com/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Add to your MCP settings:
{
"mcpServers": {
"centralwize": {
"serverUrl": "https://mcp.centralwize.com/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}curl -X POST https://api.centralwize.com/v1/keys \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com"}'Every key includes 2 free preview analyses.
centralwize_analyzeAnalyze a product idea, PRD, or market. Returns competitors, gaps, and a BUILD/PIVOT/AVOID verdict.
Input:
{Loading reviews...