← asha.news

INDIVIDUAL MCP TOOL

conflict_events

Geolocated Conflict Monitor events (strike, explosion, intercept, movement, statement, thermal_confirmation) with severity, verification status, and EN/AR summaries.

asha.newsnone 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

asha.news

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.asha-news]
url = "https://asha.news/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "asha-news": {
      "type": "http",
      "url": "https://asha.news/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "asha-news": {
      "type": "http",
      "url": "https://asha.news/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "asha-news",
  "transport": "streamable-http",
  "url": "https://asha.news/api/v1/mcp"
}
MCP Inspector

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

Related tools

  • asha_feed — Latest source-backed news from the Asha News archive.
  • asha_search — Unified search across Asha News articles, active story clusters, and published generated briefs.
  • asha_search_articles — Keyword search across recent Asha News articles.
  • asha_digest — Clustered public news digest.
  • asha_share_pack — Share-ready package for a published, cited Asha brief/story.
  • asha_blindspot — Persisted Asha Blindspots / coverage gaps from posture analysis.
  • asha_palestine — Palestine desk timeline (evidence-classed events) with a freshness indicator.
  • asha_sources — Asha News public source directory with provenance and trust metadata.