Odel
Content Intelligence API

Content Intelligence API

@ruvendors5-opsJavaScriptMITUpdated 2mo ago

9 MCP tools: extract, analyze, research, compare, monitor, brief. Pay-per-call x402 or subscribe.

Server endpointStreamable HTTPNo authProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

Content Intelligence MCP Server v2.1.0

A 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.

Architecture

┌──────────────┐     ┌──────────────────┐     ┌──────────────────────┐
│   AI Agent   │────▶│  Gateway Worker  │────▶│  Express API v2.1   │
│  (Claude,    │     │  (x402 + Subs)   │     │  (AWS EC2)          │
│   Cursor,    │     │                  │     │                      │
│   etc.)      │◀────│  MCP Worker      │◀────│  freellmpool (LLMs) │
└──────────────┘     └──────────────────┘     └──────────────────────┘
                           │
                    ┌──────▼──────┐
                    │  x402 or    │
                    │  Subscribe  │
                    └─────────────┘

Tools (9 Total)

#ToolDescriptionPer-Call Price
1extract_contentExtract clean readable content from a URL0.005 USDC
2analyze_textMulti-faceted analysis: summary, sentiment, entities, topics, classification0.003 USDC
3research_topicMulti-source research synthesis with web search, perspectives, timeline0.02 USDC
4compare_articlesSide-by-side comparison: similarities, differences, coverage, bias0.01 USDC
5extract_structuredExtract structured JSON from a URL (custom schema supported)0.008 USDC
6sentiment_over_timeSentiment trend analysis across multiple sources (URLs or text)0.008 USDC
7competitor_intelCompetitive intelligence between two companies (web search + analysis)0.025 USDC
8monitor_pagePage content extraction with SHA-256 hash for change detection0.005 USDC
9daily_briefMulti-source briefing in executive, bullet, or detailed format0.015 USDC

Subscription Plans

Instead of paying per call, subscribe for predictable pricing:

PlanPriceCallsEffective Rate
Monthly$5 USDC200$0.025/call
Yearly$50 USDC3,000$0.017/call

Use subscription via X-Subscription-Token header in requests.

Payment

  • Network: Base (eip155:8453)
  • Asset: USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)
  • Wallet: 0x7003209BDDb2253B5Ba902211279a28fB7b39aD7
  • Scheme: x402 (per-call) or Subscription (pre-paid)

Quick Start for Agents

{
  "mcpServers": {
    "content-intelligence-api": {
      "url": "https://content-intelligence-mcp.wajih-hyder55.workers.dev"
    }
  }
}

Endpoints

EndpointDescription
POST /v1/extractExtract content from URL
POST /v1/analyzeAnalyze text
POST /v1/researchResearch topic
POST /v1/compareCompare two sources
POST /v1/extract-structuredStructured extraction
POST /v1/sentiment-over-timeSentiment trends
POST /v1/competitor-intelCompetitive analysis
POST /v1/monitorPage monitoring
POST /v1/briefGenerate briefing
POST /v1/subscribeCreate subscription ($5/$50)
GET /v1/auth/pricingGet pricing info
POST /v1/auth/validateValidate subscription token
GET /healthAPI health + version info

Deployment

  • Backend: AWS EC2 (Ubuntu) with PM2, Node.js 22, freellmpool
  • Workers: Cloudflare Workers (gateway + MCP)
  • Payment: x402.org facilitator for on-chain verification

License

MIT