Back to home

Connect opcnew to your AI assistant

Use Model Context Protocol to let your AI directly read opcnew' 700+ AI industry articles. No copy-paste.

What you get

  • 6 tools: search / get / list_topics / list_recent / list_sources / get_article_meta
  • 4 prompt templates: daily_digest / topic_brief / compare / source_audit (slash commands)
  • 50 articles available as @-mentions (bilingual catalog)
  • Free, no API key (public read endpoint)

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), add:

{
  "mcpServers": {
    "opcnew": {
      "url": "https://www.opcnew.com/api/mcp"
    }
  }
}

Other clients

  • Cursor In Settings → MCP, add URL: https://www.opcnew.com/api/mcp
  • ChatGPT Via Custom MCP integration (developer preview)
  • 豆包 / Kimi / MiniMax Add MCP server in agent settings, URL above

Available tools

search_articlesFull-text + 6 filters (tags/category/score_min/since/source/byline)
get_articleFetch full article by slug, with body chunking
get_article_metaMetadata only — token saver
list_topicsAll tags with counts
list_recentPast N hours (cursor pagination)
list_sources116 sources + counts + languages

Prompt templates

Invoke as slash commands in clients that support prompts

  • /daily_digest Past 24h: 5 key stories + trends
  • /topic_brief Recent brief on a tag
  • /compare_two_articles Side-by-side comparison
  • /source_audit Audit a single source

Test the endpoint

curl -sX POST https://www.opcnew.com/api/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'