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日星期二 09:15
在发送任何内容之前,需要一次审批。
队列是另一条路径:它会在此时区内选择您规则所允许的下一个时段。
查看本周
本周
星期一
没有已排期的内容
星期二
09:15X,@northbound
13:00LinkedIn,Northbound Tools
星期三
17:30Instagram,@northbound.tools
星期四
没有已排期的内容
星期五
没有已排期的内容
日历上同样的三篇帖子,以项目时区读取。
发布并记录
发布及其记录
由 Ravi,示例审核者 批准
已进入其时段的队列
已发送至平台
已获平台确认
最后两个步骤由发布运行程序写入。目前尚无连接器通过提供商验证,因此它们保持待定状态,外部帖子 ID 和永久链接也保持不可用。
阅读摘要
您的一周,以句子呈现
示例
一旦您的帖子发布,实时分析数据将显示在此处。
作曲家从主版本开始。选择一个帐户将仅打开该帐户的覆盖,具有自己的实时限制和自己的预览。你为 LinkedIn 写的任何内容都不会改变 X 收到的内容。
Master draft
主文本,已缩短,加上两个帖子主题
附有文档的较长主文本
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.
将一个来源创意转化为平台原生内容,批准一次,可靠地发布,并了解下一步需要改进的内容。
每个帐户的真实预览、确定性策略和平台在任何内容排队之前进行检查、工作区所需的批准、带有外部帖子 ID 的不可变收据以及每个连接的运行状况。
每个外部写入都带有幂等密钥,因此平台接受帖子后的工作线程崩溃不会创建第二个帖子。
您可以一次覆盖一个帐户的每个平台变体,以及创译而不是直译,并带有项目术语表和每种语言的指定审阅者。
该界面有选定的语言版本。内容改编涵盖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.
这些是边界,而不是路线图。如果其中之一发生更改,它会首先在更改日志中更改。
No AI image generation and no AI video generation. Post Array adapts, approves, publishes and measures the media you bring.
不会自动点赞、关注、转发、主动回复或直接消息。没有订婚舱,也没有捏造的订婚。
没有浏览器自动化,没有 cookie 重播,没有抓取,也没有非官方发布端点。仅限官方平台 API。
不承诺覆盖范围、排名或参与度。 Post Array 可以告诉您发生了什么以及接下来要测试什么。它无法告诉你观众会做什么。
默认情况下没有无人值守发布。代理人可以起草、验证和请求批准。除非您故意选择退出特定政策,否则人类会在任何事情公开之前做出决定。
连接一个帐户,起草一篇文章,观察验证运行,安排验证并阅读收据。这就是大约十分钟内的整个产品。
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.