← Discover MCPs and Agents
h
MCPOtherMCP Registry

hamir

News search, article lookup, story coverage and save links for hamir's RSS catalogue

Links

README

From the repo.

hamir MCP server

Keep in touch with your favorite topics with hamir and your AI agent of choice.

  • "What stories are most sources covering today?"
  • "What has The Kyiv Independent published lately?"
  • "Show me hamir's packs about technology."
  • "Save this to hamir with a note: read before Friday."

Tools

None of them change anything on hamir's server.

ToolReturns
searchArticles matching a query, each with an id for fetch
fetchOne article: title, source, date, link and the snippet where allowed
search_sourcesNews sites, magazines and blogs by name, website or topic
get_source_articlesThe newest articles from one source
todays_coverageThe stories the most sources are covering
list_packshamir's hand-picked packs of sources
get_packThe sources in one pack
save_articlesOne link that saves up to 50 articles, with notes, once you confirm in the app

Articles come back as headline, source, date and link. The feed's own snippet is included only where the source allows AI summaries. Article text is never returned, and results are capped per call.

Connect

The server is at https://hamir.app/mcp (Streamable HTTP, no sign-in). Add that URL to any MCP client.

ClientHow
ChatGPTDeveloper mode, then Plugins → + → server URL, No Authentication
Claude (web and mobile)Settings → Connectors → Add custom connector, No sign-in
Claude Codeclaude mcp add -t http -s user hamir https://hamir.app/mcp
Codexcodex mcp add hamir --url https://hamir.app/mcp
Cursor, VS Code, Gemini CLI, Zed and 6 moredocs/clients.md

Desktop extension

For Claude Desktop, this repo also builds a one-click extension: download hamir.mcpb from the latest release and open it. It's a small local bridge to the same server, so new tools appear without an update, and it adds settings for language and error reports.

VariablePurpose
HAMIR_LANGUAGELanguage for pack names and labels, such as uk
HAMIR_ERROR_REPORTStrue to send error reports; off otherwise
HAMIR_MCP_URLAnother server to forward to, for development

Development

npm install
npm run typecheck && npm test
npm run sync-manifest    # copy tools and languages from the server into manifest.json
npm run pack             # build hamir.mcpb

Privacy Policy

The full policy is at hamir.app/privacy.

  • Collected: each tool call's arguments (such as a search query) and the language setting. No account, name, email, cookie or device identifier. Your conversation is not sent.
  • Use and storage: arguments are used to answer the call and are not stored. Your IP address is used for rate limiting, in counters that expire within five minutes, and is written with your user agent to hamir's request logs.
  • Sharing: none. You can opt in to anonymous error reports ("Send error reports" in the extension's settings, or HAMIR_ERROR_REPORTS=true), which go to hamir's self-hosted tracker without your IP address, cookies or what you searched for.
  • Retention: arguments are not kept. Request logs (IP address, user agent and path, never arguments) are deleted after 30 days, and error reports after 90.
  • Contact: hello@hamir.app

Licence

The code is MIT. The hamir name and logo (icon.png) are not covered: they identify the hamir app, and forks must use their own.

Config for your environment

Use the endpoint URL below in your config. No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://hamir.app/mcp"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.