Serverscom.attrove/mcp
M

Attrove

com.attrove/mcp · v0.2.7
▦ npm
v0.2.7npm npm: @attrove/mcp🌐 https://api.attrove.com/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.attrove/mcp",
  "description": "Query email, Slack, calendar, and meetings with AI — Plaid for productivity apps.",
  "title": "Attrove",
  "repository": {
    "url": "https://github.com/attrove/attrove-js.git",
    "source": "github",
    "subfolder": "packages/mcp"
  },
  "version": "0.2.7",
  "websiteUrl": "https://attrove.com/docs/mcp",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@attrove/mcp",
      "version": "0.2.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Attrove secret key (sk_...)",
          "isRequired": true,
          "isSecret": true,
          "name": "ATTROVE_SECRET_KEY"
        },
        {
          "description": "User ID to scope API calls",
          "isRequired": true,
          "name": "ATTROVE_USER_ID"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.attrove.com/mcp"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}