Data Collection
wpnews.pro
Provides search and retrieval of news articles, latest headlines, topic-specific articles, and entity mentions.
ENDPOINT 1
https://wpnews.pro/mcp
MCP server metadata
- Name
- wpnews
- Version
- 2.1.0
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.searchKeyword / full-text search for articles whose CONTENT matches a query word or phrase.
Inferred read-onlynews.latestThe N newest articles ordered purely by publish time (reverse chronological).
Potential side effectstopics.articlesList ARTICLES filed under ONE specific topic slug (kebab-case, e.g.
Inferred read-onlyentities.articlesList articles mentioning a specific named entity — company, product, person, or AI model.
Inferred read-onlytopics.listBrowse the directory of topics: list ALL available topic slugs with their article counts.
Inferred read-onlynews.trendingTopics 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-onlyevents.recentRecent structured AI intelligence events (model releases, funding, acquisitions, partnerships, papers, OSS releases) with source-backed provenance.
Inferred read-onlyserver.statsService health and corpus-SIZE metrics only: total article count, source count, last-update time, server version.
Potential side effectsnews.relatedGiven an article slug, return semantically related articles from the same topic cluster.
Inferred read-onlysession.memoryInspect 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.