Loading...
Codex、Claude Code、または Cursor を Tareno の安全なリモート MCP に接続します。結果的なアクションには Tareno での承認が必要です。
14 日間のトライアル (100 API 呼び出し)、Pro (2,000/月)、および Business (無制限) に含まれています。
TARENO_API_KEY を tk_live_ キーに設定し、以下の Codex、Claude Code、または Cursor 設定を使用します。
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.
キャプション、メディア、プラットフォーム固有の設定を使用して、任意のプラットフォームへの投稿を作成し、スケジュールします。
接続されているすべてのソーシャル アカウント、プラットフォーム、ユーザー名、アカウント ID を一目で確認できます。
SSRF、タイプ、サイズを保護して、パブリック HTTPS URL から画像とビデオをインポートします。
ステータス、プラットフォーム、または日付範囲ごとに投稿をリストおよびフィルターします。投稿に関する詳細情報を取得します。
ダッシュボードを開かずに、キャプションを更新したり、スケジュールを変更したり、スケジュールされた投稿をキャンセルしたりできます。
アカウントの指標、投稿パフォーマンス、フォロワーの傾向、ブランド全体の概要を表示します。
サーバー由来の機能に加えて、Pinterest ボードと TikTok クリエイター オプションをロードします。
保留中、実行中、成功、失敗、拒否、期限切れのアクションをアイテムごとの結果で追跡します。
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_statusフェーズ 1 は、Codex、Claude Code、および静的ベアラー認証を備えた Cursor をサポートします。 ChatGPT は OAuth 2.1 に続きます。


MCP と API へのアクセスは、14 日間のトライアル (100 コール)、Pro (2,000 コール/月)、および Business (無制限) に含まれています。 Free および Starter には API アクセスは含まれません。
MCP は、型付きツール呼び出しのオープン スタンダードです。 Tareno は引き続き、アカウントの所有権、範囲、プランの制限、および承認をサーバー上で強制します。
いいえ。セットアップは、AI クライアントに貼り付ける単一の JSON 構成ファイルです。プログラミングは必要ありません。コピー&ペーストができれば、Tareno を AI に接続できます。
フェーズ 1 では、Codex、Claude Code、および Cursor over Streamable HTTP の構成を提供します。 ChatGPT のサポートは OAuth 2.1 で計画されています。
MCP サーバーは Tareno によってホストされています。クライアントは API キーをベアラー資格情報として HTTPS 経由で送信します。 Tareno は API キーをハッシュとしてのみ保存します。キーをクライアント シークレット ストアまたは環境変数に保存します。結果として生じるアクションには、認証されたダッシュボードの承認が必要です。
Pro プランには、月あたり 2,000 回の API 呼び出しが含まれます。ビジネスプランは通話無制限です。制限に近づくと、通知が送信されます。いつでもアップグレードすることも、次の請求サイクルを待つこともできます。
絶対に。チャットベースの制御よりも視覚的なワークフロー自動化を好む場合は、n8n ノードまたは Make.com モジュールを使用してください。どちらも同じ API に接続し、同じ機能を提供します。
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 →