# Zydanny/x402-intel-engine [Health: Active]

**Category:** 💰 Finance & Fintech  
**Repository:** https://github.com/Zydanny/x402-intel-engine  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/zydanny-x402-intel-engine

## Description
Real-time DEX token momentum ($0.02), orderbook depth ($0.05), and whale flows ($0.10) for AI agents settled on Base Mainnet via gasless x402 micropayments.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "x402-intel-engine": {
    "command": "npx",
    "args": ["-y","zydanny-x402-intel-engine"]
  }
}
```

## Documentation & README

# x402 DEX Market Intelligence API & MCP Server

Real-time DEX token momentum, liquidity health, and whale flow monitoring on Base Mainnet gated with gasless **x402 (EIP-3009)** micropayments.

- **Interactive API Docs:** https://x402-intel-engine-production.up.railway.app/docs
- **OpenAPI Schema:** https://x402-intel-engine-production.up.railway.app/openapi.json
- **Settlement Chain:** Base Mainnet (`8453`)
- **Asset:** USDC (`0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`)

---

## Available Endpoints & MCP Tools

| Endpoint | Price (USDC) | Description |
| :--- | :--- | :--- |
| `GET /v1/intel/pulse/{token}` | `$0.02` | 5m volume, buy pressure, momentum score |
| `GET /v1/intel/orderbook/{token}` | `$0.05` | DEX liquidity depth & turnover ratio |
| `GET /v1/intel/whale-flow/{token}` | `$0.10` | 1h whale accumulation & distribution signals |

---

## Quickstart: MCP Setup (Claude Desktop / Cursor)

Add the server to your `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "x402-dex-intel": {
      "command": "python",
      "args": ["/path/to/mcp_server.py"],
      "env": {
        "AGENT_PRIVATE_KEY": "0x_YOUR_FUNDED_BASE_WALLET_PRIVATE_KEY"
      }
    }
  }
}
