mcp-bluesky
mcp-bluesky
Bluesky MCP — AT Protocol API をラップします。
Pipeworx の一部 — AI エージェントを 1394+ のライブデータソースに接続する MCP ゲートウェイです。
ツール
ツール | 説明 |
| ハンドル(例: "alice.bsky.social")から Bluesky ユーザーのプロフィールを検索します。表示名、自己紹介、フォロワー数 / フォロー数、アバター、認証ステータスを返します。 |
| Bluesky ユーザーのタイムラインから最近の投稿を取得します。投稿テキスト、タイムスタンプ、いいね数、リポスト数、返信数、スレッド化された返信を返します。 |
| Bluesky の投稿をキーワードまたは語句で検索します。一致する投稿(作成者のハンドル、タイムスタンプ、エンゲージメント指標、コンテンツ)を返します。ゲートウェイ URL のクエリパラメータに bsky_handle と bsky_app_password が必要です。 |
| Bluesky フィード(例: "discover"、"what's-hot")から投稿を取得します。作成者、タイムスタンプ、エンゲージメント数を含む最近の投稿を返します。 |
| ハンドルから Bluesky ユーザーのフォロワーを取得します。フォロワーのプロフィール(ハンドル、表示名、自己紹介、フォロワー数)を返します。 |
| ハンドルから Bluesky ユーザーがフォローしているアカウントを取得します。フォロー中のプロフィール(ハンドル、表示名、自己紹介、説明)を返します。 |
| URI から投稿スレッドを取得します。会話の順序に従い、親投稿とすべての返信を、タイムスタンプ、著者、エンゲージメントデータとともに返します。 |
| 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
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