Boring Social Analytics
Track performance and engagement across all your social media platforms. Powered by Boring.
Security & Data Handling
- - MCP link is a credential: Your MCP Server URL (
https://boring.aiagent-me.com/mcp/t/xxxxx...) contains an embedded authentication token. Treat it like a password — do not share it publicly. - Token scope: The embedded token is read-only for analytics. It can only fetch performance metrics and account metadata. It cannot publish, delete, or modify any content on your social media accounts.
- Token storage: The token is stored server-side in Boring's database (MongoDB on DigitalOcean). It is never written to your local filesystem. You can regenerate or revoke it anytime at boring.aiagent-me.com/settings.
- Data flow: Analytics queries are sent from Boring's server (Google Cloud, us-central1) to the platform's API on your behalf. Only performance metrics are retrieved — no content is uploaded or modified.
- No local credentials: No local API keys, environment variables, or secrets are needed. All auth is embedded in the MCP link.
- Third-party service: This skill relies on Boring, an open-source social media management tool. Source code: github.com/snoopyrain.
Prerequisites
- 1. Sign up at boring.aiagent-me.com with Google
- Connect accounts — supports Facebook, Instagram, Threads, YouTube, TikTok
- Get your MCP link: Go to Settings → copy your MCP Server URL (contains your auth token — treat it like a password)
- Add to Claude: Paste the MCP link as a Connector — no install, no API key needed
Available Analytics Tools
| Tool | Data Source | Best For |
|---|
| INLINECODE1 | Real-time platform API | Account-level overview (reach, engagement, followers) |
| INLINECODE2 |
Real-time platform API | Per-post/video metrics (views, likes, comments, shares) |
|
boring_get_posts_performance | Daily snapshots (collected at 2 AM) | Historical post performance over date ranges |
|
boring_get_publish_history | Boring database | Publishing history and status tracking |
Workflow
Step 1: List Accounts
Call boring_list_accounts to see all connected platforms. Show a summary to the user.
Step 2: Determine What the User Wants
| User Request | Tool to Use |
|---|
| "How is my account doing?" | INLINECODE6 |
| "Show my best posts" |
boring_get_video_analytics |
| "Performance over the last month" |
boring_get_posts_performance |
| "What did I post recently?" |
boring_get_publish_history |
| "Compare platforms" |
boring_get_performance for each platform |
Step 3: Fetch Data
Account-Level Performance
CODEBLOCK0
Returns metrics like reach, follower count, engagement rate, profile views.
Per-Post Analytics (Real-Time)
CODEBLOCK1
Returns per-post data: views, likes, comments, shares for up to 100 recent posts.
Historical Post Performance (Snapshots)
CODEBLOCK2
Returns post-level engagement, metrics, and content from daily collected snapshots.
Publishing History
CODEBLOCK3
Returns recent publishing activity with status and post IDs.
Step 4: Present Results
Format the data clearly for the user:
For account overview: Show key metrics in a summary table
For post analytics: Rank posts by engagement, highlight top performers
For cross-platform comparison: Side-by-side metrics across platforms
For historical data: Show trends over time
Metrics by Platform
Facebook
- -
page_media_view: Total video views - INLINECODE12 : Likes, comments, shares
- INLINECODE13 : Total page actions
Instagram
- -
reach: Accounts reached - INLINECODE15 : Total followers
- INLINECODE16 : Profile visits
- INLINECODE17 : Likes + comments + saves + shares
- Reels:
ig_reels_avg_watch_time, INLINECODE19
Threads
- -
views: Post views - INLINECODE21 ,
replies, reposts, INLINECODE24 - INLINECODE25 : Account followers
YouTube
- -
views, likes, comments, INLINECODE29 - INLINECODE30 : Total watch time
- INLINECODE31 : Average view duration
- INLINECODE32 / INLINECODE33
TikTok
- - Video views, likes, comments, shares
- Account-level performance metrics
Cross-Platform Comparison
When the user asks to compare platforms, fetch boring_get_performance for each connected account and present a unified table:
CODEBLOCK4
Error Handling
| Error | Solution |
|---|
| INLINECODE35 | MCP link may be invalid — regenerate it at boring.aiagent-me.com Settings |
| INLINECODE36 |
Run
boring_list_accounts to get valid IDs |
|
TokenExpired | Reconnect account at boring.aiagent-me.com |
| No data returned | Account may be newly connected — data collection runs daily at 2 AM |
Documentation
Full API docs: boring-doc.aiagent-me.com
无聊社交分析
跨所有社交媒体平台追踪表现与互动数据。由 Boring 提供技术支持。
安全与数据处理
- - MCP链接即凭证:您的MCP服务器URL(https://boring.aiagent-me.com/mcp/t/xxxxx...)包含嵌入式身份验证令牌。请像密码一样对待——切勿公开分享。
- 令牌范围:嵌入式令牌仅具有分析功能的只读权限。它只能获取表现指标和账户元数据,无法在您的社交媒体账户上发布、删除或修改任何内容。
- 令牌存储:令牌存储在Boring服务器端数据库(DigitalOcean上的MongoDB)中,绝不会写入您的本地文件系统。您可以随时在 boring.aiagent-me.com/settings 重新生成或撤销令牌。
- 数据流:分析查询从Boring服务器(Google Cloud,us-central1)代表您发送至平台API。仅检索表现指标——不会上传或修改任何内容。
- 无本地凭证:无需本地API密钥、环境变量或密钥。所有身份验证均嵌入在MCP链接中。
- 第三方服务:此技能依赖于 Boring,一款开源社交媒体管理工具。源代码:github.com/snoopyrain。
前置条件
- 1. 使用Google账号在 boring.aiagent-me.com 注册
- 连接账户——支持Facebook、Instagram、Threads、YouTube、TikTok
- 获取您的MCP链接:前往设置 → 复制您的MCP服务器URL(包含您的身份验证令牌——请像密码一样对待)
- 添加到Claude:将MCP链接粘贴为连接器——无需安装,无需API密钥
可用分析工具
| 工具 | 数据源 | 最佳用途 |
|---|
| boringgetperformance | 实时平台API | 账户级概览(覆盖量、互动量、粉丝数) |
| boringgetvideo_analytics |
实时平台API | 每篇帖子/视频指标(观看量、点赞数、评论数、分享数) |
| boring
getposts_performance | 每日快照(凌晨2点采集) | 历史帖子在日期范围内的表现 |
| boring
getpublish_history | Boring数据库 | 发布历史与状态追踪 |
工作流程
步骤1:列出账户
调用 boringlistaccounts 查看所有已连接平台。向用户展示摘要信息。
步骤2:确定用户需求
| 用户请求 | 使用的工具 |
|---|
| 我的账户表现如何? | boringgetperformance |
| 展示我最优秀的帖子 |
boring
getvideo_analytics |
| 过去一个月的表现 | boring
getposts_performance |
| 我最近发布了什么? | boring
getpublish_history |
| 比较各平台 | 每个平台使用 boring
getperformance |
步骤3:获取数据
账户级表现
boringgetperformance(
account_id=<账户ID>,
platform=instagram,
period=week // day、week 或 month
)
返回覆盖量、粉丝数、互动率、主页浏览量等指标。
每篇帖子分析(实时)
boringgetvideo_analytics(
account_id=<账户ID>,
platform=instagram,
limit=20 // 最大100
)
返回每篇帖子数据:最多100篇近期帖子的观看量、点赞数、评论数、分享数。
历史帖子表现(快照)
boringgetposts_performance(
account_id=<账户ID>,
since=2025-12-01, // YYYY-MM-DD(默认:30天前)
until=2025-12-31, // YYYY-MM-DD(默认:今天)
limit=20 // 最大100
)
返回每日采集快照中的帖子级互动、指标和内容。
发布历史
boringgetpublish_history(
limit=20,
platform=facebook // 可选筛选条件
)
返回包含状态和帖子ID的近期发布活动。
步骤4:呈现结果
为用户清晰格式化数据:
账户概览:在摘要表格中展示关键指标
帖子分析:按互动量排序帖子,突出表现最佳者
跨平台比较:各平台指标并列展示
历史数据:展示随时间变化的趋势
各平台指标
Facebook
- - pagemediaview:视频总观看量
- pagepostengagements:点赞、评论、分享
- pagetotalactions:主页总操作量
Instagram
- - reach:覆盖账户数
- followercount:总粉丝数
- profileviews:主页访问量
- totalinteractions:点赞 + 评论 + 收藏 + 分享
- Reels:igreelsavgwatchtime、igreelsvideoviewtotaltime
Threads
- - views:帖子观看量
- likes、replies、reposts、quotes
- followers_count:账户粉丝数
YouTube
- - views、likes、comments、shares
- estimatedMinutesWatched:总观看时长
- averageViewDuration:平均观看时长
- subscribersGained / subscribersLost
TikTok
- - 视频观看量、点赞数、评论数、分享数
- 账户级表现指标
跨平台比较
当用户要求比较平台时,为每个已连接账户获取 boringgetperformance 并呈现统一表格:
| 平台 | 覆盖量 | 互动量 | 粉丝数 |
|---|
| Facebook | 12,500 | 1,200 | 5,000 |
| Instagram |
8,300 | 2,100 | 3,200 |
| Threads | 3,100 | 450 | 1,800 |
| YouTube | 15,000 | 3,500 | 2,100 |
错误处理
| 错误 | 解决方案 |
|---|
| InvalidApiKey | MCP链接可能无效——在boring.aiagent-me.com设置中重新生成 |
| InvalidAccountId |
运行 boring
listaccounts 获取有效ID |
| TokenExpired | 在boring.aiagent-me.com重新连接账户 |
| 无数据返回 | 账户可能刚连接——数据采集每天凌晨2点运行 |
文档
完整API文档:boring-doc.aiagent-me.com