Skip to main content
Glama

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, or business

  • limit (optional): Number of articles (1-20, default: 10)

Example:

curl https://news-intel-mcp.vercel.app/api/news?category=tech&limit=5

Response (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/x402

  • MCP Metadata: /mcp/tools

  • Health 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:

  1. Discover the service on x402 Bazaar

  2. Pay via CDP Facilitator

  3. Fetch news with sentiment analysis

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


Built with ❤️ for the AI agent ecosystem

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
    -
  • A
    license
    B
    quality
    F
    maintenance
    Real-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.
    4
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Real-time crypto news aggregation with sentiment scores and token mentions, enabling market analysis and trading signals via pay-per-call micropayments.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides AI agents with global tech news from 500+ sources across regions, with translated titles, scoring, and clustering tools for real-time intelligence.
    8
    25 npm
    MIT