Skip to main content

RapidAPI: socialgreatnessfactor/easy-instagram-automation-service

Project description

Easy Instagram Automation Service MCP Server

English | 简体中文 | 繁體中文

🚀 使用 EMCP 平台快速体验

EMCP 是一个强大的 MCP 服务器管理平台,让您无需手动配置即可快速使用各种 MCP 服务器!

快速开始:

  1. 🌐 访问 EMCP 平台
  2. 📝 注册并登录账号
  3. 🎯 进入 MCP 广场,浏览所有可用的 MCP 服务器
  4. 🔍 搜索或找到本服务器(bach-easy_instagram_automation_service
  5. 🎉 点击 "安装 MCP" 按钮
  6. ✅ 完成!即可在您的应用中使用

EMCP 平台优势:

  • 零配置:无需手动编辑配置文件
  • 🎨 可视化管理:图形界面轻松管理所有 MCP 服务器
  • 🔐 安全可靠:统一管理 API 密钥和认证信息
  • 🚀 一键安装:MCP 广场提供丰富的服务器选择
  • 📊 使用统计:实时查看服务调用情况

立即访问 EMCP 平台 开始您的 MCP 之旅!


简介

这是一个 MCP 服务器,用于访问 Easy Instagram Automation Service API。

  • PyPI 包名: bach-easy_instagram_automation_service
  • 版本: 2.0.0
  • 传输协议: stdio

安装

从 PyPI 安装:

pip install bach-easy_instagram_automation_service

从源码安装:

pip install -e .

运行

方式 1: 使用 uvx(推荐,无需安装)

# 运行(uvx 会自动安装并运行)
uvx --from bach-easy_instagram_automation_service bach_easy_instagram_automation_service

# 或指定版本
uvx --from bach-easy_instagram_automation_service@latest bach_easy_instagram_automation_service

方式 2: 直接运行(开发模式)

python server.py

方式 3: 安装后作为命令运行

# 安装
pip install bach-easy_instagram_automation_service

# 运行(命令名使用下划线)
bach_easy_instagram_automation_service

配置

API 认证

此 API 需要认证。请设置环境变量:

export API_KEY="your_api_key_here"

环境变量

变量名 说明 必需
API_KEY API 密钥

在 Claude Desktop 中使用

编辑 Claude Desktop 配置文件 claude_desktop_config.json:

{
  "mcpServers": {
    "easy_instagram_automation_service": {
      "command": "uvx",
      "args": ["--from", "bach-easy_instagram_automation_service", "bach_easy_instagram_automation_service"],
      "env": {
        "API_KEY": "your_api_key_here"
      }
    }
  }
}

注意: 请将 E:\path\to\easy_instagram_automation_service\server.py 替换为实际的服务器文件路径。

可用工具

此服务器提供以下工具:

auth_login

This endpoint will return back all information for use of instagram automation - Auth login

端点: POST /auth/auth_login_auth_login_post


timeline_feed

This endpoint will return back all information for use of instagram automation - timeline feed

端点: GET /auth/timeline_feed_auth_timeline_feed_get


media_insights

This endpoint will return back all information for use of instagram automation - Get insights data for media

端点: POST /insights/media_insights_media_post


account_insights

This endpoint will return back all information for use of instagram automation - Get insights for account

端点: POST /insights/account_insights_account_post


media_feed_all

This endpoint will return back all information for use of instagram automation - Return media with insights

端点: POST /insights/media_feed_all_insights_media_feed_all_post


story_from_url

This endpoint will return back all information for use of instagram automation - Get Story (media) PK from URL

端点: GET /story/story_pk_from_url_story_pk_from_url_get


igtv_upload_by_url_copy

This endpoint will return back all information for use of instagram automation - Upload photo by URL and configure to feed

端点: POST /igtv/igtv_upload_igtv_upload_by_url_post


igtv_download_by_url

This endpoint will return back all information for use of instagram automation - Download IGTV video using URL

端点: POST /igtv/igtv_download_by_url_igtv_download_by_url_post


user_remove_follower

This endpoint will return back all information for use of instagram automation - Remove a follower

端点: POST /user/user_remove_follower_user_remove_follower_post


username_from_user_id

This endpoint will return back all information for use of instagram automation - Get username from user id

端点: POST /user/username_from_user_id_user_username_from_id_post


user_id_from_username

This endpoint will return back all information for use of instagram automation - Get user id from username

端点: POST /user/user_id_from_username_user_id_from_username_post


user_unfollow

This endpoint will return back all information for use of instagram automation - Unfollow a user

端点: POST /user/user_unfollow_user_unfollow_post


user_follow

This endpoint will return back all information for use of instagram automation - Follow a user

端点: POST /user/user_follow_user_follow_post


user_info_by_username

This endpoint will return back all information for use of instagram automation - Get user object from username

端点: POST /user/user_info_by_username_user_info_by_username_post


user_info

This endpoint will return back all information for use of instagram automation - Get user object from user id

端点: POST /user/user_info_user_info_post


user_following

This endpoint will return back all information for use of instagram automation - Get user's followers information

端点: POST /user/user_following_user_following_post


user_followers

This endpoint will return back all information for use of instagram automation - Get user's followers

端点: POST /user/user_followers_user_followers_post


photo_upload_by_url

This endpoint will return back all information for use of instagram automation - photo upload by url

端点: POST /photo/photo_upload_photo_upload_by_url_post


photo_download_by_url

This endpoint will return back all information for use of instagram automation - photo download by url

端点: POST /photo/photo_download_by_url_photo_download_by_url_post


photo_upload_to_story_by_url

This endpoint will return back all information for use of instagram automation - photo upload to story by url

端点: POST /photo/photo_upload_to_story_by_url_photo_upload_to_story_by_url_post


video_upload_by_url

This endpoint will return back all information for use of instagram automation - video upload by url

端点: POST /video/video_upload_video_upload_by_url_post


video_download_by_url

This endpoint will return back all information for use of instagram automation - video download by url

端点: POST /video/video_download_by_url_video_download_by_url_post


video_download

This endpoint will return back all information for use of instagram automation - video download

端点: POST /video/video_download_video_download_post


video_upload_to_story_by_url

This endpoint will return back all information for use of instagram automation - video upload to story by url

端点: POST /video/video_upload_to_story_by_url_video_upload_to_story_by_url_post


video_upload_to_story

This endpoint will return back all information for use of instagram automation - video upload to story

端点: POST /video/video_upload_to_story_video_upload_to_story_post


media_likers

This endpoint will return back all information for use of instagram automation - media likers

端点: POST /media/media_likers_media_likers_post


media_unlike

This endpoint will return back all information for use of instagram automation - media unlike

端点: POST /media/media_unlike_media_unlike_post


like_media

This endpoint will return back all information for use of instagram automation - like media

端点: POST /media/media_like_media_like_post


media_oembed

This endpoint will return back all information for use of instagram automation - media oembed

端点: POST /media/media_oembed_media_oembed_post


user_media

This endpoint will return back all information for use of instagram automation - user media

端点: POST /media/user_medias_media_user_medias_post


media_info

This endpoint will return back all information for use of instagram automation - media info

端点: POST /media/media_info_media_info_post


auth_relogin

This endpoint will return back all information for use of instagram automation - Auth relogin

端点: POST /auth/auth_relogin_auth_relogin_post


技术栈

  • 传输协议: stdio
  • HTTP 客户端: httpx

开发

此服务器由 API-to-MCP 工具自动生成。

版本: 2.0.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file bach_easy_instagram_automation_service-2.0.0.tar.gz.

File metadata

File hashes

Hashes for bach_easy_instagram_automation_service-2.0.0.tar.gz
Algorithm Hash digest
SHA256 e73a1a16ff7c2ba678cd482ddfecf59e3435bacd6d96fee3407671e7f68349b3
MD5 099e92cd5e9133ca168e1c1cadc7ff7d
BLAKE2b-256 18d59edd5304cdd9e83cb86ed5fc315b5029f1f9d3753782e1e4523ad7fa9fbf

See more details on using hashes here.

File details

Details for the file bach_easy_instagram_automation_service-2.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for bach_easy_instagram_automation_service-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 106625415f18a3774f6fb5e839ce3eed308ff4d85b24e08e89308554aa37fc5f
MD5 84f7a755b65a0ec818e532e52a1d4082
BLAKE2b-256 b68c640d759a29b4c47fc43e11a45784884da6fbd099fa20c4190d5853ffd737

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page