A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
intelica-mcp
Competitive intelligence for AI agents — pay $0.05 USDC per analysis, no accounts required.
Analyze any URL or text description and get back structured JSON: market positioning, user pain points, detected competitors, and unique market angles. Payments handled automatically via the x402 protocol on Base mainnet.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"intelica": {
"command": "uvx",
"args": ["intelica-mcp"],
"env": {
"EVM_PRIVATE_KEY": "0x_your_base_mainnet_private_key"
}
}
}
}
claude mcp add intelica uvx intelica-mcp --env EVM_PRIVATE_KEY=0x_your_key
Connect directly to the hosted endpoint:
https://intelica.onrender.com/mcp
analyze_competitor — $0.05 USDCAnalyzes a single competitor URL or text description.
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | One of url/text | Full URL to analyze (e.g. https://notion.so) |
text | string | One of url/text | Text description (min 50 chars) |
context | string | No | Your product context for better unique_angle |
Returns:
{
"source": "https://notion.so",
"analysis": {
"company_or_product": "Notion",
"positioning_summary": "All-in-one workspace combining notes, databases, and project management...",
"target_customer": "Knowledge workers and product teams seeking unified workspace solutions",
"core_value_props": [
"Eliminates tool switching and fragmentation",
"Highly customizable database system",
"Real-time collaborative editing"
],
"user_pain_points": [
"Complex for new users",
"Slow on large pages",
"Inefficient designer-to-developer handoff"
],
"detected_competitors": ["Obsidian", "Coda", "Confluence", "Linear", "Asana"],
"unique_angle": "Developer-focused simplicity gap — Notion targets everyone, leaving power users underserved",
"tone": "professional",
"confidence": "high"
},
"cached": false,
"response_ms": 4821,
"price_paid_usdc": "0.05"
}
Example:
analyze_competitor(url="https://linear.app", context="Building a project management tool for remote teams")
batch_analyze — $0.20 USDCAnalyzes up to 10 competitors in parallel in one call.
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
items | list[dict] | Yes | Up to 10 items, each with url, text, context, and optional id |
Example:
batch_analyze(items=[
{"url": "https://notion.so", "id": "notion"},
{"url": "https://coda.io", "id": "coda"},
{"text": "Obsidian is a local-first note-taking app", "id": "obsidian"},
{"url": "https://roamresearch.com", "id": "roam"},
])
Returns: Array of analysis results, one per item.
demo_analyze — FreeFree analysis, 300 character text limit, no URL support.
demo_analyze(text="Stripe is a payment processing platform for developers")
get_pricing — FreeReturns current pricing, network configuration, and wallet addresses.
get_pricing()
| Variable | Required | Description |
|---|---|---|
EVM_PRIVATE_KEY | Yes (paid tools) | Base mainnet private key for x402 payments |
INTELICA_BASE_URL | No | Override API base URL (default: https://intelica.onrender.com) |
Getting a Base mainnet wallet:
uvx intelica-mcp
pip install intelica-mcp
python server.py
pip install "intelica-mcp[x402]"
EVM_PRIVATE_KEY=0x_your_key python server.py
git clone https://github.com/teodorofodocrispin-cmyk/intelica-mcp
cd intelica-mcp
pip install -e ".[x402]"
EVM_PRIVATE_KEY=0x_your_key python server.py --transport streamable-http --port 8080
Intelica uses the x402 protocol for payments:
analyze_competitor or batch_analyzeNo accounts. No API keys. No subscriptions. USDC settles directly to the Intelica wallet.
Payment network: Base mainnet (eip155:8453)
Payment asset: USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)
Facilitator: PayAI
Full REST API documentation: https://intelica.onrender.com/docs
x402 manifest: https://intelica.onrender.com/.well-known/x402.json
Outreach agents — Personalize cold emails by understanding the prospect's positioning before writing.
Due diligence agents — Evaluate startups and vendors automatically with structured competitive data.
Content agents — Research competitive landscape before writing articles or landing pages.
Product intelligence — Monitor 10 competitors weekly via batch_analyze for $0.20/week.
Intelica has confirmed transactions on Base mainnet:
View on Basescan
MIT — see LICENSE
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
Secure MCP server for MySQL database interaction, queries, and schema management