Tool Submission: Intelica — Competitive Intelligence API for AI Agents (x402 + MCP + 3,600+ company graph)

Author: teodorofodocrispin-cmykCreated Jun 23, 2026Updated Jul 18, 2026

Tool Submission: Intelica — Competitive Intelligence API for AI Agents

Requesting addition to the Finance / Business Intelligence or Research category.

What it is

Intelica is a competitive intelligence API purpose-built for AI agents. Analyzes any company or market and returns structured JSON with moat scoring (IMI), competitor mapping, and strategic recommendations — benchmarked against a real-time graph of 3,600+ companies.

Agent-native features

  • x402 payment — agents pay $0.05/call via USDC autonomously (Base or Solana mainnet)
  • MCP server at https://api.intelica.dev/mcp (tool: analyze_competitor)
  • Intelica Pulse — webhook alerts when IMI changes ($0.01/alert), enabling autonomous market surveillance
  • Structured JSON output every time — executive_brief, intelica_moat_index, detected_competitors, agent_recommendation
  • 5 elite modesmarket_entry_execution, venture_screening, sales_enablement, risk_assessment, regulatory_compliance

Quick integration (works with any framework)

python
import httpx

response = httpx.post(
    'https://api.intelica.dev/intel',
    headers={'Content-Type': 'application/json', 'X-SESSION': 'your-key'},
    json={'text': 'Stripe payment infrastructure for developers', 'mode': 'competitive'}
)
data = response.json()
# data['executive_brief']       — 3-line market summary
# data['intelica_moat_index']   — moat score 0.0-1.0 (Stripe: 0.88, top 5% of 3,600+ companies)
# data['analysis']['detected_competitors']  — ['Adyen', 'PayPal', 'Square', ...]
# data['analysis']['market_score']['agent_recommendation']  — 'counter'

Why it belongs in 500-AI-Agents-Projects

Intelica is the missing competitive intelligence layer for agent pipelines that need to understand who they're competing against before executing a strategy. It enables a new class of agent use cases:

  • Market entry agent — uses market_entry_execution mode to plan expansion
  • VC screening agent — uses venture_screening mode to evaluate startups
  • Sales intelligence agent — uses sales_enablement mode for battle cards
  • Risk agent — uses risk_assessment mode before strategic decisions
  • Autonomous market monitor — subscribes via Pulse, gets alerted when IMI shifts

Discovery

Free session: https://teodorofodocrispin-cmyk.github.io/Intelica-docs/access.html

Source: ashishpatel26/500-AI-Agents-Projects