intel-asrai-mcp
v1.2.0
Published
MCP server for AI-powered web search via intel.asrai.me with x402 micropayments on Base
Maintainers
Readme
intel-asrai-mcp
AI-powered web search MCP for Claude Desktop — pay-per-use via x402 on Base mainnet.
Zero install. Just Node.js (already on your machine via npx).
Quick start
Step 1 — Add to your Claude Desktop config:
| OS | Config path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| Linux | ~/.config/Claude/claude_desktop_config.json |
{
"mcpServers": {
"intel": {
"command": "npx",
"args": ["-y", "intel-asrai-mcp@latest"],
"env": {
"INTEL_PRIVATE_KEY": "0x<your_base_wallet_private_key>"
}
}
}
}Or store your key in ~/.env (loaded automatically — no env block needed in config):
INTEL_PRIVATE_KEY=0x<your_base_wallet_private_key>{
"mcpServers": {
"intel": {
"command": "npx",
"args": ["-y", "intel-asrai-mcp@latest"]
}
}
}Step 2 — Restart Claude Desktop. Done.
Each search costs $0.005 USDC from your wallet on Base mainnet. Make sure your wallet has a small USDC balance (~$1–2 to start).
What you get
| Tool | What it does | Cost |
|---|---|---|
| intel_search | AI-synthesized web search with cited sources | $0.005 |
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| query | string | required | Your search question |
| mode | speed | balanced | quality | balanced | Speed vs quality |
| sources | array | ["web"] | web, academic, discussions |
n8n / Server config
Connect with your key in the URL — no server-side secrets needed:
- SSE:
https://intel-mcp.asrai.me/sse?key=0x<your_private_key> - HTTP:
https://intel-mcp.asrai.me/mcp?key=0x<your_private_key>
Requirements
- Wallet funded with USDC on Base mainnet
- Node.js installed
Links
- Homepage: https://intel.asrai.me
