Loading...
Connect Codex, Claude Code, or Cursor to Tareno's secure remote MCP. Consequential actions require approval in Tareno.
Included in the 14-day trial (100 API calls), Pro (2,000/month), and Business (unlimited).
Get up and running in under a minute. No coding required.
Set TARENO_API_KEY to your tk_live_ key and use the Codex, Claude Code, or Cursor configuration below.
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 and dashboard approval for consequential actions.
Create and schedule posts to any platform with captions, media, and platform-specific settings.
See all connected social accounts — platforms, usernames, and account IDs at a glance.
Import images and videos from public HTTPS URLs with SSRF, type, and size protection.
List and filter posts by status, platform, or date range. Get detailed info on any post.
Update captions, reschedule, or cancel scheduled posts without opening the dashboard.
View account metrics, post performance, follower trends, and brand-wide overviews.
Load server-derived capabilities plus Pinterest boards and TikTok creator options.
Track pending, executing, succeeded, failed, rejected, and 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 supports Codex, Claude Code, and Cursor with static Bearer authentication. ChatGPT follows with OAuth 2.1.


MCP and API access is included in the 14-day trial (100 calls), Pro (2,000 calls/month), and Business (unlimited). Free and Starter do not include API access.
Inizia collegando un account e scegliendo il workflow più vicino al tuo obiettivo.
No. Puoi iniziare dall'interfaccia di Tareno e usare l'API solo quando ti serve maggiore controllo.
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 →