Last updated: August 25, 2026. This guide replaces the original coming-soon notice with the current connector setup, tool catalog, plan limits, and privacy details.
FrikMCP is frik.io's remote Model Context Protocol (MCP) server. It lets Claude and compatible MCP clients work with the frik.io workspace you authorize, using everyday language instead of switching between tabs.
MCP is a standard way for an AI assistant to ask a service to perform a specific, permissioned action. With FrikMCP connected, Claude can review your connected accounts and calendar, prepare drafts, schedule eligible posts, inspect analytics, work with your inbox, and help manage media. It never receives your frik.io password or your social-network OAuth credentials.
Connect Claude
The connector URL is:
https://frik.io/api/mcp
In Claude, open Customize → Connectors → Add Custom Connector, name it Frik.io, paste that URL, then complete the Frik.io OAuth approval screen. The first authorization selects a Frik.io workspace and grants the scopes shown on the consent screen.
The connection uses OAuth 2.1 with PKCE. You can remove a connected client from FrikMCP in the Frik.io app at any time.
What Claude can do
FrikMCP currently exposes 14 tools. Claude will choose the appropriate tool from your request and should ask for confirmation before an action that creates or changes content.
1. List connected accounts
frik_list_connected_accounts reads the names, networks, handles, statuses, and IDs of accounts already connected to your workspace.
Try: “Which of my Frik.io social accounts need reconnecting?”
2. Schedule a post
frik_schedule_post creates a future scheduled post for selected healthy accounts, with a specific UTC time or the next best-time slot.
Try: “Schedule this announcement to my Instagram and LinkedIn accounts for 10:00 AM Eastern tomorrow.”
3. Check a post’s status
frik_get_post_status returns a saved post’s targets, publishing state, errors, timestamps, and any live links.
Try: “Check whether Frik.io post 184 published successfully and show me the live links.”
4. Review analytics
frik_get_analytics summarizes post status totals, account distribution, publishing hours, and estimated engagement for a selected history window.
Try: “Summarize my Frik.io performance from the last 30 days.”
5. Find best posting times
frik_get_best_times returns workspace or platform posting-time recommendations, or an industry benchmark when the feature is not included in the current plan.
Try: “What are my best times to post on Instagram this week?”
6. Analyze competitors
frik_analyze_competitors compares stored competitor snapshots with your owned-account metrics when Competitor Tracking is available.
Try: “Compare my latest Instagram results with my tracked competitors.”
7. Generate content ideas
frik_generate_content_ideas produces ideas using the workspace context and Brand Voice where the AI feature is available. It does not create a post by itself.
Try: “Give me five LinkedIn post ideas for our September product launch.”
8. Create an upload destination
frik_upload_media creates a short-lived private upload destination for a supported image or video file. It does not yet create a Media Library record.
Try: “Create an upload destination for launch-video.mp4.”
9. Import or upload media into the library
frik_ingest_media imports a public image or video URL, or reserves a Media Library asset for an upload, then checks compatibility against requested networks.
Try: “Import https://example.com/launch.jpg into my media library for Instagram, LinkedIn, and Pinterest.”
10. Review inbox messages
frik_list_inbox_messages reads active comments, direct messages, or leads in the Unified Inbox. It does not contact anyone.
Try: “Show me unread Instagram comments that are marked as leads.”
11. Update an inbox message
frik_update_inbox_message marks one inbox message as read or archives it. It cannot reply, delete the message, or post to a social network.
Try: “Archive Frik.io inbox message 42 after marking it read.”
12. Review upcoming posts
frik_list_upcoming_posts lists drafts and scheduled posts in the next 1 to 90 days, including flags for missing targets or accounts that need attention.
Try: “Show my next two weeks of scheduled posts and any drafts that need attention.”
13. Create a draft
frik_create_draft saves post text, optional targets, and optional Media Library assets without scheduling or publishing it.
Try: “Create a Frik.io draft about our new customer story for Instagram and LinkedIn.”
14. Update a draft or scheduled post
frik_update_post edits an eligible draft or scheduled post, including its text, targets, media, and future schedule. It cannot edit a post that is already publishing or published.
Try: “Move Frik.io post 184 to Friday at 2:00 PM Eastern and change the LinkedIn caption.”
Plan limits that apply to FrikMCP
Every authenticated Frik.io plan can connect to the MCP endpoint. FrikMCP applies the same workspace plan limits as the app, so a connector does not bypass account, post, analytics, or AI allowances.
- Free: 3 connected accounts, 30 posts per month, 20 AI credits per month, and 7 days of analytics history. Best Times, Competitor Tracking, and AI generation provide a limited preview rather than the full paid feature.
- Creator: 5 connected accounts, unlimited posts, 100 AI credits per month, 90 days of analytics history, 1 workspace, Best Times, Competitor Tracking, and full AI idea generation.
- Pro: 25 connected accounts, unlimited posts, 500 AI credits per month, 365 days of analytics history, and 5 workspaces.
- Agency: unlimited connected accounts, posts, and workspaces, 2,000 AI credits per month, and unlimited in-app analytics history.
For a consistent response size, frik_get_analytics returns at most 365 days through MCP even for Agency. AI ideas consume one AI credit in production when the paid AI feature is available. All scheduled publishing must still use accounts that are connected and healthy.
Data flow and privacy
When you use FrikMCP, Claude sends Frik.io the tool request needed to fulfill your prompt, such as the account IDs you selected, a caption, a requested schedule, a post ID, a media URL, or inbox filter. Frik.io returns only the result for the authorized workspace, such as account status, a created draft ID, a scheduling result, analytics summary, or compatible media details.
Frik.io does not send your password, social-network OAuth access tokens, refresh tokens, payment card details, or database credentials to Claude. Claude also does not receive unrestricted access to every workspace. The OAuth approval is scoped to the workspace and permissions you authorize, and each tool enforces that workspace boundary.
We retain active MCP authorization records only to operate the connection. Access tokens expire after one hour and refresh tokens expire after 30 days. Frik.io does not store a transcript of your Claude conversation. Disconnecting the connector revokes its access immediately. Account deletion follows the 30-day deletion process described in the Privacy Policy.
For help with FrikMCP, email support@frik.io. For privacy questions or a data request, email privacy@frik.io.
Changelog
- August 25, 2026: Published the connector guide with the live endpoint, full 14-tool catalog, current plan limits, data-flow details, and revocation instructions.