Symbolic Algebra MCP Server

by sdiehl

calculate_tensor

Compute tensors from specified metrics using symbolic algebra with einsteinpy. Simplify results automatically for efficient analysis in mathematical and physics computations.

Instructions

Calculates a tensor from a metric using einsteinpy.symbolic.

Input Schema

NameRequiredDescriptionDefault
metric_keyYes
simplify_resultNo
tensor_typeYes

Input Schema (JSON Schema)

{ "properties": { "metric_key": { "title": "Metric Key", "type": "string" }, "simplify_result": { "default": true, "title": "Simplify Result", "type": "boolean" }, "tensor_type": { "title": "Tensor Type", "type": "string" } }, "required": [ "metric_key", "tensor_type" ], "title": "calculate_tensorArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sdiehl/sympy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server