← Registry

Data Collection

wpnews.pro

Provides search and retrieval of news articles, latest headlines, topic-specific articles, and entity mentions.

1 endpoint13 known toolsFirst detected July 6, 2026Last detected August 6, 2026

ENDPOINT 1

https://wpnews.pro/mcp

No auth detected

MCP server metadata

Name
wpnews
Version
2.1.0
Capabilities
extensions.io.modelcontextprotocol/ui.mimeTypesloggingpromptsresourcestools
Server instructions

wpnews is a curated AI/tech news index built for AI agents. Use `news.search` for topic queries, `news.latest` for recent updates, `news.article` to fetch full bodies. All data is in English. Articles include extracted topics and named entities — use `topics.articles` / `entities.articles` to browse by these dimensions. (Old flat tool names like `search` still work as aliases.)

Known tools 13

news.search

Keyword / full-text search for articles whose CONTENT matches a query word or phrase.

Inferred read-only
news.latest

The N newest articles ordered purely by publish time (reverse chronological).

Potential side effects
topics.articles

List ARTICLES filed under ONE specific topic slug (kebab-case, e.g.

Inferred read-only
entities.articles

List articles mentioning a specific named entity — company, product, person, or AI model.

Inferred read-only
news.article

Fetch a single article by slug.

Inferred read-only
topics.list

Browse the directory of topics: list ALL available topic slugs with their article counts.

Inferred read-only
news.trending

Topics and entities gaining MOMENTUM right now — what is hot or rising, ranked by velocity/acceleration of coverage, NOT by plain recency (for the newest articles use `latest`).

Inferred read-only
events.recent

Recent structured AI intelligence events (model releases, funding, acquisitions, partnerships, papers, OSS releases) with source-backed provenance.

Inferred read-only
server.stats

Service health and corpus-SIZE metrics only: total article count, source count, last-update time, server version.

Potential side effects
news.bulk

Fetch multiple articles by slug in one call.

Inferred read-only
news.related

Given an article slug, return semantically related articles from the same topic cluster.

Inferred read-only
news.since

List articles published after a given ISO date (e.g.

Inferred read-only
session.memory

Inspect or reset the current session's autobiographical state — list of article slugs already returned to this client in this session, plus recent queries.

Inferred read-only

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.wpnews]
url = "https://wpnews.pro/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wpnews": {
      "type": "http",
      "url": "https://wpnews.pro/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wpnews
Remote MCP URL: https://wpnews.pro/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": {
    "wpnews": {
      "url": "https://wpnews.pro/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wpnews": {
      "type": "http",
      "url": "https://wpnews.pro/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wpnews",
  "transport": "streamable-http",
  "url": "https://wpnews.pro/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.