← hamir.app

INDIVIDUAL MCP TOOL

fetch

One article by the id that search returns: title, source, date, link and, where the source allows AI summaries, the feed's own snippet.

hamir.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://hamir.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for fetch and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

hamir.app

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

.mcp.json

{
  "mcpServers": {
    "hamir": {
      "type": "http",
      "url": "https://hamir.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search — Search articles from the sources in hamir's catalogue.
  • search_sources — Find news sites, magazines and blogs in hamir's catalogue by name, website or topic.
  • get_source_articles — The newest articles from one source, by the source_id that search_sources returns.
  • todays_coverage — The stories the most sources in hamir's catalogue are covering right now, each with a few articles from different sources.
  • list_packs — hamir's editorial packs: hand-picked sets of sources on one subject, grouped by section.
  • get_pack — One pack's sources, by the slug that list_packs returns.
  • save_articles — Make one link that saves up to 50 articles to the reader's hamir library, each with an optional note.