Loading...
Connect Codex, Claude Code, or Cursor to Tareno's secure remote MCP. Read operations run directly; scheduling, publishing, scheduled edits, and deletions require approval in Tareno.
Available during the 14-day trial (100 API calls), on Pro (2,000/month), and Business (unlimited).
Get up and running in under a minute. No coding required.
Set TARENO_API_KEY to yourtk_live_… key, then use the configuration for your client.
codex mcp add tareno --url https://tareno.co/api/mcp --bearer-token-env-var TARENO_API_KEYclaude mcp add-json --scope user tareno '{"type":"http","url":"https://tareno.co/api/mcp","headers":{"Authorization":"Bearer ${TARENO_API_KEY}"}}'
claude mcp get tareno{
"mcpServers": {
"tareno": {
"url": "https://tareno.co/api/mcp",
"headers": { "Authorization": "Bearer ${env:TARENO_API_KEY}" }
}
}
}codex mcp get tareno
claude mcp get tareno
cursor-agent mcp list
cursor-agent mcp list-tools tarenoA saved client config is not yet a successful MCP connection. Check the deployed route first, then let the client discover the tools.
Public route check
curl -i https://tareno.co/api/mcpExpected without a key: HTTP 401 with a Bearer challenge. A normal HTML 404 means the MCP route is not deployed yet.
Do not mark a client as verified until it can list Tareno's 19 tools using a real scoped API key.
21 production tools with granular scopes, structured output, and server-enforced approval for consequential actions.
Prepare batches with platform-specific settings. Tareno requires dashboard approval before external effects.
List only the workspaces and connected accounts the authenticated user may access.
Load server-derived capabilities plus Pinterest boards and TikTok creator options before composing.
List and filter posts by status, platform, or date range. Get detailed info on any post.
Create drafts directly; rescheduling, scheduled edits, and deletions go through approval.
Import public HTTPS images and videos with redirect, type, size, and private-network protection.
View account metrics, post performance, follower trends, and brand-wide overviews.
Track pending, executing, succeeded, failed, rejected, or expired actions with per-item results.
Registered tools (21)
list_workspaceslist_accountsget_platform_schemaget_platform_optionslist_postsget_postcreate_draftsupdate_draftschedule_postspublish_postsreschedule_postupdate_scheduled_postdelete_postlist_mediaget_social_media_transcriptget_social_video_downloadupload_media_from_urlget_analytics_overviewget_platform_analyticsget_content_strategyget_action_statusPhase 1 is configured for remote HTTP clients with static Bearer headers. ChatGPT support follows in the OAuth 2.1 phase.


MCP and API access is available during the 14-day trial (100 calls), on Pro (2,000 calls/month), and Business (unlimited). Free and Starter do not include API access.
MCP (Model Context Protocol) is an open standard that lets compatible clients call Tareno tools with typed inputs and outputs. Tareno still enforces account ownership, scopes, plan limits, and approvals on the server.
No. Setup is a single JSON config file that you paste into your AI client. No programming required. If you can copy and paste, you can connect Tareno to your AI.
Phase 1 provides configuration for Codex, Claude Code, and Cursor over Streamable HTTP. ChatGPT requires OAuth 2.1 and is planned for a later phase.
The MCP server is hosted by Tareno. Your client sends the API key as a Bearer credential over HTTPS; Tareno stores API keys only as hashes. Keep the key in your client secret store or an environment variable. Consequential actions also require approval in the authenticated Tareno dashboard.
Pro plans include 2,000 API calls per month. Business plans have unlimited calls. If you approach your limit, we send a notification. You can upgrade anytime or wait for the next billing cycle.
Absolutely. If you prefer visual workflow automation over chat-based control, use our n8n node or Make.com modules. Both connect to the same API and offer the same capabilities. See /docs/n8n and /docs/make for guides.
Set up takes less than a minute. Just grab your API key and add the config.
10 social channels
Channels and social-video capabilities
Tareno's account, post, draft, scheduling and publishing workflows cover all ten channels. Transcript extraction and public-video download are available on the channels marked below.
Core MCP includes accounts, platform rules, posts, drafts, scheduling and publishing where the connected provider supports the requested format.
How to call the new tools
In Codex, Claude Code or Cursor, the recommended approach is a plain-language request. Name the platform, include the public HTTPS URL and say whether you need timestamps or a media-library import.
Exact tool arguments
get_social_media_transcript{ "platform": "youtube", "url": "https://www.youtube.com/watch?v=…", "includeTimestamps": true, "maxCharacters": 24000 }get_social_video_download{ "platform": "instagram", "url": "https://www.instagram.com/reel/…" }Recommended download-to-publishing flow
Only public HTTPS posts are supported. Private, deleted, login-gated or region-blocked content can fail. A downloadUrl is temporary and should be consumed promptly; the tool returns a URL, not the binary file.
Open the complete field, response and error reference →