Agent Plugins Marketplace
All plugins

tatum

v1.0.0-ghast.2

Search Tatum developer documentation, inspect OpenAPI schemas and execute documented API requests with an optional Tatum key.

Agent Plugins1 Skill2 MCP serversStreamable HTTP

By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
3 skill or MCP entries
Source updated
Sep 8, 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/Trapezohe/ghast-plugins

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

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

Plugin files

plugins/tatum/
├── plugin.json
├── skills/tatum/SKILL.md
└── mcp.json

Included Skills1

tatumskills/tatum/SKILL.md

Use Tatum Docs & API in Ghast. Search Tatum developer documentation, inspect OpenAPI schemas and execute documented API requests with an optional Tatum key. 搜索 Tatum 开发文档、查看 OpenAPI 结构,并在配置 Tatum 密钥后执行文档中的 API 请求。

MCP servers2

tatumStreamable HTTP
url
https://docs.tatum.io/mcp
tatum-docsStreamable HTTP
url
https://docs.tatum.io/mcp

Plugin manifests1

plugins/tatum/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "tatum",
  "version": "1.0.0-ghast.2",
  "description": "Search Tatum developer documentation, inspect OpenAPI schemas and execute documented API requests with an optional Tatum key.",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://docs.tatum.io/oa/docs/tatum-documentation-mcp",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "officialConnectorSource": "https://docs.tatum.io/oa/docs/tatum-documentation-mcp",
      "connectorPublisher": "Tatum",
      "category": "development",
      "icon": "./assets/icon.png",
      "displayName": "Tatum Docs & API",
      "descriptions": {
        "en": "Search Tatum developer documentation, inspect OpenAPI schemas and execute documented API requests with an optional Tatum key.",
        "zh-CN": "搜索 Tatum 开发文档、查看 OpenAPI 结构,并在配置 Tatum 密钥后执行文档中的 API 请求。"
      },
      "mcpServerExtensions": {
        "tatum": {
          "credentialHeaders": {
            "X-API-Key": "$VAULT:tatum-token"
          }
        }
      }
    }
  }
}

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

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