MCP Directory

samrothschild23/intelligence-api

GitHub
Productivity

E-commerce and business intelligence MCP server. Analyze any Shopify store, research Amazon products with Opportunity Score and FBA profitability estimates, and find qualified sales leads from Google Maps with Lead Quality Scoring. Pay-per-call via x402 (USDC on Base).

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y intelligence-api

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from samrothschild23/intelligence-api your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "intelligence-api": {
      "command": "npx",
      "args": [
        "-y",
        "intelligence-api"
      ]
    }
  }
}

Route samrothschild23/intelligence-api intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add intelligence-api

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use samrothschild23/intelligence-api directly without routing

npx -y intelligence-api

New to Agent-CoreX? View setup guide →

samrothschild23/intelligence-api MCP Server — Agent-CoreX