← opcnew.com

INDIVIDUAL MCP TOOL

search_articles

Full-text search across published opcnew articles.

opcnew.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

opcnew.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.opcnew]
url = "https://www.opcnew.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "opcnew": {
      "type": "http",
      "url": "https://www.opcnew.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: opcnew
Remote MCP URL: https://www.opcnew.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "opcnew": {
      "type": "http",
      "url": "https://www.opcnew.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "opcnew",
  "transport": "streamable-http",
  "url": "https://www.opcnew.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_article — Fetch a single opcnew article by slug.
  • list_topics — List the top opcnew topic tags by article count, combined across EN and ZH.
  • get_article_meta — Fetch only the metadata for an opcnew article — same as get_article but without `body`.
  • list_sources — Domain inventory across the published opcnew library.
  • list_recent — List articles published within the last N hours.
  • compare_locales — Given a slug + locale, surface its EN and ZH versions side-by-side via canonical_id linkage.