streamable-httpMITupdated 2mo ago
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.
What can you do with Content Intelligence API?
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)
| # | Tool | Description | Per-Call Price |
|---|---|---|---|
| 1 | extract_content |
Extract clean readable content from a URL | 0.005 USDC |
| 2 | analyze_text |
Multi-faceted analysis: summary, sentiment, entities, topics, classification | 0.003 USDC |
| 3 | research_topic |
Multi-source research synthesis with web search, perspectives, timeline | 0.02 USDC |
| 4 | compare_articles |
Side-by-side comparison: similarities, differences, coverage, bias | 0.01 USDC |
| 5 | extract_structured |
Extract structured JSON from a URL (custom schema supported) | 0.008 USDC |
| 6 | sentiment_over_time |
Sentiment trend analysis across multiple sources (URLs or text) | 0.008 USDC |
| 7 | competitor_intel |
Competitive intelligence between two companies (web search + analysis) | 0.025 USDC |
| 8 | monitor_page |
Page content extraction with SHA-256 hash for change detection | 0.005 USDC |
| 9 | daily_brief |
Multi-source briefing in executive, bullet, or detailed format | 0.015 USDC |
Subscription Plans
Instead of paying per call, subscribe for predictable pricing:
| Plan | Price | Calls | Effective Rate |
|---|---|---|---|
| Monthly | $5 USDC | 200 | $0.025/call |
| Yearly | $50 USDC | 3,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
| Endpoint | Description |
|---|---|
POST /v1/extract |
Extract content from URL |
POST /v1/analyze |
Analyze text |
POST /v1/research |
Research topic |
POST /v1/compare |
Compare two sources |
POST /v1/extract-structured |
Structured extraction |
POST /v1/sentiment-over-time |
Sentiment trends |
POST /v1/competitor-intel |
Competitive analysis |
POST /v1/monitor |
Page monitoring |
POST /v1/brief |
Generate briefing |
POST /v1/subscribe |
Create subscription ($5/$50) |
GET /v1/auth/pricing |
Get pricing info |
POST /v1/auth/validate |
Validate subscription token |
GET /health |
API 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
Install
Add Content Intelligence API to your client. Pick the one you use.
claude mcp add --transport http content-intelligence-api https://content-intelligence-mcp.wajih-hyder55.workers.devcodex mcp add content-intelligence-api --url https://content-intelligence-mcp.wajih-hyder55.workers.dev{
"mcpServers": {
"content-intelligence-api": {
"url": "https://content-intelligence-mcp.wajih-hyder55.workers.dev"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"content-intelligence-api": {
"type": "http",
"url": "https://content-intelligence-mcp.wajih-hyder55.workers.dev"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"content-intelligence-api": {
"url": "https://content-intelligence-mcp.wajih-hyder55.workers.dev"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"content-intelligence-api": {
"serverUrl": "https://content-intelligence-mcp.wajih-hyder55.workers.dev"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance22/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 67 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint β no local install
Version history
| Versions | Published |
|---|---|
| 2.4.0Latest | Jun 28, 2026 |
| 2.2.0 | Jun 25, 2026 |
| 2.1.0 | Jun 25, 2026 |
| 1.1.0 | Jun 25, 2026 |