ENDPOINT 1
https://attention.me/mcp
MCP server metadata
- Name
- attention
- Version
- 0.1.0
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_watchCreate an anonymous Attention watch draft from a synthesized user prompt and return the Telegram activation link.
Potential side effectscheck_telegram_watch_statusCheck whether an Attention guest Telegram watch has been activated by the human in Telegram.
Inferred read-onlyget_brief_preferencesRead the compact preference state and pending suggestions for an Attention guest watch.
Inferred read-onlysubmit_brief_preferenceSubmit a scoped preference action for an Attention guest watch.
Inferred read-onlyCONNECT 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.
attention.me is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.