← Registry

Productivity

attention.me

Manages attention watch drafts and user preferences via Telegram.

1 endpoint4 known toolsFirst detected May 17, 2026Last detected September 4, 2026

ENDPOINT 1

https://attention.me/mcp

No auth detected

MCP server metadata

Name
attention
Version
0.1.0
Capabilities
tools
Server instructions

Use create_telegram_watch to create an Attention Telegram draft from a concise watch prompt. Return the Telegram link to the user and tell them to tap Start. Do not claim the watch is active until check_telegram_watch_status returns active. Use preference tools only for scoped tuning keyed by the returned publicToken.

Known tools 4

create_telegram_watch

Create an anonymous Attention watch draft from a synthesized user prompt and return the Telegram activation link.

Potential side effects
check_telegram_watch_status

Check whether an Attention guest Telegram watch has been activated by the human in Telegram.

Inferred read-only
get_brief_preferences

Read the compact preference state and pending suggestions for an Attention guest watch.

Inferred read-only
submit_brief_preference

Submit a scoped preference action for an Attention guest watch.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "attention": {
      "type": "http",
      "url": "https://attention.me/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for attention.me was fetched 2026-07-31T05:21:09.193Z and is being refreshed.

Trust status Trusted

attention.me is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.