Skip to main content
Glama
PSPDFKit

Nutrient Document Engine MCP Server

by PSPDFKit
api-key.tsx218 B
export function getApiKey(): string | null { try { if (typeof window === "undefined") return null; return window.localStorage.getItem("lg:chat:apiKey") ?? null; } catch { // no-op } return null; }

Latest Blog Posts

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/PSPDFKit/nutrient-document-engine-mcp-server'

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