Agent Plugins Marketplace
All plugins

ando

v0.1.0

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.

Agent Plugins1 Skill1 MCP serverStreamable HTTP

By Ando / Asari Inc.License: MIT0 GitHub starsUpdated 5 hours ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 1, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/Ando-Corporation/ando-grok-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

ando/
├── plugin.json
├── skills/ando/SKILL.md
└── mcp.json

Included Skills1

andoskills/ando/SKILL.md

Use Ando hosted MCP tools to read and write workspace Conversations, Messages, Members, Documents, Calls/Jams, and Tasks. Use when the user mentions Ando, workspace chat, channels, threads, DMs, Jams, documents, or tasks, or asks to search/send/reply in team messaging. Call the live MCP tools; do not invent IDs, schemas, or API payloads.

MCP servers1

andoStreamable HTTP
url
https://mcp.ando.so/mcp

Plugin manifests1

plugin.json
{
  "$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"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ando on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ando)