Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
 CCTelegram : Bridge + MCP Server $1 $1 $1 $1 $1 $1 $1 $1 $1 $1 $1 $1 $1 TL;DR **Complete Notification Ecosystem for $1 over $1** CCTelegram consists of **two complementary components** that work together seamlessly: π **MCP Server** (TypeScript) - Integrates directly with Claude Code via MCP protocol π **Bridge** (Rust) - High-performance background service for Telegram communication **Get real-time notifications, Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.
Freshness
Last checked 2/22/2026
Best For
Contract is available with explicit auth and schema references.
Not Ideal For
cctelegram is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.
Evidence Sources Checked
editorial-content, capability-contract, runtime-metrics, public facts pack
 CCTelegram : Bridge + MCP Server $1 $1 $1 $1 $1 $1 $1 $1 $1 $1 $1 $1 $1 TL;DR **Complete Notification Ecosystem for $1 over $1** CCTelegram consists of **two complementary components** that work together seamlessly: π **MCP Server** (TypeScript) - Integrates directly with Claude Code via MCP protocol π **Bridge** (Rust) - High-performance background service for Telegram communication **Get real-time notifications,
Public facts
6
Change events
1
Artifacts
0
Freshness
Feb 22, 2026
Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Feb 22, 2026
Vendor
Co8
Artifacts
0
Benchmarks
0
Last release
0.9.0
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.
Setup snapshot
git clone https://github.com/co8/cctelegram.gitSetup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Co8
Protocol compatibility
MCP
Auth modes
mcp, api_key
Machine-readable schemas
OpenAPI or schema references published
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
bash
# Download both MCP Server and built Bridge git clone https://github.com/co8/cctelegram.git cd cctelegram/mcp-server # Install MCP Server + Slash Commands ./install.sh # Configure your tokens (installer guides you) export TELEGRAM_BOT_TOKEN="your_bot_token_here" export TELEGRAM_ALLOWED_USERS="your_user_id_here" # Bridge starts automatically in background
bash
# Restart Claude Code, then test with MCP tools: @cctelegram send_telegram_message "π CCTelegram v1.9.0 Enterprise Testing Complete!"
text
βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββ
β Claude Code β β MCP Server β β Bridge App β β Telegram Bot β
β β β (TypeScript) β β (Rust Daemon) β β β
β βββββββββββββββ β β βββββββββββββββ β β βββββββββββββββ β β βββββββββββββββ β
β βMCP Tools βββΌβββββΌβΊβMCP Protocol βββΌβββββΌβΊβFile Watcher β β β βBot Client β β
β β@cctelegram β β β βHandler β β β β β β β β β β
β βββββββββββββββ β β βββββββ¬ββββββββ β β βββββββ¬ββββββββ β β βββββββ²ββββββββ β
βββββββββββββββββββ β βββββββΌββββββββ β β βββββββΌββββββββ β βββββββββΌββββββββββ
β βEvent File β β β βEvent β β β
β βGenerator β β β βProcessor β β βββββββββΌββββββββ
β βββββββββββββββ β β βββββββ¬ββββββββ β β Telegram API β
βββββββββββββββββββ β βββββββΌββββββββ β βββββββββ¬ββββββββ
β βTelegram Bot β β β
~/.cc_telegram/ β βClient β β βββββββββΌββββββββ
βββββββββββββββββββββββ β βββββββββββββββ β β User Device β
βevents/ βββββββββββββββββββ€ β β β
βββ task_123.json β β βββββββββββββββ β β βββββββββββββ β
βββ approval_456.json β β βResponse β β β βTelegram β β
βββ progress_789.json β β βHandler β β β βApp β β
β β β βββββββ²ββββββββ β β βββββββββββββ β
βresponses/ βββββββββββββββββββ€ β β βββββββββββββββββ
βββ approval_456.json β β β β
βββ command_890.json β βββββββββΌββββββββββ
βββββββββββββββββββββββ bash
π¦ Rust Unit Tests 122 β # Core business logic π E2E Integration Tests 32 β # Full system workflows π± Cross-Platform Tests 15 β # Multi-browser support π Performance Tests 8 β # Load & stress testing π¨ Visual Regression 6 β # UI consistency checks β‘ API Validation Tests 5 β # Endpoint functionality
text
cctelegram/ βββ docs/ # π Unified Documentation Hub β βββ API_REFERENCE.md # π Tools & Events Reference β βββ INSTALLATION.md # β‘ Setup Guide β βββ TROUBLESHOOTING.md # π§ Problem Solving β βββ SECURITY.md # π‘οΈ Security & Compliance β βββ CONTRIBUTING.md # π€ Developer Guide β βββ assets/ # πΈ Screenshots & Images β βββ components/ # π§© Component Documentation β β βββ mcp-server.md # MCP Server Guide β β βββ benchmarking.md # Performance Testing β β βββ observability.md # Monitoring & Metrics β βββ testing/ # π§ͺ Testing Documentation β β βββ emulation.md # Bot API Emulation β β βββ playwright.md # E2E Testing β β βββ chaos-engineering.md # Chaos Testing β β βββ contract-testing.md # Contract Testing β βββ mcp-server/ # π MCP Server Technical Docs β βββ api/ # API Documentation β βββ deployment/ # Deployment Guides β βββ guide/ # User Guides β βββ examples/ # Code Examples βββ src/ # π¦ Rust Bridge Source β βββ config/ # βοΈ Configuration Management β βββ events/ # π‘ Event Processing & Queuing β βββ storage/ # πΎ Persistence & Compression β βββ telegram/ # π± Telegram Bot Integration β βββ mcp/ # π MCP Protocol Support β βββ tier_orchestrator/ # ποΈ Advanced Orchestration β βββ utils/ # π οΈ Utilities & Health Checks βββ mcp-server/ # π MCP Server (TypeScript) β βββ src/ # πΌ Server Implementation β βββ scripts/ # π Build & Deploy Tools β βββ install.sh # β‘ One-click installer βββ tests/ # π Unified Testing Hub β βββ mcp-server/ # MCP Server Test Suite β β βββ unit/ # Unit Tests β
mermaid
graph LR
A[π©βπ» Claude Code] -->|MCP Protocol| B[π MCP Server v1.9.0]
B -->|Event Files| C[π Bridge v0.9.0]
C -->|Bot API| D[π± Telegram]
style A fill:#FF8C42,color:#fff
style B fill:#2da199,color:#fff
style C fill:#FF6B6B,color:#fff
style D fill:#26A5E4,color:#fffFull documentation captured from public sources, including the complete README when available.
Docs source
GITHUB MCP
Editorial quality
ready
 CCTelegram : Bridge + MCP Server $1 $1 $1 $1 $1 $1 $1 $1 $1 $1 $1 $1 $1 TL;DR **Complete Notification Ecosystem for $1 over $1** CCTelegram consists of **two complementary components** that work together seamlessly: π **MCP Server** (TypeScript) - Integrates directly with Claude Code via MCP protocol π **Bridge** (Rust) - High-performance background service for Telegram communication **Get real-time notifications,

