Skip to main content
Glama
jodipatton

Clearinghouse

by jodipatton

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SF_MODENoSalesforce mode. Use 'mock' for local development or 'live' for production. Defaults to 'mock'.mock
AUTH_MODENoAuthentication mode. Use 'dev' for local development with DEV_USER_EMAIL, or 'oauth' for production OAuth. Defaults to 'dev'.dev
GONG_MODENoGong mode. Use 'mock' for local development or 'live' for production. Defaults to 'mock'.mock
PUBLIC_URLNoPublic base URL of the MCP server, e.g. https://mcp.1uphealth.com. Used for OAuth redirects and configuration.
AUTH_ISSUERNoOAuth issuer URL for the authorization server. Required when AUTH_MODE=oauth.
SF_USERNAMENoSalesforce integration user username. Required when SF_MODE=live.
GONG_CONTENTNoContent level to request from Gong. Use 'metadata' to omit call briefs, or 'summaries' to include them. Defaults to 'metadata'.metadata
PLANHAT_MODENoPlanhat mode. Use 'mock' for local development or 'live' for production. Defaults to 'mock'.mock
SF_CLIENT_IDNoSalesforce connected app consumer key. Required when SF_MODE=live.
AUTH_JWKS_URLNoURL to the JWKS (JSON Web Key Set) for verifying JWT access tokens. Required when AUTH_MODE=oauth.
DEV_USER_EMAILNoEmail address of the development user. Required in dev mode and must be present in roster.json.
SF_PRIVATE_KEYNoSalesforce private key (from Secret Manager) for JWT bearer flow. Required when SF_MODE=live.
GONG_ACCESS_KEYNoGong API access key. Required when GONG_MODE=live.
ROUTINES_DRY_RUNNoWhether pipeline-pulse should run in dry-run mode (never write to Planhat). Defaults to 'true'.true
PLANHAT_API_TOKENNoPlanhat API token. Required when PLANHAT_MODE=live.
GONG_LOOKBACK_DAYSNoNumber of days to look back when scanning Gong calls. Defaults to '180'.180
GONG_ACCESS_KEY_SECRETNoGong API access key secret. Required when GONG_MODE=live.
ROUTINES_SHARED_SECRETNoShared secret for authenticating pipeline-pulse routine calls (x-routines-secret header). If unset, the routine route always 403s.
GONG_PHI_REVIEW_SIGNED_OFFNoSet to 'true' only when PHI/BAA review is signed off and GONG_CONTENT=summaries. Server refuses to start with summaries on if this is not 'true'.false

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/jodipatton/clearinghouse'

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