Skip to main content
Glama
pipeworx-io

mcp-bluesky

by pipeworx-io

mcp-bluesky

Bluesky MCP — обёртка над AT Protocol API

Входит в состав Pipeworx — MCP-шлюза, подключающего AI-агентов к 1394+ живым источникам данных.

Инструменты

Инструмент

Описание

get_profile

Находит профиль пользователя Bluesky по handle (например, "alice.bsky.social"). Возвращает отображаемое имя, био, количество подписчиков и подписок, аватар и статус верификации.

get_posts

Получает последние посты из ленты пользователя Bluesky. Возвращает текст постов, временные метки, лайки, репосты, количество ответов и ветки ответов.

search_posts

Ищет посты Bluesky по ключевому слову или фразе. Возвращает подходящие посты с handle авторов, временными метками, метриками вовлечённости и содержимым. Требует bsky_handle и bsky_app_password в query-параметрах URL шлюза.

get_feed

Получает посты из ленты Bluesky (например, "discover", "what's-hot"). Возвращает последние посты с авторами, временными метками и показателями вовлечённости.

get_followers

Получает подписчиков пользователя Bluesky по handle. Возвращает профили подписчиков: handle, отображаемые имена, био и количество подписчиков.

get_follows

Получает аккаунты, на которые подписан пользователь Bluesky. Возвращает профили подписок с handle, отображаемыми именами, био и описаниями.

get_thread

Получает ветку постов по URI. Возвращает родительский пост и все ответы в порядке беседы, с временными метками, авторами и данными о вовлечённости.

resolve_handle

Преобразует handle Bluesky в 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