Skip to main content
Glama
pipeworx-io

mcp-bluesky

by pipeworx-io

mcp-bluesky

Bluesky MCP — 封装 AT Protocol API

Pipeworx 的一部分 — 一个将 AI 智能体连接到 1394+ 个实时数据源的 MCP 网关。

工具

工具

描述

get_profile

按 handle(例如 "alice.bsky.social")查询 Bluesky 用户的个人资料。返回显示名称、简介、关注者/正在关注数、头像和验证状态。

get_posts

获取 Bluesky 用户时间线上的最新帖子。返回帖子正文、时间戳、点赞数、转发数、回复数以及线程式回复。

search_posts

按关键词或短语搜索 Bluesky 帖子。返回匹配的帖子,包含作者 handle、时间戳、互动指标和内容。需要在网关 URL 查询参数中包含 bsky_handle 和 bsky_app_password。

get_feed

获取 Bluesky 信息流中的帖子(例如 "discover"、"what's-hot")。返回最新帖子,包含作者、时间戳和互动数量。

get_followers

按 handle 获取某用户在 Bluesky 上的粉丝。返回粉丝资料,包括 handle、显示名称、简介和描述。

get_follows

按 handle 获取某 Bluesky 用户关注的账号。返回所关注账号的资料,包括 handle、显示名称、简介和描述。

get_thread

按 URI 获取帖子线程。按对话顺序返回父帖子和所有回复,并附上时间戳、作者和互动数据。

resolve_handle

将 Bluesky handle 转换为 DID(去中心化标识符)。返回该 DID,供程序化账号查询使用。

Related MCP server: AT Protocol MCP Server

快速开始

添加到你的 MCP 客户端(Claude Desktop、Cursor、Windsurf 等):

{
  "mcpServers": {
    "bluesky": {
      "url": "https://gateway.pipeworx.io/bluesky/mcp"
    }
  }
}

或连接完整的 Pipeworx 网关,以访问全部 1394+ 个数据源:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

与 ask_pipeworx 一起使用

无需直接调用工具,你可以用日常英语提问:

ask_pipeworx({ question: "your question about Bluesky data" })

网关会自动选择合适的工具并自动填充参数。

更多

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Facilitates interaction with the BlueSky social network via its official API, allowing users to retrieve detailed user profiles and following lists with authentication and error handling capabilities.
    8
    14
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables LLMs to interact with the AT Protocol ecosystem, including Bluesky, through natural language. Supports public data access without authentication and full write operations with authentication.
    51
    51
    8
    MIT
  • F
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol server that connects to Bluesky and provides natural language tools to interact with the ATProtocol, enabling feed fetching, post management, search, and profile analysis.
    32
  • A
    license
    A
    quality
    C
    maintenance
    Enables search, reading, and posting to Bluesky from any MCP client; features 11 tools (5 read, 6 write) with gated writes requiring explicit confirmation to prevent accidental publishing.
    11
    8
    MIT

View all related MCP servers

Related MCP Connectors

  • Search posts, profiles, feeds, threads, and trending topics on Bluesky.

  • X (formerly Twitter) posts, profiles, and search for AI agents. Free key, self-minted, no signup.

  • Search Hacker News, Bluesky, and Substack from a single MCP interface

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-bluesky'

If you have feedback or need assistance with the MCP directory API, please join our Discord server