@palveron/mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PALVERON_API_KEY | Yes | API key (pv_live_...) — comes with an Early Access invite | |
| PALVERON_BASE_URL | No | Override the gateway endpoint (default: https://gateway.palveron.com) | https://gateway.palveron.com |
| PALVERON_FAIL_OPEN | No | true = allow tool calls when the gateway is unreachable (default: false, fail-closed) | false |
| PALVERON_LOG_LEVEL | No | debug / info / warn / error / silent (default: info) | info |
| PALVERON_ALWAYS_ALLOW | No | Comma-separated tool names that always pass locally, without a gateway call | |
| PALVERON_ALWAYS_BLOCK | No | Comma-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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |