INDIVIDUAL MCP TOOL
server.stats
Service health and corpus-SIZE metrics only: total article count, source count, last-update time, server version.
LIVE ENDPOINT
https://wpnews.pro/mcp
Connect to this endpoint to inspect the live schema for server.stats and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.
Related tools
news.search— Keyword / full-text search for articles whose CONTENT matches a query word or phrase.news.latest— The N newest articles ordered purely by publish time (reverse chronological).topics.articles— List ARTICLES filed under ONE specific topic slug (kebab-case, e.g.entities.articles— List articles mentioning a specific named entity — company, product, person, or AI model.news.article— Fetch a single article by slug.topics.list— Browse the directory of topics: list ALL available topic slugs with their article counts.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`).events.recent— Recent structured AI intelligence events (model releases, funding, acquisitions, partnerships, papers, OSS releases) with source-backed provenance.