Start here
Standard
For one team running a handful of projects.
per month
Charged every month. Cancel from Settings at any time.
3 active projects
Every feature, on every tier
Connect Claude Code, Codex, Hermes or any MCP client to the Post Array MCP server and it can draft, check platform limits and schedule posts. Not using an agent? The web app, a REST API, a CLI and signed webhooks do the same work.
Free to start. No card. Your first published posts are on us.
Networks in the launch cohort
Availability is shown account by account as each platform completes its review.
Post Array は、世に出るものに対して責任を持つ人々のための出版デスクです。一度作成すれば、プラットフォームごとに適応し、スケジュールを立てる前に実際の制限を確認し、必要な承認を得て、公式プラットフォーム API を通じて公開し、投稿ごとに領収書を保管します。
ひとつのアカウントで複数のビジネスを運営できます。各プロジェクトはそれぞれ独立したビジネスで、接続アカウント、カレンダー、承認フローを個別に持ち、検索コンソールでプロパティを切り替えるように、ひとつのメニューから切り替えられます。
デモンストレーション
プロジェクトを作成
プロジェクト
Northbound Tools (サンプル)
タイムゾーン: 中央ヨーロッパ夏時間 (GMT+2)
下書き、アカウント、承認、受領記録はこのプロジェクトだけに属し、他のどこにも属しません。
アカウントを接続
このプロジェクトのアカウント
各行にはトークンの状態、付与された権限、最後に成功した投稿が表示されます。今日のところどれも公開できません。
一度作成
マスター下書き
Northbound 2.4が本日リリースされました。インポートが高速化し、検索にキーボードショートカットが追加され、お二人が報告してくれたエクスポートのバグが修正されました。
プロジェクトNorthbound Tools (サンプル)内
プラットフォームごとに調整
各アカウントが受け取る内容
X、@northbound
Northbound 2.4がリリースされました。インポートが高速化し、キーボード検索が追加され、あのエクスポートのバグが修正されました。
文字数とスレッドの順序
LinkedIn、Northbound Tools
Northbound 2.4が本日リリースされました。リリースノートでインポートの変更点とエクスポートの修正について詳しく説明しています。
組織内の役割と投稿の長さ
Instagram、@northbound.tools
同じリリース写真に、フィード用に書かれたキャプションと、人が書いた代替テキストを添えて。
アカウントの種類、アスペクト比、代替テキスト
確認する
予定前のチェック
これは何かが予定される前にコンポーザー内で実行され、送信前に再度実行されます。
時刻を設定
予定済み
中央ヨーロッパ夏時間 (GMT+2)の2026年9月15日火曜日 9:15
何かを送信できるようになる前に1件の承認が必要です。
キューはもう一つの方法です。このタイムゾーンであなたのルールが許す次の枠を選びます。
週を見る
週
月曜日
予定なし
火曜日
9:15X、@northbound
13:00LinkedIn、Northbound Tools
水曜日
17:30Instagram、@northbound.tools
木曜日
予定なし
金曜日
予定なし
カレンダー上の同じ3件の投稿を、プロジェクトのタイムゾーンで表示。
公開して記録
公開とその記録
Ravi、サンプルレビュアーが承認
枠のためにキューに入っている
プラットフォームに送信済み
プラットフォームが確認済み
最後の2つのステップは公開実行によって書き込まれます。プロバイダー検証を完了したコネクターはまだないため、保留のままであり、外部投稿IDとパーマリンクは利用できません。
ダイジェストを読む
あなたの週、文章で
サンプル
投稿が公開されるとライブ分析がここに表示されます。
作曲家はマスターバージョンから始めます。 1 つのアカウントを選択すると、そのアカウントのみのオーバーライドが開き、独自のライブ制限と独自のプレビューが表示されます。 LinkedIn に何を書いても、X が受け取る内容は変わりません。
Master draft
短縮されたマスター テキストと 2 つのポスト スレッド
文書が添付された長いマスターテキスト
The same image selected, with a caption rewritten for the feed
ショートと同じクリップに独自のタイトルと説明が付いている
リンクカード付きのマスターテキスト
例示的な構成。表示される制限と設定は、推定値ではなく、各プラットフォームのコネクタ定義に基づいています。
同じユースケース、同じテナントチェック、同じバリデータ、同じ公開ワークフロー。サーフェスは入口であり、決してルールを越える近道ではありません。
Surfaces on one shared backend
Composer、カレンダー、承認、分析、接続および設定。
ストリーミング可能な HTTP、OAuth、ツール スコープごと、および結果として生じるすべての呼び出し前のプレビュー。
スコープ付きキー、書き込みごとの冪等キー、カーソルのページネーション、入力エラー。
スクリプトと継続的統合のための安定した機械可読出力。
結果、承認決定、接続の健全性を再配信して公開します。
The MCP server is a resource server in front of the same application services the web app uses. It holds no publishing logic and no second permission system, so an agent cannot reach anything you have not granted it, and it cannot route around an approval by using a different surface.
Create a credential in Post Array, then paste the workspace MCP endpoint into your client. The credential is read from an environment variable rather than written into the file, because a config committed to a repository is the most common way one leaks.
Post Array compares the token audience against this server as an exact string, never a prefix, and re-verifies the grant on every call. A revoked grant stops working in the middle of a long lived agent session.
It lists the accounts you connected, reads the live platform limits for each one, and drafts against those rather than against a guess. Account ids are resolved on the server, so a raw handle is never accepted.
{
"mcpServers": {
"postarray": {
"type": "http",
"url": "https://mcp.relay.example/mcp",
"headers": {
"Authorization": "Bearer ${POSTARRAY_SERVICE_TOKEN}"
}
}
}
}The Claude Code block, with your own endpoint in place of the example.
Reviewed setups ship for these clients
Any MCP client that speaks Streamable HTTP over TLS can connect. There are no unauthenticated tools, not even read ones.
Every tool declares its risk, its scopes and its approval level as data, and the description a client shows is generated from that declaration. A tool whose description disagrees with what is enforced is worse than no description, so the two cannot disagree.
Nothing changes. Each one answers with a bounded page and a link, so a calendar of ten thousand entries comes back as ten and a cursor instead of filling the context window.
Changes something inside Post Array and publishes nothing. A draft sits in the workspace until a person, or a grant you gave for scheduling, moves it forward.
Reaches a platform. Each one requires an idempotency key, rejected rather than defaulted, so an agent retrying in a loop cannot post the same thing twice.
Asking an agent to publish immediately does not publish. Post Array mints a pending confirmation bound to the workspace, the grant, the post and a fingerprint of the exact accounts, and hands back a link on the Post Array domain. You open it in your own session, see what will go out and where, and approve. Change the post afterwards and the fingerprint changes with it, which voids the approval.
ソースから得た 1 つのアイデアをプラットフォームネイティブのコンテンツに変換し、一度承認して確実に公開し、次に何を改善すべきかを学びます。
アカウントごとの真のプレビュー、何かがキューに入れられる前の決定論的なポリシーとプラットフォームのチェック、ワークスペースに必要な承認、外部投稿 ID を使用した不変の受信、およびすべての接続の健全性状態。
すべての外部書き込みには冪等キーが含まれるため、プラットフォームが投稿を受け入れた後にワーカーがクラッシュしても、2 番目の投稿は作成されません。
一度に 1 つのアカウントをオーバーライドできるプラットフォームごとのバリアント、プロジェクト用語集と言語ごとの名前付きレビューアーによる、直訳ではなくトランスクリエーション。
このインターフェースは選択した言語で利用できます。コンテンツの適応は 20 のコンテンツ言語をカバーしており、公開前にすべての言語をレビューできます。
メトリック、それを報告したプラットフォーム、分母、最後に更新された日時を指定する分析。プラットフォームが何かを報告しない場合、Post Array はゼロを表示する代わりに報告します。
投稿は、誰も監査できないスコアではなく、自分自身の中央値と比較されます。
Web アプリ、REST API、リモート MCP サーバー、CLI、署名付き Webhook は、同じアプリケーション サービス、同じ認可ルール、同じバリデータを呼び出します。
ポリシーはインターフェイスではなくサービスで適用されるため、エージェントは別のサーフェスを使用して承認ポリシーをバイパスできません。
One price, every shipped feature, 10 active channels and an owner plus 5 teammates. Platform usage that a provider charges per operation is passed through at cost and shown before you confirm the action.
There is no image or video generation credit system, because Post Array does not generate media.
これらは境界線であり、ロードマップをからかうものではありません。そのうちの 1 つが変更されると、最初に変更ログで変更されます。
No AI image generation and no AI video generation. Post Array adapts, approves, publishes and measures the media you bring.
自動的な「いいね!」、フォロー、再投稿、一方的な返信、ダイレクト メッセージはありません。交戦ポッドや捏造された交戦はありません。
ブラウザーの自動化、Cookie の再生、スクレイピング、非公式の投稿エンドポイントはありません。公式プラットフォーム API のみ。
リーチ、ランキング、エンゲージメントについては約束されません。 Post Array は、何が起こったのか、次に何をテストする必要があるのかを示します。聴衆が何をするかはわかりません。
デフォルトでは無人公開は行われません。エージェントは、草案、検証、承認のリクエストを行うことができます。特定のポリシーを意図的にオプトアウトしない限り、何かが公表される前に人間が決定します。
1 つのアカウントを接続し、1 つの投稿を下書きし、検証の実行を監視し、スケジュールを設定して、レシートを読みます。約10分で完成します。
Post Array costs $25 a month, or $250 a year, which is two months free. Starting is free and takes no card: connect your accounts, schedule as much as you like, and your first published posts are on us. Connector availability is shown account by account as each platform completes its review.