news-intel-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@news-intel-mcpwhat's the latest AI news and sentiment?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
News Intel MCP
x402 Payment-Protected News Intelligence API
Get the latest tech, crypto, AI, and business news with automated sentiment analysis. Perfect for AI agents doing market research, trend analysis, or staying informed.
🚀 Features
Multi-Source News Aggregation - Latest articles from top sources
Sentiment Analysis - Automatic positive/negative/neutral classification
Category Filtering - Tech, Crypto, AI, Business
x402 Micropayments - Pay $0.003 USDC per call on Base Mainnet
MCP Compatible - Works with Claude and other AI agents
Related MCP server: cryptopolitan-mcp
📡 Live Endpoint
Base URL: https://news-intel-mcp.vercel.app
Get News
GET /api/news?category={CATEGORY}&limit={LIMIT}Parameters:
category(required):tech,crypto,ai, orbusinesslimit(optional): Number of articles (1-20, default: 10)
Example:
curl https://news-intel-mcp.vercel.app/api/news?category=tech&limit=5Response (402 Payment Required):
{
"error": "Payment Required",
"payment": {
"scheme": "exact",
"network": "eip155:8453",
"price": "$0.003",
"currency": "USDC",
"payTo": "0xf081ee84c0d85278a6242bc265f0b312021ebeb1"
}
}🔍 Discovery Endpoints
Bazaar Discovery:
/.well-known/x402MCP Metadata:
/mcp/toolsHealth Check:
/health
💰 Payment Details
Network: Base Mainnet (Chain ID: eip155:8453)
Currency: USDC
Price: $0.003 per API call
Protocol: x402 "exact" scheme
Payment Address:
0xf081ee84c0d85278a6242bc265f0b312021ebeb1
🤖 Use with AI Agents
This MCP server is designed to work with Claude Code and other AI agents that support the Model Context Protocol (MCP) and x402 payments.
AI agents can:
Discover the service on x402 Bazaar
Pay via CDP Facilitator
Fetch news with sentiment analysis
Use insights for research and analysis
📦 Response Format
{
"category": "tech",
"timestamp": "2026-09-04T17:11:39.803Z",
"count": 5,
"articles": [
{
"title": "AI Startup Raises $100M",
"description": "Major breakthrough...",
"url": "https://...",
"source": "TechCrunch",
"publishedAt": "2026-09-04T10:30:00Z",
"sentiment": "positive"
}
],
"sentiment_summary": {
"positive": 3,
"negative": 1,
"neutral": 1
}
}🛠️ Local Development
# Install dependencies
npm install
# Run locally
npm start
# Development mode with auto-reload
npm run dev📝 License
MIT
🔗 Links
Live API: https://news-intel-mcp.vercel.app
x402 Bazaar: https://x402bazaar.app
MCP Protocol: https://modelcontextprotocol.io
Built with ❤️ for the AI agent ecosystem
This server cannot be deployed
Maintenance
Related MCP Connectors
Real-time curated crypto news for AI agents with sentiment, recaps, and search.
AI agent gateway with web fetching, data extraction, crypto pricing, and x402 payments
x402-paid analytics, market intelligence, research, and LLM inference for AI agents.
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides AI agents access to news aggregation from 80,000+ sources via the NewsAPI. Supports both authenticated access with API keys and pay-per-use via HTTP 402 protocol with blockchain payment verification.-
- AlicenseBqualityFmaintenanceReal-time cryptocurrency news, analysis, and price predictions for AI agents. 5 tools to search 50,000+ articles across 12 categories, filter by 120+ asset tickers, and access content with built-in attribution. Free with attribution. SSE and Streamable HTTP transport.4MIT
- AlicenseNot gradedqualityDmaintenanceReal-time crypto news aggregation with sentiment scores and token mentions, enabling market analysis and trading signals via pay-per-call micropayments.MIT
- AlicenseAqualityDmaintenanceProvides AI agents with global tech news from 500+ sources across regions, with translated titles, scoring, and clustering tools for real-time intelligence.825 npmMIT