Skip to content

summationai/summation

v1.0.0MIT

Summation's AI data analyst: ask data questions, search the catalog, run bounded SQL, generate and validate reports, export PDF/DOCX/Markdown. MCP-native auth and tools.

MCP servers

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

summationstreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.summation.com/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": "summation",
  "version": "1.0.0",
  "description": "Summation's AI data analyst: ask data questions, search the catalog, run bounded SQL, generate and validate reports, export PDF/DOCX/Markdown. MCP-native auth and tools.",
  "author": {
    "name": "Summation",
    "url": "https://summation.com"
  },
  "homepage": "https://summation.com",
  "repository": "https://github.com/summationai/summation-plugin",
  "license": "MIT",
  "keywords": [
    "analytics",
    "data",
    "mcp",
    "reports",
    "sum-api",
    "summation"
  ],
  "extensions": {
    "com.anthropic.claude": {
      "displayName": "Summation",
      "hooks": "./hooks/"
    },
    "com.openai.codex": {
      "displayName": "Summation",
      "shortDescription": "Ask Summation data questions from Codex.",
      "longDescription": "The Summation plugin brings the analyst into Codex for governed data questions, catalog discovery, SQL, reports, validation, and scheduling. Skills orchestrate the hosted Summation MCP server; auth is browser OAuth on first use (same product as Claude).",
      "developerName": "Summation",
      "category": "Data",
      "capabilities": [
        "Interactive",
        "Data analysis",
        "Reports",
        "MCP"
      ],
      "websiteURL": "https://summation.com",
      "brandColor": "#2F6FEB",
      "composerIcon": "./com.openai.codex/assets/icon.png",
      "logo": "./com.openai.codex/assets/logo.png",
      "logoDark": "./com.openai.codex/assets/logo-dark.png",
      "defaultPrompt": [
        "Set up Summation.",
        "What data can Summation see?",
        "Generate a report from my data."
      ],
      "oauth_resource": "https://mcp.summation.com"
    }
  }
}

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.

  • 4Python files
  • hooks.json
  • 3images
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.anthropic.claudeships a directory of files
  • com.openai.codexships a directory of files