intelica-mcp
Intelica MCP Server
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.
Quick Start
Claude Desktop
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 Code
claude mcp add intelica uvx intelica-mcp --env EVM_PRIVATE_KEY=0x_your_keyRemote MCP (no install)
Connect directly to the hosted endpoint:
https://intelica.onrender.com/mcpTools
analyze_competitor — $0.05 USDC
Analyzes a single competitor URL or text description.
Parameters:
Parameter | Type | Required | Description |
| string | One of url/text | Full URL to analyze (e.g. |
| string | One of url/text | Text description (min 50 chars) |
| string | No | Your product context for better |
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 USDC
Analyzes up to 10 competitors in parallel in one call.
Parameters:
Parameter | Type | Required | Description |
| list[dict] | Yes | Up to 10 items, each with |
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 — Free
Free analysis, 300 character text limit, no URL support.
demo_analyze(text="Stripe is a payment processing platform for developers")get_pricing — Free
Returns current pricing, network configuration, and wallet addresses.
get_pricing()Configuration
Variable | Required | Description |
| Yes (paid tools) | Base mainnet private key for x402 payments |
| No | Override API base URL (default: |
Getting a Base mainnet wallet:
MetaMask — add Base network, export private key
Coinbase Wallet — supports Base natively
Minimum balance: ~$0.10 USDC + small ETH for gas
Installation
With uvx (recommended)
uvx intelica-mcpWith pip
pip install intelica-mcp
python server.pyWith x402 payment support
pip install "intelica-mcp[x402]"
EVM_PRIVATE_KEY=0x_your_key python server.pyRun locally for development
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 8080Payment Architecture
Intelica uses the x402 protocol for payments:
Agent calls
analyze_competitororbatch_analyzeServer responds HTTP 402 with payment envelope (price, wallet, network)
x402 client signs USDC transfer on Base mainnet
PayAI facilitator verifies and settles payment on-chain
Server delivers analysis
No 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
API Reference
Full REST API documentation: https://intelica.onrender.com/docs
x402 manifest: https://intelica.onrender.com/.well-known/x402.json
Use Cases
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.
Verified On-Chain
Intelica has confirmed transactions on Base mainnet:
View on Basescan
License
MIT — see LICENSE
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