Server data from the Official MCP Registry
Content Intelligence MCP — extract, analyze, research, compare content. Pay-per-call USDC on Base.
Content Intelligence MCP — extract, analyze, research, compare content. Pay-per-call USDC on Base.
Remote endpoints: streamable-http: https://content-intelligence-mcp.wajih-hyder55.workers.dev
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
4 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-ruvendors5-ops-content-intelligence-api": {
"url": "https://content-intelligence-mcp.wajih-hyder55.workers.dev"
}
}
}From the project's GitHub README.
A pay-per-call MCP server for content intelligence — extract, analyze, research, and compare web content using AI. Powered by freellmpool (30+ free LLMs) with x402 payment onchain (USDC on Base).
┌──────────────┐ ┌─────────────────┐ ┌──────────────────────┐
│ AI Agent │────▶│ MCP Worker │────▶│ Express API v2 │
│ (Claude, │ │ (Cloudflare) │ │ (AWS EC2) │
│ Cursor, │ │ │ │ │
│ etc.) │◀────│ .well-known/mcp │◀────│ freellmpool (LLMs) │
└──────────────┘ └─────────────────┘ └──────────────────────┘
│
┌────▼────┐
│ x402 │
│ Payment │
│ Gate │
└─────────┘
| Tool | Description | Price (USDC) |
|---|---|---|
extract_content | Extract clean readable content from a URL. Removes ads, clutter, navigation. | 0.005 |
analyze_text | Multi-faceted text analysis: summary, sentiment, entities, topics, classification, key points | 0.003 |
research_topic | Multi-source research synthesis with web search, perspectives, timeline, recommendations | 0.02 |
compare_articles | Side-by-side comparison of two articles/texts for similarities, differences, coverage, bias | 0.02 |
Add to your MCP configuration:
{
"mcpServers": {
"content-intelligence-api": {
"url": "https://content-intelligence-mcp.wajih-hyder55.workers.dev"
}
}
}
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "extract_content",
"arguments": {
"url": "https://example.com/article"
}
}
}
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "compare_articles",
"arguments": {
"source_a": "https://example.com/article1",
"source_b": "https://example.com/article2",
"aspect": "general"
}
}
}
This server uses x402 — you pay per call in USDC on Base network.
0x7003209BDDb2253B5Ba902211279a28fB7b39aD70x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)The x402 gateway at agent-gateway.wajih-hyder55.workers.dev handles payment verification.
If you prefer the raw REST API:
POST https://agent-gateway.wajih-hyder55.workers.dev/v1/extract
Content-Type: application/json
PAYMENT-SIGNATURE: <x402-payment-signature>
{"url": "https://example.com"}
This project is designed to run on free tiers:
src/worker-mcp.js to Cloudflare Workerssrc/worker-gateway.js as x402 payment gateBACKEND URL in the WorkersMIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.