← attention.me
INDIVIDUAL MCP TOOL
create_telegram_watch
Create an anonymous Attention watch draft from a synthesized user prompt and return the Telegram activation link.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
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.
Related tools
check_telegram_watch_status— Check whether an Attention guest Telegram watch has been activated by the human in Telegram.get_brief_preferences— Read the compact preference state and pending suggestions for an Attention guest watch.submit_brief_preference— Submit a scoped preference action for an Attention guest watch.