MCP Server

Connect AI assistants to your social media analytics

The Minter.io MCP server lets AI assistants like Claude and ChatGPT query your Instagram, TikTok, X, Facebook, LinkedIn and Threads analytics in natural language — securely, using your own Minter.io account.

Available tools

accounts_discovery

List your connected Minter.io reports (social media accounts). Returns all reports the user tracks. Optional: filter by platform ("instagram", "tiktok", "x", "facebook", "linkedin", "threads").

field_discovery

List available analytics tools and metrics for a specific report. Call this before data_query to know which tool_name and metric values are valid.

data_query

Query analytics data for a Minter.io report. Returns CSV data (up to 100 rows). Use accounts_discovery to find report_id and field_discovery for valid tool_name + metric combinations. date_from / to_date: yyyy-mm-dd, defaults to last 30 days. sort / order: for *_detailed tools only.

Supported platforms

Connect your AI assistant

Minter.io works with any AI assistant that supports connectors — including Claude, ChatGPT, Microsoft Copilot and Google Gemini. Add Minter.io as a connector and point it at this address:

https://minter.io/mcp
  1. In your AI assistant, open the connectors settings and choose Add connector. For example:
    • Claude — Settings → Connectors → Add custom connector
    • ChatGPT — Settings → Connectors → Add
  2. Paste the address above.
  3. Sign in with your Minter.io account when prompted — you only see the reports you already track.
  4. Ask away, e.g. "How did my Instagram following grow last month?" — Minter.io answers from your data.

Requires an active Minter.io subscription with the AI Analyst feature enabled.

Authentication

Access uses OAuth 2.0 with PKCE (S256) and supports Dynamic Client Registration, so most MCP clients connect automatically — there is no API key to copy.

Notes & limits