← 返回
未分类 Key 中文

Pipeworx bluesky

Read Bluesky profiles, posts, feeds, followers, and threads via the AT Protocol — 8 tools, mostly public endpoints
通过 AT 协议读取Bluesky 个人资料、帖子、动态、关注者及话题,共 8 个工具,多为公开端点
brucegutman brucegutman 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 254
下载
💾 0
安装
1
版本
#latest

概述

Bluesky

Tap into the Bluesky social network through the AT Protocol. Most tools work without authentication against the public API — you can read profiles, browse feeds, list followers, and view threads. Post search requires BYO credentials.

All 8 tools

ToolAuthPurpose
---------------------
get_profilePublicUser profile by handle (e.g., jay.bsky.team)
get_postsPublicRecent posts from a user's feed
search_postsAuth requiredSearch posts by keyword
get_feedPublicBrowse a feed generator (default: What's Hot)
get_followersPublicList a user's followers
get_followsPublicList accounts a user follows
get_threadPublicFull thread from a post's AT URI
resolve_handlePublicResolve a handle to its DID

When to use

  • Monitoring mentions of a brand or project on Bluesky
  • Analyzing follower/following graphs for social network research
  • Pulling recent posts from a specific user to summarize or quote
  • Building a Bluesky dashboard that aggregates multiple feeds

Example: reading someone's recent posts

curl -s -X POST https://gateway.pipeworx.io/bluesky/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_posts","arguments":{"handle":"jay.bsky.team","limit":5}}}'

Each post includes the text, timestamp, like count, repost count, and reply count.

Authentication note

search_posts requires Bluesky credentials. Pass them as query parameters on the gateway URL:

https://gateway.pipeworx.io/bluesky/mcp?bsky_handle=you.bsky.social&bsky_app_password=xxxx-xxxx-xxxx

All other tools work anonymously.

MCP client config

{
  "mcpServers": {
    "pipeworx-bluesky": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/bluesky/mcp"]
    }
  }
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 23:59 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Pipeworx sunrisesunset

brucegutman
提供全球任意地点和日期的日出、日落、黎明、黄昏、太阳正午、黄金时段及昼长精确时刻。
★ 0 📥 588

Pipeworx crypto

brucegutman
通过CoinGecko获取加密货币价格、市值排名及法币转换
★ 0 📥 455

Pipeworx disease

brucegutman
COVID-19统计数据 —全球累计、各国明细、历史趋势及来自 disease.sh 的疫苗接种数据
★ 0 📥 427