mcp-bluesky
mcp-bluesky
Bluesky MCP — 封装 AT Protocol API
是 Pipeworx 的一部分 — 一个将 AI 智能体连接到 1394+ 个实时数据源的 MCP 网关。
工具
工具 | 描述 |
| 按 handle(例如 "alice.bsky.social")查询 Bluesky 用户的个人资料。返回显示名称、简介、关注者/正在关注数、头像和验证状态。 |
| 获取 Bluesky 用户时间线上的最新帖子。返回帖子正文、时间戳、点赞数、转发数、回复数以及线程式回复。 |
| 按关键词或短语搜索 Bluesky 帖子。返回匹配的帖子,包含作者 handle、时间戳、互动指标和内容。需要在网关 URL 查询参数中包含 bsky_handle 和 bsky_app_password。 |
| 获取 Bluesky 信息流中的帖子(例如 "discover"、"what's-hot")。返回最新帖子,包含作者、时间戳和互动数量。 |
| 按 handle 获取某用户在 Bluesky 上的粉丝。返回粉丝资料,包括 handle、显示名称、简介和描述。 |
| 按 handle 获取某 Bluesky 用户关注的账号。返回所关注账号的资料,包括 handle、显示名称、简介和描述。 |
| 按 URI 获取帖子线程。按对话顺序返回父帖子和所有回复,并附上时间戳、作者和互动数据。 |
| 将 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
This server cannot be installed
Maintenance
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
- AlicenseBqualityDmaintenanceFacilitates 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.814MIT
- AlicenseAqualityAmaintenanceEnables 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.51518MIT
- FlicenseBqualityDmaintenanceA 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
- AlicenseAqualityCmaintenanceEnables 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.118MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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