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``
基本信息
配置
使用下面的配置,将此服务器添加到你的 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.
其他 分类下的更多 MCP 服务器

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论