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 contains an embedded authentication token. Treat it like a password — do not share it publicly. Regenerate anytime in Settings.
- Data flow: Analytics queries are sent from Boring's server to social media platform APIs (Facebook, Instagram, Threads, YouTube, TikTok) on your behalf. Only performance metrics are retrieved — no content is uploaded.
- No local credentials: No local API keys or environment variables needed. All auth is embedded in the MCP link.
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 |
|---|
| INLINECODE0 | Real-time platform API | Account-level overview (reach, engagement, followers) |
| INLINECODE1 |
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?" | INLINECODE5 |
| "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 - INLINECODE11 : Likes, comments, shares
- INLINECODE12 : Total page actions
Instagram
- -
reach: Accounts reached - INLINECODE14 : Total followers
- INLINECODE15 : Profile visits
- INLINECODE16 : Likes + comments + saves + shares
- Reels:
ig_reels_avg_watch_time, INLINECODE18
Threads
- -
views: Post views - INLINECODE20 ,
replies, reposts, INLINECODE23 - INLINECODE24 : Account followers
YouTube
- -
views, likes, comments, INLINECODE28 - INLINECODE29 : Total watch time
- INLINECODE30 : Average view duration
- INLINECODE31 / INLINECODE32
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 |
|---|
| INLINECODE34 | MCP link may be invalid — regenerate it at boring.aiagent-me.com Settings |
| INLINECODE35 |
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 Social Analytics
追踪你在所有社交媒体平台上的表现和互动情况。由 Boring 提供技术支持。
安全与数据处理
- - MCP 链接即凭证:你的 MCP 服务器 URL 包含一个嵌入式的身份验证令牌。请像对待密码一样对待它——不要公开分享。可随时在设置中重新生成。
- 数据流向:分析查询由 Boring 服务器代表你发送至社交媒体平台 API(Facebook、Instagram、Threads、YouTube、TikTok)。仅获取表现指标——不会上传任何内容。
- 无需本地凭证:无需本地 API 密钥或环境变量。所有身份验证信息均嵌入在 MCP 链接中。
前置条件
- 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 数据库 | 发布历史与状态追踪 |
工作流程
第一步:列出账号
调用 boringlistaccounts 查看所有已关联的平台。向用户展示摘要信息。
第二步:确定用户需求
| 用户请求 | 使用工具 |
|---|
| 我的账号表现如何? | boringgetperformance |
| 展示我表现最好的帖子 |
boring
getvideo_analytics |
| 过去一个月的表现 | boring
getposts_performance |
| 我最近发布了什么? | boring
getpublish_history |
| 比较各平台 | 为每个平台调用 boring
getperformance |
第三步:获取数据
账号级表现
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 的近期发布活动。
第四步:呈现结果
为用户清晰格式化数据:
账号概览:以摘要表格形式展示关键指标
帖子分析:按互动量排序帖子,突出表现最佳者
跨平台比较:各平台指标并排展示
历史数据:展示随时间变化的趋势
各平台指标
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