intelica-mcp
Intelica MCP Server provides competitive intelligence for autonomous AI agents, delivering structured JSON market analysis of URLs or company descriptions. Key capabilities:
Analyze a single competitor (
analyze_competitor, $0.05–$1.00 USDC): Submit a URL or text to get structured insights including company positioning, target customers, value propositions, detected competitors, unique differentiators, battlecard, market score, and brand tone. Supports 10 specialized modes:competitive,sales_enablement,fundraising,partnership,acquisition,market_entry,crypto_protocol,venture_screening,regulatory_compliance, andrisk_assessment. Supports optional HTML output and cache bypass.Batch analyze up to 10 competitors in parallel (
batch_analyze, $0.20 USDC flat): More cost-effective than individual calls for analyzing multiple entities simultaneously.Free demo analysis (
demo_analyze, free): Limited analysis for short text descriptions (max 300 characters) — useful for testing before using paid features.Check pricing & configuration (
get_pricing, free): Retrieve live pricing, payment wallet address, network (Base or Solana mainnet), asset (USDC), and protocol (x402) details.
Payment is handled via USDC on Base or Solana mainnet using the x402 protocol — no accounts or API keys required.
Intelica MCP Server
Competitive intelligence for autonomous AI agents — pay $0.05–$1.00 USDC per analysis via x402. No accounts, no API keys.
Analyze any URL or company description and get structured JSON with market positioning, competitors, battlecard, verified sources, and executable Market Score.
Quick Start
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"intelica": {
"command": "uvx",
"args": ["intelica-mcp"],
"env": {
"EVM_PRIVATE_KEY": "0x_your_base_mainnet_private_key"
}
}
}
}Claude Code
claude mcp add intelica uvx intelica-mcp --env EVM_PRIVATE_KEY=0x_your_keyRemote MCP (no install)
{
"mcpServers": {
"intelica": {
"url": "https://api.intelica.dev/mcp"
}
}
}Related MCP server: hyperd-mcp
Tools
analyze_competitor — $0.05–$1.00 USDC
Analyzes a single competitor URL or text description.
# Standard analysis ($0.05)
analyze_competitor(url="https://notion.so", mode="competitive")
# Sales battlecard ($1.00)
analyze_competitor(text="Notion workspace", mode="sales_enablement")
# DeFi protocol ($0.05)
analyze_competitor(text="Uniswap v4 AMM", mode="crypto_protocol", force_refresh=True)
# HTML report for humans ($0.50)
analyze_competitor(url="https://competitor.com", format="report")
# Regulatory compliance ($1.00)
analyze_competitor(text="Clearview AI biometric database", mode="regulatory_compliance")Available modes:
Mode | Price | Use case |
| $0.05 | General market analysis |
| $0.05 | Investor narrative, TAM |
| $0.05 | Strategic fit evaluation |
| $0.05 | M&A due diligence |
| $0.05 | Market gaps, barriers |
| $0.05 | DeFi moat, tokenomics |
| $1.00 | Investment thesis + deal-breakers |
| $1.00 | EU AI Act, GDPR, HIPAA |
| $1.00 | Business model risk |
| $1.00 | Battlecard + objections |
Response includes:
{
"analysis": {
"company_or_product": "Notion",
"positioning_summary": "...",
"detected_competitors": ["Confluence", "Asana", "ClickUp"],
"unique_angle": "...",
"sources": ["https://...", "https://..."],
"battlecard": {
"headline": "...",
"their_weakness": "...",
"your_angle": "...",
"proof_point": "...",
"objection_handler": "..."
},
"market_score": {
"threat_level": "high",
"moat_strength": 0.72,
"market_maturity": "mature",
"agent_recommendation": "counter"
}
}
}batch_analyze — $0.20 USDC
Analyzes up to 10 competitors in parallel.
batch_analyze(items=[
{"url": "https://notion.so", "id": "notion", "mode": "competitive"},
{"url": "https://coda.io", "id": "coda"},
{"text": "Obsidian local-first notes", "id": "obsidian"},
])demo_analyze — Free
Free analysis, 300 character limit.
demo_analyze(text="Stripe is a payment API for developers", mode="competitive")get_pricing — Free
get_pricing()Payment Architecture
Agent calls analyze_competitor
→ Server responds HTTP 402 with payment challenge
→ x402 client signs USDC transfer (Base or Solana mainnet)
→ PayAI/CDP facilitator verifies payment on-chain
→ Server delivers analysisNetworks: Base mainnet + Solana mainnet
Asset: USDC
Facilitators: PayAI (primary) + Coinbase CDP (fallback)
Configuration
Variable | Required | Description |
| Yes (paid) | Base mainnet private key |
| No | Override API URL (default: |
Installation
# With uvx (recommended)
uvx intelica-mcp
# With pip
pip install intelica-mcp
python server.py
# With x402 payment support
pip install "intelica-mcp[x402]"
EVM_PRIVATE_KEY=0x_your_key python server.pyLinks
Live API: https://api.intelica.dev
Free demo: https://api.intelica.dev/demo
x402 manifest: https://api.intelica.dev/.well-known/x402.json
Glama MCP: https://glama.ai/mcp/servers/teodorofodocrispin-cmyk/intelica-mcp
Glama Connector: https://glama.ai/mcp/connectors/com.onrender.intelica/intelica
Docs: https://github.com/teodorofodocrispin-cmyk/Intelica-docs
AGENTS.md: https://github.com/teodorofodocrispin-cmyk/Intelica-docs/blob/main/AGENTS.md
Built by a solo developer in Bogotá, Colombia.
From the same builder behind TrustBoost PII Sanitizer.
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/teodorofodocrispin-cmyk/intelica-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server