Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PRUFA_API_TOKENYesYour Prufa API key. Get one at prufa.dev.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
prufa_run_auditA

Run a public-page QA audit on a URL. Returns findings JSON: tracking pixels, broken flows, consent violations, console errors, compliance signals. Rate-limited; one call returns one audit. When wait=true (default), blocks until the audit completes and returns the JSON report. When wait=false, returns immediately with status='queued' and the run_id + share_token so you can poll later.

prufa_get_reportA

Fetch a shareable report for a completed audit. Returns the JSON report payload (findings, status, url). The report_id argument accepts EITHER the internal run UUID (8-4-4-4-12 hex) OR the public share_token slug (the value after /r/ in report_url). The share_token is what you see in the audit creation response and is the recommended call shape.

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/prufa-dev/prufa-mcp'

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