MCP

Instagram Intelligence for Brands, Creators, and Trend Teams MCP Server

MCP tools for Instagram

Base URL

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

Authentication

MCP calls also use Bearer tokens over JSON-RPC 2.0 requests.

Authorization: Bearer YOUR_TOKEN

Discover Tools

Start by listing the tools exposed by the MCP server.

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 Info

Audio Info

Arguments

Name Type Required Description
audio_id string Yes Audio id
cursor string No Pagination cursor for next page

Code Examples

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

Comments

Comments

Arguments

Name Type Required Description
shortcode string Yes Shortcode
count string No Number of results to return
cursor string No Pagination cursor for next page

Code Examples

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

Comments Thread

Comments Thread

Arguments

Name Type Required Description
comment_id string Yes Comment id
count string No Number of results to return
cursor string No Pagination cursor for next page

Code Examples

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

Followers

Followers

Arguments

Name Type Required Description
username_or_id_or_url string Yes Username or id or url
cursor string No Pagination cursor for next page

Code Examples

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

Following

Following

Arguments

Name Type Required Description
username_or_id_or_url string Yes Username or id or url
cursor string No Pagination cursor for next page

Code Examples

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 Posts

Hashtag Posts

Arguments

Name Type Required Description
hashtag string Yes Hashtag
count string No Number of results to return
cursor string No Pagination cursor for next page

Code Examples

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 Info

Highlight Info

Arguments

Name Type Required Description
highlight_id string Yes Highlight id
cursor string No Pagination cursor for next page

Code Examples

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

Highlights

Highlights

Arguments

Name Type Required Description
username_or_id_or_url string Yes Username or id or url
cursor string No Pagination cursor for next page

Code Examples

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

Info

Info

Arguments

Name Type Required Description
username_or_id_or_url string Yes Username or id or url
cursor string No Pagination cursor for next page
include_about string No Include about
url_embed_safe string No Url embed safe

Code Examples

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

Likes

Likes

Arguments

Name Type Required Description
shortcode string Yes Shortcode
count string No Number of results to return
cursor string No Pagination cursor for next page

Code Examples

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 Posts

Location Posts

Arguments

Name Type Required Description
location_id string Yes Location id
count string No Number of results to return
cursor string No Pagination cursor for next page

Code Examples

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

Post Info

Post Info

Arguments

Name Type Required Description
url_or_shortcode string Yes Url or shortcode
cursor string No Pagination cursor for next page
url_embed_safe string No Url embed safe

Code Examples

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

Posts

Posts

Arguments

Name Type Required Description
username_or_id_or_url string Yes Username or id or url
cursor string No Pagination cursor for next page

Code Examples

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

Reels

Reels

Arguments

Name Type Required Description
username_or_id_or_url string Yes Username or id or url
cursor string No Pagination cursor for next page

Code Examples

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

Reposts

Reposts

Arguments

Name Type Required Description
username_or_id_or_url string Yes Username or id or url
count string No Number of results to return
cursor string No Pagination cursor for next page

Code Examples

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 Audios

Search Audios

Arguments

Name Type Required Description
search_query string Yes Search query
cursor string No Pagination cursor for next page

Code Examples

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

Search Coordinates

Search Coordinates

Arguments

Name Type Required Description
lat string Yes Lat
lng string Yes Lng
cursor string No Pagination cursor for next page

Code Examples

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 Hashtags

Search Hashtags

Arguments

Name Type Required Description
search_query string Yes Search query
cursor string No Pagination cursor for next page

Code Examples

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 Locations

Search Locations

Arguments

Name Type Required Description
search_query string Yes Search query
cursor string No Pagination cursor for next page

Code Examples

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 Posts

Search Posts

Arguments

Name Type Required Description
search_query string Yes Search query
cursor string No Pagination cursor for next page

Code Examples

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 Reels

Search Reels

Arguments

Name Type Required Description
search_query string Yes Search query
cursor string No Pagination cursor for next page

Code Examples

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

Search Similar

Search Similar

Arguments

Name Type Required Description
username_or_id string Yes Username or id
cursor string No Pagination cursor for next page

Code Examples

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 Users

Search Users

Arguments

Name Type Required Description
search_query string Yes Search query
cursor string No Pagination cursor for next page

Code Examples

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

Stories

Stories

Arguments

Name Type Required Description
username_or_id_or_url string Yes Username or id or url
cursor string No Pagination cursor for next page

Code Examples

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

Tagged

Tagged

Arguments

Name Type Required Description
username_or_id_or_url string Yes Username or id or url
count string No Number of results to return
cursor string No Pagination cursor for next page

Code Examples

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"}}}'