Complete Notification Ecosystem for Claude Code over Telegram
CCTelegram consists of two complementary components that work together seamlessly:
π MCP Server (TypeScript) - Integrates directly with Claude Code via MCP protocol
π Bridge (Rust) - High-performance background service for Telegram communication
Get real-time notifications, interactive approvals, and comprehensive development workflow integration.
Built specifically for the Claude Code + developer mindset.
π‘οΈ Security Score: 8.5/10 (LOW RISK) | π OWASP Top 10 2021: 100% Compliant | β Zero Critical Vulnerabilities
/newbot# Download both MCP Server and built Bridge
git clone https://github.com/co8/cctelegram.git
cd cctelegram/mcp-server
# Install MCP Server + Slash Commands
./install.sh
# Configure your tokens (installer guides you)
export TELEGRAM_BOT_TOKEN="your_bot_token_here"
export TELEGRAM_ALLOWED_USERS="your_user_id_here"
# Bridge starts automatically in background
# Restart Claude Code, then test with MCP tools:
@cctelegram send_telegram_message "π CCTelegram v1.9.0 Enterprise Testing Complete!"
π You should get a Telegram notification within seconds!
How it works: MCP Server processes the command in Claude Code β Bridge detects the event file β Sends to Telegram
Both components work together automatically - no manual management needed.
βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββ
β Claude Code β β MCP Server β β Bridge App β β Telegram Bot β
β β β (TypeScript) β β (Rust Daemon) β β β
β βββββββββββββββ β β βββββββββββββββ β β βββββββββββββββ β β βββββββββββββββ β
β βMCP Tools βββΌβββββΌβΊβMCP Protocol βββΌβββββΌβΊβFile Watcher β β β βBot Client β β
β β@cctelegram β β β βHandler β β β β β β β β β β
β βββββββββββββββ β β βββββββ¬ββββββββ β β βββββββ¬ββββββββ β β βββββββ²ββββββββ β
βββββββββββββββββββ β βββββββΌββββββββ β β βββββββΌββββββββ β βββββββββΌββββββββββ
β βEvent File β β β βEvent β β β
β βGenerator β β β βProcessor β β βββββββββΌββββββββ
β βββββββββββββββ β β βββββββ¬ββββββββ β β Telegram API β
βββββββββββββββββββ β βββββββΌββββββββ β βββββββββ¬ββββββββ
β βTelegram Bot β β β
~/.cc_telegram/ β βClient β β βββββββββΌββββββββ
βββββββββββββββββββββββ β βββββββββββββββ β β User Device β
βevents/ βββββββββββββββββββ€ β β β
βββ task_123.json β β βββββββββββββββ β β βββββββββββββ β
βββ approval_456.json β β βResponse β β β βTelegram β β
βββ progress_789.json β β βHandler β β β βApp β β
β β β βββββββ²ββββββββ β β βββββββββββββ β
βresponses/ βββββββββββββββββββ€ β β βββββββββββββββββ
βββ approval_456.json β β β β
βββ command_890.json β βββββββββΌββββββββββ
βββββββββββββββββββββββ β
ββββββββΌβββββββ
β Response β
β Files β
βββββββββββββββ
| Build Success | Security Audit | Code Review |
| :-: | :-: | :-: |
|
|
|
|
| β
Comprehensive build metrics | π‘οΈ Zero-vulnerability reports | π Detailed review summaries |
| Real-time CI/CD pipeline results with test coverage, bundle optimization, and deployment readiness | OWASP-compliant security scans with vulnerability breakdown and compliance scoring | Pull request analysis with code quality metrics and approval workflows |
| Initial Request and Response Options | Detailed Review | Final Confirmation |
| :-: | :-: | :-: |
|
|
|
<br/>
|
| π Production Deployment | π Comprehensive Details | β
Confirmed Response |
| Critical changes with rating icons, pre-flight check status, and interactive approve/deny buttons | Enhanced authentication, performance improvements, security patches, and rollback planning | Real-time confirmation with timestamp and deployment tracking |
β See all features & capabilities - Complete feature reference
Zero Message Loss Achievement - Comprehensive reliability improvements targeting 100% message delivery:
Rust Library Tests: 122/122 β
End-to-End Tests: 32/32 β
Test Categories:
π¦ Rust Unit Tests 122 β
# Core business logic
π E2E Integration Tests 32 β
# Full system workflows
π± Cross-Platform Tests 15 β
# Multi-browser support
π Performance Tests 8 β
# Load & stress testing
π¨ Visual Regression 6 β
# UI consistency checks
β‘ API Validation Tests 5 β
# Endpoint functionality
Quality Gates:
cctelegram/
βββ docs/ # π Unified Documentation Hub
β βββ API_REFERENCE.md # π Tools & Events Reference
β βββ INSTALLATION.md # β‘ Setup Guide
β βββ TROUBLESHOOTING.md # π§ Problem Solving
β βββ SECURITY.md # π‘οΈ Security & Compliance
β βββ CONTRIBUTING.md # π€ Developer Guide
β βββ assets/ # πΈ Screenshots & Images
β βββ components/ # π§© Component Documentation
β β βββ mcp-server.md # MCP Server Guide
β β βββ benchmarking.md # Performance Testing
β β βββ observability.md # Monitoring & Metrics
β βββ testing/ # π§ͺ Testing Documentation
β β βββ emulation.md # Bot API Emulation
β β βββ playwright.md # E2E Testing
β β βββ chaos-engineering.md # Chaos Testing
β β βββ contract-testing.md # Contract Testing
β βββ mcp-server/ # π MCP Server Technical Docs
β βββ api/ # API Documentation
β βββ deployment/ # Deployment Guides
β βββ guide/ # User Guides
β βββ examples/ # Code Examples
βββ src/ # π¦ Rust Bridge Source
β βββ config/ # βοΈ Configuration Management
β βββ events/ # π‘ Event Processing & Queuing
β βββ storage/ # πΎ Persistence & Compression
β βββ telegram/ # π± Telegram Bot Integration
β βββ mcp/ # π MCP Protocol Support
β βββ tier_orchestrator/ # ποΈ Advanced Orchestration
β βββ utils/ # π οΈ Utilities & Health Checks
βββ mcp-server/ # π MCP Server (TypeScript)
β βββ src/ # πΌ Server Implementation
β βββ scripts/ # π Build & Deploy Tools
β βββ install.sh # β‘ One-click installer
βββ tests/ # π Unified Testing Hub
β βββ mcp-server/ # MCP Server Test Suite
β β βββ unit/ # Unit Tests
β β βββ integration/ # Integration Tests
β β βββ e2e/ # End-to-End Tests
β β βββ performance/ # Performance Tests
β β βββ chaos/ # Chaos Engineering
β β βββ contract/ # Contract Testing
β βββ playwright/ # π― E2E Browser Tests
β βββ emulation/ # π‘ Bot API Emulation
β βββ *.rs # Rust Integration Tests
β βββ *.sh # Test Scripts
βββ examples/ # π‘ Usage Examples & Demos
βββ scripts/ # βοΈ Automation Scripts
βββ monitoring/ # π Prometheus & Grafana
βββ target/ # ποΈ Rust Build Artifacts
βββ .taskmaster/ # π Task Master Integration
Complete documentation in 7 focused files:
<div align="center">| Get Started | Power Users | Contributors & Operators | | :-: | :-: | :-: | | π Overview β<br/>Project overview & quick start | π API Reference β<br/>All 20+ tools & 44+ events | π€ Contributing β<br/>Developer guide & workflows | | β‘ Installation β<br/>Complete setup in <10 minutes | π§ Troubleshooting β<br/>Problem-solving & diagnostics | ποΈ Architecture β<br/>Technical design & system overview | | π‘οΈ Security β<br/>Security policy & compliance | | |
</div>Total documentation: 2,400+ lines across 7 core files plus comprehensive component & testing docs (streamlined from 10,000+ lines across 97+ files)
graph LR
A[π©βπ» Claude Code] -->|MCP Protocol| B[π MCP Server v1.9.0]
B -->|Event Files| C[π Bridge v0.9.0]
C -->|Bot API| D[π± Telegram]
style A fill:#FF8C42,color:#fff
style B fill:#2da199,color:#fff
style C fill:#FF6B6B,color:#fff
style D fill:#26A5E4,color:#fff
π― Streamlined Documentation Experience:
Task Completion Notification:
# Your build system creates this file when a task completes:
echo '{
"type": "task_completion",
"source": "ci_system",
"title": "β
Deploy Complete",
"description": "Production deployment v2.1.0 successful"
}' > ~/.cc_telegram/events/deploy-complete.json
# CCTelegram instantly sends: "β
Deploy Complete β° 14:30 UTC
# Production deployment v2.1.0 successful"
Performance Alert:
# Monitoring system triggers alert:
echo '{
"type": "performance_alert",
"title": "β οΈ Memory High",
"description": "Server memory usage: 85% (threshold: 80%)"
}' > ~/.cc_telegram/events/memory-alert.json
# Get instant notification with threshold details
Manual Bridge Setup (Advanced Users):
# Download and extract latest release
# Get the latest release URL automatically
LATEST_URL=$(curl -s https://api.github.com/repos/co8/cctelegram/releases/latest | grep "tarball_url" | cut -d '"' -f 4)
curl -L "$LATEST_URL" -o cctelegram-latest.tar.gz
tar -xzf cctelegram-latest.tar.gz
cd co8-cctelegram-*
cargo build --release
# Configure and run
export TELEGRAM_BOT_TOKEN="your_bot_token_here"
export TELEGRAM_ALLOWED_USERS="your_user_id_here"
./target/release/cctelegram-bridge
# Test with file creation
mkdir -p ~/.cc_telegram/events
echo '{"type": "task_completion", "title": "Bridge Test", "description": "Manual setup working"}' > ~/.cc_telegram/events/test.json
Build from Source:
git clone https://github.com/co8/cctelegram.git
cd cctelegram
cargo build --release
./target/release/cctelegram-bridge
Built with β€οΈ in Rust | π Enterprise Security | β OWASP Compliant | π‘οΈ Zero Critical Vulnerabilities
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
ready
Auth
mcp, api_key
Streaming
Yes
Data region
global
Protocol support
Requires: mcp, lang:typescript, streaming
Forbidden: none
Guardrails
Operational confidence: medium
curl -s "https://xpersona.co/api/v1/agents/mcp-co8-cctelegram/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-co8-cctelegram/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-co8-cctelegram/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
74
Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Rank
72
An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Contract JSON
{
"contractStatus": "ready",
"authModes": [
"mcp",
"api_key"
],
"requires": [
"mcp",
"lang:typescript",
"streaming"
],
"forbidden": [],
"supportsMcp": true,
"supportsA2a": false,
"supportsStreaming": true,
"inputSchemaRef": "https://github.com/co8/cctelegram#input",
"outputSchemaRef": "https://github.com/co8/cctelegram#output",
"dataRegion": "global",
"contractUpdatedAt": "2026-02-24T19:46:32.448Z",
"sourceUpdatedAt": "2026-02-24T19:46:32.448Z",
"freshnessSeconds": 4433265
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-co8-cctelegram/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/mcp-co8-cctelegram/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/mcp-co8-cctelegram/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/mcp-co8-cctelegram/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-co8-cctelegram/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-co8-cctelegram/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_MCP",
"generatedAt": "2026-04-17T03:14:18.094Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "MCP",
"type": "protocol",
"support": "supported",
"confidenceSource": "contract",
"notes": "Confirmed by capability contract"
}
],
"flattenedTokens": "protocol:MCP|supported|contract"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "MCP",
"href": "https://xpersona.co/api/v1/agents/mcp-co8-cctelegram/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-co8-cctelegram/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:46:32.448Z",
"isPublic": true
},
{
"factKey": "auth_modes",
"category": "compatibility",
"label": "Auth modes",
"value": "mcp, api_key",
"href": "https://xpersona.co/api/v1/agents/mcp-co8-cctelegram/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-co8-cctelegram/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:46:32.448Z",
"isPublic": true
},
{
"factKey": "schema_refs",
"category": "artifact",
"label": "Machine-readable schemas",
"value": "OpenAPI or schema references published",
"href": "https://github.com/co8/cctelegram#input",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-co8-cctelegram/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:46:32.448Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Co8",
"href": "https://github.com/co8/cctelegram#readme",
"sourceUrl": "https://github.com/co8/cctelegram#readme",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/mcp-co8-cctelegram/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-co8-cctelegram/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub Β· GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to cctelegram and adjacent AI workflows.