treg.to / Catalog / Instagram
28 tools · your own account · never metered

Instagram MCP for AI agents

Your Instagram media, comments and insights, plus publishing to your account. Connect your own Instagram account once and your agent uses it from then on, through one treg.to token. Calls on your own connection are never metered.
$1.00 of free credit on every new team · no provider signup · no card
5 of 28 tools on this page are live-verified against the provider.
works in
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
What your agent can now do

Instagram, one prompt away

AGENT
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
get a user's public profile
list a user's recent posts
list a post's comments
treg
$ treg call instagram.instagram.user.posts
✓ 200 · free
$ treg call instagram.instagram.user.profile
✓ 200 · free
$ treg call instagram.instagram.post.comments
✓ 200 · free
$ _
InstagramYOUR ACCOUNT
Your Instagram media, comments and insights, plus publishing to your account.
⚒ 28 TOOLS

Social media · https://graph.facebook.com/v25.0

Set up

Set up Instagram in Claude Code, Codex or any agent

1Give this to your agent
in your agent's chat
set up treg — https://treg.to/llms.txt
2Or add the MCP server yourself
claude code
claude mcp add --transport http treg https://treg.to/mcp

ChatGPT

Settings → Connectors → add https://treg.to/mcp as a custom connector.

Grok bot

Add https://treg.to/mcp as a remote MCP connector in its tool settings.

Claude Desktop

Settings → Connectors → Add custom connector → https://treg.to/mcp.

Cursor, Codex, any MCP client

Point it at https://treg.to/mcp (HTTP transport).

CLI

curl -fsSL https://treg.to/install.sh | sh

Plain HTTP

LangChain, CrewAI or any code: /call/<tool-id> with a Bearer token. No SDK.

Try it

What's the best way to ask?

the prompt
Using treg, get a user's public profile. Show me the price first.

Run one directly

a live-verified call
curl -H "Authorization: Bearer $TREG_TOKEN" \
  "https://treg.to/call/instagram.instagram.user.posts"
Why treg.to

Why call Instagram through treg.to

Your account, held safely

Connect once; treg.to keeps the credential server-side and injects it per call. No key on any machine.

Price before the call

The provider's own rate, $0.000 markup. How billing works.

No subscription, no seats

Charged per call. $1.00 free per new team, no card to start.

Your own Instagram key is free

Register it and those calls are never metered. Your key always wins.

Switch by changing a word

Another provider is a different word in the prompt, not a new integration.

One key, the whole catalog

The same token calls Bright Data, Just One API, ScrapeCreators and ~2,600 other tools.

The shelf

All 28 Instagram tools

Instagram · 28 tools
  • Delete a comment on your Instagram media · free
    Delete a comment on the account's own media instagram.x.comment-delete
  • One Instagram comment — text, username, likes · free
    A single comment — text, username, timestamp and like count instagram.x.comment
  • Replies under an Instagram comment · free
    The replies under a comment instagram.x.comment-replies
  • Reply to a comment as your Instagram account · free
    Reply to a comment as the account instagram.x.comment-reply-create
  • Hide a comment on your Instagram media · free
    Hide a comment on the account's own media instagram.x.comment-hide
  • An Instagram hashtag's id and name · free
    A hashtag's id and name instagram.x.hashtag
  • Recent public Instagram posts for a hashtag id · free
    The most recent public posts carrying a hashtag instagram.x.hashtag-recent-media
  • Top public Instagram posts for a hashtag id · free
    The most popular public posts carrying a hashtag instagram.x.hashtag-top-media
  • One of your Instagram posts — caption, media URL, counts · free
    A single post — caption, media_type, media_url, permalink, timestamp, like and comment counts instagram.x.media
  • Images and videos inside an Instagram carousel post · free
    The individual images or videos inside a carousel post instagram.x.media-children
  • Comment on your own Instagram media · free
    Comment on the account's own media instagram.x.media-comment-create
  • Search your commerce catalog for products to tag · free
    Search the linked commerce catalog for products to tag in a post instagram.x.catalog-product-search
  • Your Instagram Direct message threads · free
    Instagram Direct threads with the account instagram.x.user-messages
  • Your Instagram live broadcasts now running · free
    The account's currently running live broadcasts instagram.x.user-live-media
  • A comment that @-mentions your Instagram account · free
    A comment that @-mentions this account, with its thread instagram.x.user-mentioned-comment
  • Posts whose caption @-mentions your Instagram account · free
    Media whose caption @-mentions this account instagram.x.user-mentioned-media
  • Status of appeals for rejected shopping products · free
    The status of appeals against rejected shopping products instagram.x.user-product-appeal
  • Hashtags your Instagram account searched recently · free
    The hashtags this account has looked up recently (the 30-per-week search quota) instagram.x.user-recently-searched-hashtags
  • Your Instagram stories from the last 24 hours · free
    The account's stories from the last 24 hours instagram.x.user-stories
  • Posts where your Instagram account is tagged · free
    Media where another account tagged this one in the photo instagram.x.user-tags
  • Another Instagram account's public stats by username · free
    Read ANOTHER public professional account's followers, media count and recent posts instagram.x.user-business-discovery
  • Your Instagram profile and follower counts · live-verified · free
    Get your Instagram professional account's profile and follower counts instagram.instagram.user.profile
  • Your Instagram posts — captions, likes, comments · live-verified · free
    List your Instagram posts with captions, permalinks and like/comment counts instagram.instagram.user.posts
  • Comments on one of your Instagram posts · live-verified · free
    List the comments on one of your Instagram posts instagram.instagram.post.comments
  • Your Instagram account reach and audience metrics · live-verified · free
    Get reach, profile views and audience metrics for your Instagram account instagram.instagram.account.insights
  • Reach, saves and engagement for one Instagram post · live-verified · free
    Get reach, saves and engagement for a single one of your Instagram posts instagram.instagram.media.insights
  • Stage an Instagram post — create its media container · free
    Stage an Instagram post by creating the media container it will be published from instagram.instagram.media.container.create
  • Publish a staged post to your Instagram account · free
    Publish a post to your own Instagram business account instagram.instagram.post.publish

Reliability badges come from live traffic through treg.to, not a controlled benchmark.

Related

Same jobs, other providers

These providers answer some of the same capabilities as Instagram. The platform pages show them on one row with rate and coverage; choosing is yours, treg.to does not route between providers automatically.

also on the catalog
Bright DataJust One APIScrapeCreatorsSerpApiTikHub
Questions

Before you start

Do I need a Instagram account?

Yes. This is an own-account connection: you sign in to Instagram once and your agent uses that connection through your treg.to token. Calls on it are never metered.

How do I add Instagram to Claude Code?

Run: claude mcp add --transport http treg https://treg.to/mcp — one MCP server carries Instagram and the rest of the catalog.

Which frameworks does it work with?

Anything that speaks MCP (Claude Code, Claude Desktop, ChatGPT, Codex, Cursor, Grok) and anything that can make an HTTP request (LangChain, CrewAI, LlamaIndex, plain code).

Is this the official Instagram MCP server?

No. treg.to serves Instagram's real API through its own metered proxy: the request is the provider's own, the credential is injected server-side, and the answer is relayed verbatim. The official Instagram channels are linked above.