mcpbluesky
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BSKY_HANDLE | No | Bluesky handle (e.g., user.bsky.social). Used by the login tool if arguments are not provided. | |
| BSKY_APP_PASSWORD | No | Bluesky App Password. Used by the login tool if arguments are not provided. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bsky_loginA | Blueskyにログインしてセッションを開始します。 |
| bsky_logoutB | 指定したハンドルのログインセッションを破棄(ログアウト)します。 |
| bsky_refresh_sessionD | セッションを更新します。 |
| bsky_get_profileC | Blueskyのプロフィールを取得します。 |
| bsky_get_author_feedC | 指定したユーザーの最新投稿フィードを取得します。 |
| bsky_get_actor_feedsC | 指定したユーザーのカスタムフィード一覧を取得します。 |
| bsky_get_timelineB | ログインユーザーのホームタイムラインを取得します(要認証)。 |
| bsky_get_timeline_pageB | ホームタイムラインを要約または全文で取得します(要認証)。 |
| bsky_get_post_threadC | 特定投稿のスレッド(返信ツリー)を取得します。 |
| bsky_get_followsC | 指定ユーザーのフォロー一覧を取得します。 |
| bsky_get_followersC | 指定ユーザーのフォロワー一覧を取得します。 |
| bsky_get_notificationsC | ログインユーザーの通知一覧を取得します(要認証)。 |
| bsky_resolve_handleB | ハンドル名をDIDに変換します。 |
| bsky_postC | 新規投稿を作成します(要認証)。 |
| bsky_replyC | 特定投稿へ返信します(要認証)。 |
| bsky_likeC | 特定投稿にいいねします(要認証)。 |
| bsky_repostB | 特定投稿をリポストします(要認証)。 |
| bsky_search_postsC | 公開投稿を検索します。 |
| bsky_get_likesC | 指定投稿のいいね一覧を取得します。 |
| bsky_get_listsC | 指定ユーザーのリスト一覧を取得します。 |
| bsky_get_listC | 指定リストの詳細を取得します。 |
| bsky_delete_postC | 投稿を削除します(要認証)。 |
| bsky_followC | 指定DIDをフォローします(要認証)。 |
| bsky_unfollowC | フォローを解除します(要認証)。 |
| bsky_blockC | 指定DIDをブロックします(要認証)。 |
| bsky_unblockC | ブロックを解除します(要認証)。 |
| bsky_create_listC | 新しいリストを作成します(要認証)。 |
| bsky_delete_listC | リストを削除します(要認証)。 |
| bsky_add_to_listC | ユーザーをリストに追加します(要認証)。 |
| bsky_remove_from_listB | ユーザーをリストから削除します(要認証)。 |
| bsky_search_usersC | ユーザーをキーワードで検索します。 |
| bsky_muteC | 指定ユーザーをミュートします(要認証)。 |
| bsky_unmuteC | ミュートを解除します(要認証)。 |
| bsky_update_profileC | 自分のプロフィールを更新します(要認証)。 |
| bsky_set_threadgateC | 投稿に対する返信制限を設定します(要認証)。 |
| bsky_search_local_postsC | ローカルDBに保存された日本語投稿を検索します。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/awaku7/mcpbluesky'
If you have feedback or need assistance with the MCP directory API, please join our Discord server