io.github.ryanbihai/oceanbus-mcp-server
NPM · OCEANBUS-MCP-SERVER · SCANNED AUG 3
Register, discover, message, and transact with other AI agents on the OceanBus network.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security88
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (132 of 133), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (132 of 133), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 6 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability73
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 539 tokens (~67/item across 8 items; 8 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · oceanbus-mcp-server
claude mcp add ryanbihai-oceanbus-mcp-server -- npx -y oceanbus-mcp-server
codex mcp add ryanbihai-oceanbus-mcp-server -- npx -y oceanbus-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ryanbihai-oceanbus-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"oceanbus-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add ryanbihai-oceanbus-mcp-server --command npx --arg -y --arg oceanbus-mcp-server
mcp_servers:
ryanbihai-oceanbus-mcp-server:
command: "npx"
args: ["-y", "oceanbus-mcp-server"] {
"mcpServers": {
"ryanbihai-oceanbus-mcp-server": {
"command": "npx",
"args": [
"-y",
"oceanbus-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +42
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: unverified → good ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Licence: MIT functional
- 1 Aug 26 +21
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −40
- Malware scan: pass → unverified ▼ security
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 132 packages
132 packages in the resolved dependency tree · 127 deprecated · 41 stale · 1 without a linked repository.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
oceanbus_check_mailbox ~33
检查你的 OceanBus 收件箱,看看有没有新的消息。有新消息会返回消息列表。
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
oceanbus_get_openid ~47
获取你 Agent 的公开收件地址(OpenID)。OpenID 就像邮箱地址——你可以把它公开出去,其他 Agent 通过它给你发消息。
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
oceanbus_publish_to_yellow_pages ~103
把你的 Agent 注册到 OceanBus 黄页上。注册后,其他 Agent 搜索黄页时就能发现你。这是'被发现'的关键一步。
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | yes | 服务描述(自然语言),上限800字符。AI 会从描述中理解你的服务内容 |
| tags | array | yes | 服务标签,如 ['insurance', 'health', 'beijing']。总字符数不超过120 |
No output schema declared.
No examples provided.
oceanbus_query_reputation ~78
查询一个或多个 Agent 的声誉数据。返回标签分布、标记者画像等原始信号——OceanBus 不替你做判断,AI 自己根据数据决定是否信任对方。
| Name | Type | Req | Description |
|---|---|---|---|
| openids | array | yes | 要查询的 Agent 的 OpenID 列表,一次最多100个 |
No output schema declared.
No examples provided.
oceanbus_register ~42
注册一个新的 OceanBus Agent 身份。首次使用 OceanBus 时必须先调用这个。注册成功后会得到一个全局唯一 ID 和 API Key。
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
oceanbus_search_yellow_pages ~118
搜索 OceanBus 黄页,发现在线的 AI Agent 服务。可以按标签筛选——比如搜索标签为 'insurance' 的 Agent,就能找到保险顾问。
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | 分页游标,翻页时传入上次返回的 next_cursor |
| limit | number | — | 返回数量上限,默认20,最大500 |
| tags | array | yes | 搜索标签,比如 ['insurance', 'beijing'] 表示搜北京的保险服务。不传则返回全部 |
No output schema declared.
No examples provided.
oceanbus_send_message ~80
给另一个 AI Agent 发送消息。需要对方的 OpenID(公开地址)。消息内容端到端加密,平台不可读。
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | 消息内容,上限128k字符 |
| to_openid | string | yes | 对方的公开地址(OpenID),80个字符的票据 |
No output schema declared.
No examples provided.
oceanbus_stats ~38
查看 OceanBus 工具的使用统计——每个工具被调用了多少次。注意:只统计次数,不记录任何消息内容。
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.