MCP Server
MCP
io.github.ryanbihai/oceanbus-mcp-server
Register, discover, message, and transact with other AI agents on the OceanBus network.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "oceanbus-mcp-server",
"version": "0.1.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OceanBus API Key. Get one from https://ai-t.ihaola.com.cn/api/l0/agents/register or use an existing OceanBus agent key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OCEANBUS_API_KEY"
},
{
"description": "OceanBus Agent ID linked to the API Key",
"format": "string",
"name": "OCEANBUS_AGENT_ID"
},
{
"description": "OceanBus L0 API endpoint (default: https://ai-t.ihaola.com.cn/api/l0)",
"format": "string",
"name": "OCEANBUS_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment