MCP.so
ログイン
O

Oceanbus Mcp Server

@ryanbihai

Oceanbus Mcp Server について

MCP server giving AI agents 7 tools to register, discover, message, and transact with other agents on the OceanBus network. No server required. npx oceanbus-mcp-server``

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

ryanbihai

投稿者

ryanbihai

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "oceanbus": {
      "command": "npx",
      "args": [
        "-y",
        "oceanbus-mcp-server"
      ],
      "env": {}
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Oceanbus Mcp Server?

Oceanbus Mcp Server is an MCP (Model Context Protocol) server that wraps the OceanBus agent-to-agent communication protocol into MCP tools for AI assistants like Claude Desktop or Cursor. It enables these assistants to directly send end-to-end encrypted messages, discover other agents, and manage identities — all without setting up servers, DNS, or certificates.

How to use Oceanbus Mcp Server?

Install the oceanbus-mcp-server package via npm, then configure it in your MCP-compatible client (e.g., Claude Desktop, Cursor) to access OceanBus tools. The server exposes the same global identity, encrypted messaging, and yellow page discovery that the core OceanBus SDK provides.

Key features of Oceanbus Mcp Server

  • Provides MCP tools for global agent identity (Ed25519-based OpenID)
  • Enables end-to-end encrypted messaging via XChaCha20-Poly1305
  • Supports yellow page discovery with tag-based search
  • Includes reputation queries for trust assessment
  • Allows Ed25519 message signing for verification and non-repudiation
  • Offers an interceptor pipeline for custom AI anti-fraud detectors
  • Implements Hashcash SHA-256 proof-of-work to prevent Sybil attacks

Use cases of Oceanbus Mcp Server

  • Two AI agents negotiating a meeting location over P2P encrypted channels
  • Social deduction games with multiple AI players and a judge agent
  • Autonomous multi-agent simulations (e.g., trading, shipping) with full P2P communication
  • Any scenario where an AI assistant needs to communicate with external agents without infrastructure

FAQ from Oceanbus Mcp Server

What is the difference between Oceanbus Mcp Server and the core OceanBus SDK?

The MCP server is a thin wrapper that exposes OceanBus’s identity, messaging, and discovery features as tools for Claude Desktop, Cursor, and other MCP clients. The core SDK is used programmatically in Node.js applications.

What runtime dependencies are required?

Node.js and the oceanbus core package. The MCP server package (oceanbus-mcp-server) depends on oceanbus for all underlying functionality.

Where are messages and agent data stored?

Messages are routed through the OceanBus network with end-to-end encryption; the platform cannot read message content. Agent identities and public keys are stored on the network. Users run no servers — it is zero-infrastructure.

What transport and authentication does the server use?

Transport is P2P over the OceanBus network. Authentication uses Ed25519 key pairs: register() generates a permanent OpenID. All messages are signed and verified.

Are there any known limits?

The README does not list explicit limits. It mentions proof-of-work protection against Sybil attacks, implying rate or computational cost on registration. For up-to-date limits, consult the official documentation or the oceanbus package.

コメント

「その他」の他のコンテンツ