Skip to main content
Glama
Readify-App

Instagram MCP Server

by Readify-App

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ENSEMBLEDATA_API_KEYYesYour EnsembleData API key for accessing Instagram API

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
instagram_user_info
Instagramユーザーの詳細情報を取得します。
プロフィール、統計、外部リンクなどの包括的な情報を提供します。

Args:
    username: Instagramユーザー名(@なし)

Returns:
    ユーザー詳細情報の文字列
instagram_user_posts
Instagramユーザーの投稿一覧を取得します。

Args:
    username: Instagramユーザー名(@なし)
    count: 取得する投稿数(デフォルト: 12)

Returns:
    投稿一覧の文字列
instagram_user_stats
Instagramユーザーの統計情報を取得します。

Args:
    username: Instagramユーザー名(@なし)

Returns:
    統計情報の文字列
instagram_user_reels
Instagramユーザーのリール(短尺動画)を取得します。

Args:
    username: Instagramユーザー名(@なし)
    count: 取得するリール数(デフォルト: 12)

Returns:
    リール一覧の文字列
instagram_search
Instagramでユーザーやハッシュタグを検索します。

Args:
    query: 検索キーワード
    search_type: 検索タイプ("users", "hashtags", "places")- 現在は"users"のみ対応

Returns:
    検索結果の文字列
instagram_post_info
Instagram投稿の詳細情報とコメントを取得します。

Args:
    post_url: Instagram投稿のURL(例: https://instagram.com/p/xxxxx)
    n_comments: 取得するコメント数(デフォルト: 10、最大: 50)

Returns:
    投稿情報の文字列
instagram_follower_count
Instagramユーザーのフォロワー数を取得します。

Args:
    username: Instagramユーザー名(@なし)

Returns:
    フォロワー数の文字列
instagram_user_tagged_posts
指定されたユーザーがタグ付けされた投稿を取得します。
各リクエストで最新10件のタグ付けされた投稿を返します。

Args:
    username: Instagramユーザー名(@なし)
    cursor: ページネーション用のカーソル(次のページを取得する場合に使用、空文字列の場合は最初のページ)

Returns:
    タグ付けされた投稿一覧の文字列
instagram_music_posts
指定された音楽IDに関連する投稿を取得します。
ページネーションに対応しています。

Args:
    music_id: 音楽ID(例: "3473785566185564")
    cursor: ページネーション用のカーソル(次のページを取得する場合に使用、空文字列の場合は最初のページ)

Returns:
    音楽に関連する投稿一覧の文字列

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Readify-App/insta-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server