intelica-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EVM_PRIVATE_KEY | Yes | Base mainnet private key for x402 payments | |
| INTELICA_BASE_URL | No | Override API base URL | https://intelica.onrender.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_competitorA | Analyzes a competitor's URL or text description and returns structured competitive intelligence as JSON. Cost: $0.05 USDC per call, paid automatically via x402 on Base mainnet. Response time: 2-5 seconds (first call), <1 second (cached within 6 hours). Returns a JSON object with these fields:
Parameters:
At least one of url or text is required. Example usage:
Note: Results are cached for 6 hours. Repeated calls for the same input return instantly at the same price. |
| batch_analyzeA | Analyzes up to 10 competitors in parallel in a single call. Cost: $0.20 USDC flat for the entire batch (regardless of item count), paid automatically via x402 on Base mainnet. More efficient than calling analyze_competitor 10 times ($0.50 USDC). Each item in the batch is processed in parallel, so total time is similar to a single analysis (2-5 seconds) regardless of batch size. Returns a JSON object with:
Parameters:
Example usage: 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"}, ]) Best for:
|
| get_pricingA | Returns current pricing, available endpoints, network configuration, and wallet addresses for the Intelica API. Free to call — no payment required. Returns a JSON object with:
Use this tool to:
Example usage: get_pricing() |
| demo_analyzeA | Runs a free competitive intelligence analysis on a short text description. No payment required. Limited to 300 characters of text input. Does not support URL fetching (use analyze_competitor for URLs). Results may be cached from previous calls. Returns the same JSON structure as analyze_competitor:
Parameters:
Example usage: demo_analyze(text="Linear is a fast project management tool for software teams") demo_analyze(text="Stripe is a payment processing platform for developers") Note: This is a demonstration endpoint. For production agent workflows, use analyze_competitor or batch_analyze with x402 payment. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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