Agent Plugins Marketplace
All plugins

wolfram

v1.0.0-ghast.1

Solve mathematical problems, evaluate Wolfram Language and explore scientific knowledge with Wolfram MCP Service.

Agent Plugins1 Skill1 MCP serverStreamable HTTP

By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
2 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/wolfram/.

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

Plugin files

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

Included Skills1

wolframskills/wolfram/SKILL.md

Use Wolfram in Ghast. Solve mathematical problems, evaluate Wolfram Language and explore scientific knowledge with Wolfram MCP Service. 通过 Wolfram MCP Service 求解数学问题、运行 Wolfram Language 并查询科学知识。

MCP servers1

wolframStreamable HTTP
url
https://services.wolfram.com/api/mcp

Plugin manifests1

plugins/wolfram/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "wolfram",
  "version": "1.0.0-ghast.1",
  "description": "Solve mathematical problems, evaluate Wolfram Language and explore scientific knowledge with Wolfram MCP Service.",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://github.com/WolframResearch/AgentTools/blob/main/AgentSkills/Skills/wolfram-language/references/SetUpWolframMCPServer.md",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "category": "research",
      "icon": "./assets/icon.svg",
      "displayName": "Wolfram",
      "descriptions": {
        "en": "Solve mathematical problems, evaluate Wolfram Language and explore scientific knowledge with Wolfram MCP Service.",
        "zh-CN": "通过 Wolfram MCP Service 求解数学问题、运行 Wolfram Language 并查询科学知识。"
      },
      "mcpServerExtensions": {
        "wolfram": {
          "credentialHeaders": {
            "Authorization": "Bearer $VAULT:wolfram-api-key"
          }
        }
      }
    }
  }
}

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

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