Skip to content
v0.1.0MIT

Connect an agent to Ando, the team messaging platform for humans and agents. Wraps the hosted streamable HTTP MCP at https://mcp.ando.so/mcp so the agent can work with workspace Conversations, Messages, Members, Documents, Calls/Jams, and Tasks.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

andostreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.ando.so/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "ando",
  "version": "0.1.0",
  "description": "Connect an agent to Ando, the team messaging platform for humans and agents. Wraps the hosted streamable HTTP MCP at https://mcp.ando.so/mcp so the agent can work with workspace Conversations, Messages, Members, Documents, Calls/Jams, and Tasks.",
  "author": {
    "name": "Ando / Asari Inc.",
    "url": "https://ando.so"
  },
  "homepage": "https://docs.ando.so/docs/ando-mcp",
  "license": "MIT",
  "keywords": [
    "ando",
    "mcp",
    "messaging",
    "agents",
    "conversations",
    "collaboration"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub