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

ハンドル(例: "alice.bsky.social")から Bluesky ユーザーのプロフィールを検索します。表示名、自己紹介、フォロワー数 / フォロー数、アバター、認証ステータスを返します。

get_posts

Bluesky ユーザーのタイムラインから最近の投稿を取得します。投稿テキスト、タイムスタンプ、いいね数、リポスト数、返信数、スレッド化された返信を返します。

search_posts

Bluesky の投稿をキーワードまたは語句で検索します。一致する投稿(作成者のハンドル、タイムスタンプ、エンゲージメント指標、コンテンツ)を返します。ゲートウェイ URL のクエリパラメータに bsky_handle と bsky_app_password が必要です。

get_feed

Bluesky フィード(例: "discover"、"what's-hot")から投稿を取得します。作成者、タイムスタンプ、エンゲージメント数を含む最近の投稿を返します。

get_followers

ハンドルから Bluesky ユーザーのフォロワーを取得します。フォロワーのプロフィール(ハンドル、表示名、自己紹介、フォロワー数)を返します。

get_follows

ハンドルから Bluesky ユーザーがフォローしているアカウントを取得します。フォロー中のプロフィール(ハンドル、表示名、自己紹介、説明)を返します。

get_thread

URI から投稿スレッドを取得します。会話の順序に従い、親投稿とすべての返信を、タイムスタンプ、著者、エンゲージメントデータとともに返します。

resolve_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