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
translation.json•1.81 KiB
{
"To generate an API key, go to Team Settings and navigate to the API Access tab. There, you’ll find the option to generate a new API key.": "To generate an API key, go to Team Settings and navigate to the API Access tab. There, you’ll find the option to generate a new API key.",
"Ask Chatbot": "Ask Chatbot",
"Custom API Call": "Custom API Call",
"Sends a message to your bot and get back an answer.": "Sends a message to your bot and get back an answer.",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Bot ID": "Bot ID",
"Message": "Message",
"Chat Session ID": "Chat Session ID",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body Type": "Body Type",
"Body": "Body",
"Response is Binary ?": "Response is Binary ?",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"Follow redirects": "Follow redirects",
"You can obtain Bot ID from bot's settings menu.": "You can obtain Bot ID from bot's settings menu.",
"The chat session id to keep track of a unique conversation. If not provided, it will default to generate a new one each time.You can obtain it from URL after /chats/.": "The chat session id to keep track of a unique conversation. If not provided, it will default to generate a new one each time.You can obtain it from URL after /chats/.",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"None": "None",
"JSON": "JSON",
"Form Data": "Form Data",
"Raw": "Raw"
}