MCP ServerThe 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.
accounts_discoveryList 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_discoveryList 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_queryQuery 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.
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
Requires an active Minter.io subscription with the AI Analyst feature enabled.
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.
https://minter.io/oauth/authorizehttps://minter.io/.well-known/oauth-protected-resourcehttps://minter.io/.well-known/oauth-authorization-serveraccounts_discovery → field_discovery → data_query in that order.yyyy-mm-dd. Queries default to the last 30 days; up to 2 years of history is available.data_query returns CSV, up to 100 rows per call.