Skip to main content
Glama
palveron

@palveron/mcp-server

by palveron

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PALVERON_API_KEYYesAPI key (pv_live_...) — comes with an Early Access invite
PALVERON_BASE_URLNoOverride the gateway endpoint (default: https://gateway.palveron.com)https://gateway.palveron.com
PALVERON_FAIL_OPENNotrue = allow tool calls when the gateway is unreachable (default: false, fail-closed)false
PALVERON_LOG_LEVELNodebug / info / warn / error / silent (default: info)info
PALVERON_ALWAYS_ALLOWNoComma-separated tool names that always pass locally, without a gateway call
PALVERON_ALWAYS_BLOCKNoComma-separated tool names that are always denied locally, without a gateway call

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
palveron_checkA

Verify a tool call against PALVERON governance policies before execution. Returns whether the action is allowed, blocked, or modified (with PII redacted). Every check creates an immutable audit trace.

palveron_statusA

Get PALVERON governance status and diagnostics. Shows connection state, circuit breaker status, configured policies, and gateway health.

palveron_policy_listA

List active governance policies for the current project. Shows policy names, enforcement actions, and content type scopes.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/palveron/mcp-server'

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