{
  "markdown": "# Content Intelligence MCP Server v2.1.0\n\nA **pay-per-call** MCP server for content intelligence — extract, analyze, research, compare, monitor, and brief. Powered by **freellmpool** (30+ free LLMs) with **x402** payment (USDC on Base) or **subscription** plans.\n\n## Architecture\n\n```\n┌──────────────┐     ┌──────────────────┐     ┌──────────────────────┐\n│   AI Agent   │────▶│  Gateway Worker  │────▶│  Express API v2.1   │\n│  (Claude,    │     │  (x402 + Subs)   │     │  (AWS EC2)          │\n│   Cursor,    │     │                  │     │                      │\n│   etc.)      │◀────│  MCP Worker      │◀────│  freellmpool (LLMs) │\n└──────────────┘     └──────────────────┘     └──────────────────────┘\n                           │\n                    ┌──────▼──────┐\n                    │  x402 or    │\n                    │  Subscribe  │\n                    └─────────────┘\n```\n\n## Tools (9 Total)\n\n| # | Tool | Description | Per-Call Price |\n|---|------|-------------|----------------|\n| 1 | `extract_content` | Extract clean readable content from a URL | 0.005 USDC |\n| 2 | `analyze_text` | Multi-faceted analysis: summary, sentiment, entities, topics, classification | 0.003 USDC |\n| 3 | `research_topic` | Multi-source research synthesis with web search, perspectives, timeline | 0.02 USDC |\n| 4 | `compare_articles` | Side-by-side comparison: similarities, differences, coverage, bias | 0.01 USDC |\n| 5 | `extract_structured` | Extract structured JSON from a URL (custom schema supported) | 0.008 USDC |\n| 6 | `sentiment_over_time` | Sentiment trend analysis across multiple sources (URLs or text) | 0.008 USDC |\n| 7 | `competitor_intel` | Competitive intelligence between two companies (web search + analysis) | 0.025 USDC |\n| 8 | `monitor_page` | Page content extraction with SHA-256 hash for change detection | 0.005 USDC |\n| 9 | `daily_brief` | Multi-source briefing in executive, bullet, or detailed format | 0.015 USDC |\n\n## Subscription Plans\n\nInstead of paying per call, subscribe for predictable pricing:\n\n| Plan | Price | Calls | Effective Rate |\n|------|-------|-------|----------------|\n| Monthly | $5 USDC | 200 | $0.025/call |\n| Yearly | $50 USDC | 3,000 | $0.017/call |\n\nUse subscription via `X-Subscription-Token` header in requests.\n\n## Payment\n\n- **Network:** Base (eip155:8453)\n- **Asset:** USDC (`0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`)\n- **Wallet:** `0x7003209BDDb2253B5Ba902211279a28fB7b39aD7`\n- **Scheme:** x402 (per-call) or Subscription (pre-paid)\n\n## Quick Start for Agents\n\n```json\n{\n  \"mcpServers\": {\n    \"content-intelligence-api\": {\n      \"url\": \"https://content-intelligence-mcp.wajih-hyder55.workers.dev\"\n    }\n  }\n}\n```\n\n## Endpoints\n\n| Endpoint | Description |\n|----------|-------------|\n| `POST /v1/extract` | Extract content from URL |\n| `POST /v1/analyze` | Analyze text |\n| `POST /v1/research` | Research topic |\n| `POST /v1/compare` | Compare two sources |\n| `POST /v1/extract-structured` | Structured extraction |\n| `POST /v1/sentiment-over-time` | Sentiment trends |\n| `POST /v1/competitor-intel` | Competitive analysis |\n| `POST /v1/monitor` | Page monitoring |\n| `POST /v1/brief` | Generate briefing |\n| `POST /v1/subscribe` | Create subscription ($5/$50) |\n| `GET /v1/auth/pricing` | Get pricing info |\n| `POST /v1/auth/validate` | Validate subscription token |\n| `GET /health` | API health + version info |\n\n## Deployment\n\n- **Backend:** AWS EC2 (Ubuntu) with PM2, Node.js 22, freellmpool\n- **Workers:** Cloudflare Workers (gateway + MCP)\n- **Payment:** x402.org facilitator for on-chain verification\n\n## License\n\nMIT\n",
  "bytes": 3580,
  "sha": "bb7c269cd104653d968a341c543e933e2a9e57f8b0be5982d023682c59e31632",
  "repo_slug": "ruvendors5-ops/content-intelligence-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_ruvendors5_ops_content_intelli_d978f05f/readme"
}