Skip to main content
Glama

mcp-google-sheets

api-key-api.ts529 B
import { api } from '@/lib/api'; import { ApiKeyResponseWithoutValue, ApiKeyResponseWithValue, CreateApiKeyRequest, } from '@activepieces/ee-shared'; import { SeekPage } from '@activepieces/shared'; export const apiKeyApi = { list() { return api.get<SeekPage<ApiKeyResponseWithoutValue>>('/v1/api-keys'); }, delete(keyId: string) { return api.delete<void>(`/v1/api-keys/${keyId}`); }, create(request: CreateApiKeyRequest) { return api.post<ApiKeyResponseWithValue>(`/v1/api-keys/`, request); }, };

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/activepieces/activepieces'

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