1. Conduid
  2. Commerce
  3. SecretiveShell/MCP-wolfram-alpha
MCP server · Commerce

SecretiveShell/MCP-wolfram-alpha

Wolfram Alpha MCP — computational, factual, and quantitative queries

Unclaimed MIT last commit a year ago other
64Good

Scored 4 hours ago · breakdown

About SecretiveShell/MCP-wolfram-alpha

SecretiveShell/MCP-wolfram-alpha is an MCP server published by SecretiveShell in the Commerce category: wolfram Alpha MCP — computational, factual, and quantitative queries. It has been installed 0 times through Conduid.

The repository has 71 stars and 20 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-wolfram-alpha

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about SecretiveShell/MCP-wolfram-alpha

Powered by Claude · Grounded in docs

I know everything about SecretiveShell/MCP-wolfram-alpha. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

MCP-wolfram-alpha

A MCP server to connect to wolfram alpha API.

Components

Prompts

This is analogous to the !wa bang in duckduckgo search.

def wa(query: str) -> f"Use wolfram alpha to answer the following question: {query}"

Tools

Query Wolfram Alpha api.

def query_wolfram_alpha(query: str) -> str

Configuration

You must set the WOLFRAM_API_KEY environment variable. Get an api ket from Wolfram Alpha.

This was tested with the full results API, but it might not be required.

{
    "mcpServers": {
        "MCP-wolfram-alpha": {
            "command": "uv",
            "args": [
                "--directory",
                "C:\\Users\\root\\Documents\\MCP-wolfram-alpha",
                "run",
                "MCP-wolfram-alpha"
            ],
            "env": {
                "WOLFRAM_API_KEY": "your-app-id"
            }
        }
    }
}

Development

Debugging

Since the official MCP inspector does not have good environment support, I reccommend using wong2's mcp-cli-inspector.

Create a config.json file in the same style as claude desktop.

{
    "mcpServers": {
        "MCP-wolfram-alpha": {
            "command": "uv",
            "args": [
                "--directory",
                "/full/path/to/MCP-wolfram-alpha",
                "run",
                "MCP-wolfram-alpha"
            ],
            "env": {
                "WOLFRAM_API_KEY": "your-app-id"
            }
        }
    }
}

Then run:

npx @wong2/mcp-cli -c .\config.json

README mirrored from the source repository 4 hours ago. The original is authoritative.

Questions

About SecretiveShell/MCP-wolfram-alpha

How do I install SecretiveShell/MCP-wolfram-alpha?

Run npx mcp-wolfram-alpha, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is SecretiveShell/MCP-wolfram-alpha safe to use with an AI agent?

Its trust score is 64 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is SecretiveShell/MCP-wolfram-alpha still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.