← asha.news

INDIVIDUAL MCP TOOL

asha_share_payload

Ready-to-post social share payloads for an article (x, bluesky, threads, mastodon, telegram, whatsapp, facebook, linkedin): text within platform limits, hashtags, image, and intent URL.

asha.newsnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

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.