Clearinghouse
by jodipatton
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SF_MODE | No | Salesforce mode. Use 'mock' for local development or 'live' for production. Defaults to 'mock'. | mock |
| AUTH_MODE | No | Authentication mode. Use 'dev' for local development with DEV_USER_EMAIL, or 'oauth' for production OAuth. Defaults to 'dev'. | dev |
| GONG_MODE | No | Gong mode. Use 'mock' for local development or 'live' for production. Defaults to 'mock'. | mock |
| PUBLIC_URL | No | Public base URL of the MCP server, e.g. https://mcp.1uphealth.com. Used for OAuth redirects and configuration. | |
| AUTH_ISSUER | No | OAuth issuer URL for the authorization server. Required when AUTH_MODE=oauth. | |
| SF_USERNAME | No | Salesforce integration user username. Required when SF_MODE=live. | |
| GONG_CONTENT | No | Content level to request from Gong. Use 'metadata' to omit call briefs, or 'summaries' to include them. Defaults to 'metadata'. | metadata |
| PLANHAT_MODE | No | Planhat mode. Use 'mock' for local development or 'live' for production. Defaults to 'mock'. | mock |
| SF_CLIENT_ID | No | Salesforce connected app consumer key. Required when SF_MODE=live. | |
| AUTH_JWKS_URL | No | URL to the JWKS (JSON Web Key Set) for verifying JWT access tokens. Required when AUTH_MODE=oauth. | |
| DEV_USER_EMAIL | No | Email address of the development user. Required in dev mode and must be present in roster.json. | |
| SF_PRIVATE_KEY | No | Salesforce private key (from Secret Manager) for JWT bearer flow. Required when SF_MODE=live. | |
| GONG_ACCESS_KEY | No | Gong API access key. Required when GONG_MODE=live. | |
| ROUTINES_DRY_RUN | No | Whether pipeline-pulse should run in dry-run mode (never write to Planhat). Defaults to 'true'. | true |
| PLANHAT_API_TOKEN | No | Planhat API token. Required when PLANHAT_MODE=live. | |
| GONG_LOOKBACK_DAYS | No | Number of days to look back when scanning Gong calls. Defaults to '180'. | 180 |
| GONG_ACCESS_KEY_SECRET | No | Gong API access key secret. Required when GONG_MODE=live. | |
| ROUTINES_SHARED_SECRET | No | Shared secret for authenticating pipeline-pulse routine calls (x-routines-secret header). If unset, the routine route always 403s. | |
| GONG_PHI_REVIEW_SIGNED_OFF | No | Set 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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