Serversapp.newsmind/mcp
M

Newsmind

app.newsmind/mcp · v0.13.0
● Remote
v0.13.0remote🌐 https://newsmind.app/mcp↗ Website
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "app.newsmind/mcp",
  "description": "Connect your RSS feeds to ChatGPT and Claude. Search, dedupe, OPML import. Hosted MCP.",
  "title": "Newsmind",
  "version": "0.13.0",
  "websiteUrl": "https://newsmind.app/?utm_source=mcp-registry",
  "icons": [
    {
      "src": "https://newsmind.app/logo.png",
      "mimeType": "image/png"
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://newsmind.app/mcp",
      "headers": [
        {
          "description": "Bearer token. Claude.ai and ChatGPT handle OAuth automatically. For other clients, generate a PAT (nm_pat_…) at https://newsmind.app/auth/tokens?utm_source=mcp-registry",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "category": "news-and-rss",
      "pricing": {
        "billingNote": "Local currency at checkout",
        "currency": "USD",
        "startsAt": "$24/year",
        "trialDays": 14
      },
      "supportUrl": "https://newsmind.app/install?utm_source=mcp-registry"
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}