平台智能 MCP

InstagramMCP服务器

通过照片、故事、短视频和直接消息,Instagram 每月吸引约 30 亿用户,是品牌叙事、创作者合作、产品发现和视觉商务的重要平台。

MCP 版本: 1.0.0 25 MCP工具 身份验证
Instagram

基本网址

https://mcp.pressmonitor.com/instagram/v1

身份验证

MCP 调用也使用 Bearer 令牌通过 JSON-RPC 2.0 请求。

Authorization: Bearer YOUR_TOKEN

发现工具

首先列出MCP服务器公开的工具。

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
tool audio_info

音频信息

音频信息

参数

名称 类型 必填 描述
audio_id string 音频 ID
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"audio_info","arguments":{"audio_id":"SOME_STRING_VALUE","cursor":"NEXT_CURSOR"}}}'
tool comments

评论

评论

参数

名称 类型 必填 描述
shortcode string 短代码
count string 返回结果数量
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"comments","arguments":{"shortcode":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool comments_thread

评论线程

评论线程

参数

名称 类型 必填 描述
comment_id string 评论 ID
count string 返回结果数量
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"comments_thread","arguments":{"comment_id":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool followers

粉丝

粉丝

参数

名称 类型 必填 描述
username_or_id_or_url string 用户名、ID 或 URL
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"followers","arguments":{"username_or_id_or_url":"SOME_STRING_VALUE","cursor":"NEXT_CURSOR"}}}'
tool following

关注中

关注中

参数

名称 类型 必填 描述
username_or_id_or_url string 用户名、ID 或 URL
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"following","arguments":{"username_or_id_or_url":"SOME_STRING_VALUE","cursor":"NEXT_CURSOR"}}}'
tool hashtag_posts

标签帖子

标签帖子

参数

名称 类型 必填 描述
hashtag string 标签
count string 返回结果数量
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"hashtag_posts","arguments":{"hashtag":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool highlight_info

精选信息

精选信息

参数

名称 类型 必填 描述
highlight_id string 精选 ID
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"highlight_info","arguments":{"highlight_id":"SOME_STRING_VALUE","cursor":"NEXT_CURSOR"}}}'
tool highlights

精选内容

精选内容

参数

名称 类型 必填 描述
username_or_id_or_url string 用户名、ID 或 URL
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"highlights","arguments":{"username_or_id_or_url":"SOME_STRING_VALUE","cursor":"NEXT_CURSOR"}}}'
tool info

信息

信息

参数

名称 类型 必填 描述
username_or_id_or_url string 用户名、ID 或 URL
cursor string 下一页的分页游标
include_about string 包含关于
url_embed_safe string URL 嵌入安全

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"info","arguments":{"username_or_id_or_url":"SOME_STRING_VALUE","cursor":"NEXT_CURSOR","include_about":"SOME_STRING_VALUE","url_embed_safe":"SOME_STRING_VALUE"}}}'
tool likes

点赞

点赞

参数

名称 类型 必填 描述
shortcode string 短代码
count string 返回结果数量
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"likes","arguments":{"shortcode":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool location_posts

地点帖子

地点帖子

参数

名称 类型 必填 描述
location_id string 地点 ID
count string 返回结果数量
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"location_posts","arguments":{"location_id":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool post_info

帖子信息

帖子信息

参数

名称 类型 必填 描述
url_or_shortcode string URL 或短代码
cursor string 下一页的分页游标
url_embed_safe string URL 嵌入安全

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"post_info","arguments":{"url_or_shortcode":"SOME_STRING_VALUE","cursor":"NEXT_CURSOR","url_embed_safe":"SOME_STRING_VALUE"}}}'
tool posts

帖子

帖子

参数

名称 类型 必填 描述
username_or_id_or_url string 用户名、ID 或 URL
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"posts","arguments":{"username_or_id_or_url":"SOME_STRING_VALUE","cursor":"NEXT_CURSOR"}}}'
tool reels

短视频

短视频

参数

名称 类型 必填 描述
username_or_id_or_url string 用户名、ID 或 URL
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"reels","arguments":{"username_or_id_or_url":"SOME_STRING_VALUE","cursor":"NEXT_CURSOR"}}}'
tool reposts

转发

转发

参数

名称 类型 必填 描述
username_or_id_or_url string 用户名、ID 或 URL
count string 返回结果数量
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"reposts","arguments":{"username_or_id_or_url":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool search_audios

搜索音频

搜索音频

参数

名称 类型 必填 描述
search_query string 搜索查询
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_audios","arguments":{"search_query":"SOME_STRING_VALUE","cursor":"NEXT_CURSOR"}}}'
tool search_coordinates

搜索坐标

搜索坐标

参数

名称 类型 必填 描述
lat string 纬度
lng string 经度
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_coordinates","arguments":{"lat":"SOME_STRING_VALUE","lng":"SOME_STRING_VALUE","cursor":"NEXT_CURSOR"}}}'
tool search_hashtags

搜索标签

搜索标签

参数

名称 类型 必填 描述
search_query string 搜索查询
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_hashtags","arguments":{"search_query":"SOME_STRING_VALUE","cursor":"NEXT_CURSOR"}}}'
tool search_locations

搜索地点

搜索地点

参数

名称 类型 必填 描述
search_query string 搜索查询
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_locations","arguments":{"search_query":"SOME_STRING_VALUE","cursor":"NEXT_CURSOR"}}}'
tool search_posts

搜索帖子

搜索帖子

参数

名称 类型 必填 描述
search_query string 搜索查询
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_posts","arguments":{"search_query":"SOME_STRING_VALUE","cursor":"NEXT_CURSOR"}}}'
tool search_reels

搜索短视频

搜索短视频

参数

名称 类型 必填 描述
search_query string 搜索查询
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_reels","arguments":{"search_query":"SOME_STRING_VALUE","cursor":"NEXT_CURSOR"}}}'
tool search_similar

搜索相似

搜索相似

参数

名称 类型 必填 描述
username_or_id string 用户名或 ID
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_similar","arguments":{"username_or_id":"SOME_STRING_VALUE","cursor":"NEXT_CURSOR"}}}'
tool search_users

搜索用户

搜索用户

参数

名称 类型 必填 描述
search_query string 搜索查询
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_users","arguments":{"search_query":"SOME_STRING_VALUE","cursor":"NEXT_CURSOR"}}}'
tool stories

故事

故事

参数

名称 类型 必填 描述
username_or_id_or_url string 用户名、ID 或 URL
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"stories","arguments":{"username_or_id_or_url":"SOME_STRING_VALUE","cursor":"NEXT_CURSOR"}}}'
tool tagged

被标记

被标记

参数

名称 类型 必填 描述
username_or_id_or_url string 用户名、ID 或 URL
count string 返回结果数量
cursor string 下一页的分页游标

代码示例

curl -X POST \ 'https://mcp.pressmonitor.com/instagram/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"tagged","arguments":{"username_or_id_or_url":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'