Skip to main content
Glama
praxi-labs

phylax-mcp

Official
by praxi-labs

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PHYLAX_API_KEYNoAlternative to PHYLAX_API_TOKEN. Required if PHYLAX_API_TOKEN is not provided.
PHYLAX_MCP_PORTNoPort for HTTP transport only.8765
PHYLAX_API_TOKENNoYour Phylax API token. Required if PHYLAX_API_KEY is not provided.
PHYLAX_API_BASE_URLNoBase URL for the Phylax API.https://api.phyi.dev
PHYLAX_MCP_AUDIENCENoExpected 'aud' claim on inbound tokens.
PHYLAX_MCP_TRANSPORTNoSet to 'http' for a shared HTTP server.stdio
PHYLAX_MCP_AUTH_TOKENNoRequired when PHYLAX_MCP_TRANSPORT is set to 'http'.

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
verify_artifactA

Verify a software artifact before installing, executing or depending on it. Accepts a package URL such as pkg:npm/express@4.18.2 or pkg:pypi/requests@2.32.3. Returns ALLOW, WARN or BLOCK with a risk score and findings. Call this before suggesting an install command for any third party package.

verify_artifactsA

Verify many artifacts in a single call. Use when checking a dependency list, a lockfile, or several candidate packages at once. Preferred over calling verify_artifact repeatedly.

verify_mcp_serverA

Verify a Model Context Protocol server before connecting to it or enabling its tools. Checks provenance, requested permissions, the tool surface for unsafe operations, and known risk signals. Call before adding any third party MCP server.

get_attestationA

Fetch the signed attestations behind an artifact verdict. Use when the user asks for evidence, provenance detail, or wants to verify offline.

check_policyA

Evaluate an artifact against an organization policy and return the decision. Use when the user asks whether something is allowed by their rules, rather than whether it is generally safe.

search_artifactsA

Search Phylax for artifacts by name. Use to resolve a vague package name to a concrete package URL before verifying it.

phylax_statusA

Check that the Phylax API is reachable, the token works, and report the current plan and remaining quota. Use when other tools fail, to tell an outage apart from a plan or credential problem.

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/praxi-labs/phylax-mcp'

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