# CentralWize — Market Intelligence for AI Agents # https://centralwize.com # # We don't guess. We count. # # CentralWize provides market intelligence powered by 11,000+ AI tools mapped # to services and workflows with proprietary TAM data across 54 industries. # # Pricing: $5 per analysis. 2 free analyses with every new API key. # ============================================================ # API ENDPOINTS # ============================================================ # Base URL: https://api.centralwize.com # Auth: Bearer token (API key starting with "cw_") # Format: JSON # Get an API key (includes 2 free analyses): # POST /v1/keys # Body: {"email": "your@email.com"} # Returns: {"api_key": "cw_...", "credits": 2} # Analyze anything ($5): # POST /v1/analyze # Headers: Authorization: Bearer cw_your_key # Body: {"description": "what you're building, evaluating, or investing in"} # Returns: competitive analysis, workflow gaps with TAM, risk assessment, strategic recommendation # # Works for ANY use case: # - Builder: "AI-powered certificate management for insurance brokers" # - Investor: "Due diligence on Jasper AI — competitive position and risk" # - Market research: "AI tools for freight invoice auditing in logistics" # # If your description is too vague, CentralWize asks clarifying questions. # Respond via POST /v1/continue with the session_id. Up to 5 turns per $5. # Continue a multi-turn analysis (no additional charge): # POST /v1/continue # Body: {"session_id": "ses_...", "message": "your response to clarifying questions"} # ============================================================ # BILLING # ============================================================ # Option 1: Human checkout (agent gives URL to human) # POST /v1/billing/checkout # Body: {"key_prefix": "cw_abc123", "pack": "single"} # Returns: {"checkout_url": "https://checkout.stripe.com/...", "instructions": "..."} # Option 2: Agent-autonomous (human saves card once, agent buys credits) # POST /v1/billing/setup — returns setup_url for human to save card # POST /v1/billing/buy — charges saved card instantly ($25/day limit) # Body: {"pack": "single"} (options: single, 6-pack, 12-pack) # Check balance: # GET /v1/billing/balance/{key_prefix} # ============================================================ # MCP INTEGRATION # ============================================================ # CentralWize is available as an MCP server for Claude, Cursor, and other # MCP-compatible agents. # # MCP Server URL: https://mcp.centralwize.com/sse # # Add to your MCP config: # { # "mcpServers": { # "centralwize": { # "url": "https://mcp.centralwize.com/sse", # "headers": { # "Authorization": "Bearer cw_your_api_key" # } # } # } # } # ============================================================ # DATA # ============================================================ # CentralWize is powered by a proprietary database of: # - 11,000+ funded AI tools mapped to services and workflows # - 2,000+ business services across 54 industries # - 50,000+ workflow-to-tool mappings # - 100% service-level TAM coverage # - Updated daily # # Every analysis is grounded in this data. We don't guess. We count. # ============================================================ # CONTACT # ============================================================ # Website: https://centralwize.com # Email: hello@centralwize.com # Powered by Entropsy (https://entropsy.io)