We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/activepieces/activepieces'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
ca.json•1020 B
{
"Math Helper": "Math Helper",
"\nPerform mathematical operations.\n": "\nPerform mathematical operations.\n",
"Addition": "Addition",
"Subtraction": "Subtraction",
"Multiplication": "Multiplication",
"Division": "Division",
"Modulo": "Modulo",
"Generate Random Number": "Generate Random Number",
"Add the first number and the second number": "Add the first number and the second number",
"Subtract the first number from the second number": "Subtract the first number from the second number",
"Multiply first number by the second number": "Multiply first number by the second number",
"Divide first number by the second number": "Divide first number by the second number",
"Get the remainder of the first number divided by second number": "Get the remainder of the first number divided by second number",
"Generate random number between two numbers (inclusive)": "Generate random number between two numbers (inclusive)",
"First Number": "First Number",
"Second Number": "Second Number"
}