Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for HTTP server (default 8787).
INFLUITIVE_BASE_URLNoBase URL for the Influitive API (e.g., https://api.influitives.com for staging, https://api.influitive.com for production). Default is likely staging.
MCP_HTTP_BEARER_MAPNoRequired for HTTP mode: a bearer token and org ID in format 'token:orgId'.

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
list_advocatehub_toolsA

Returns the complete catalog of AdvocateHub MCP tools with names and descriptions. Use this to discover, search, find, or list every available tool when tool_search only shows a subset. Filter by keyword (e.g. "member", "search", "reward", "challenge") or credential scope. No tenant credentials required.

configure_tenantA

Supplies org-wide API credentials (api_token + org_id) and/or hub_url for SSO. Required before other tools when the server started unconfigured. Org-token tools need api_token + org_id; SSO-only sessions need only hub_url (org id is derived from the JWT after sso_login).

get_active_identity_contextA

Reports which credentials are active in this MCP session: org-wide API token (when configured) and individual-user SSO (when hub_url is set or after sso_login). Call before choosing org-token admin tools vs my_* / SSO self-service tools.

audit_tailA

Return the last N executed write audit entries for this tenant from ~/.advocatehub-mcp/audit/-YYYY-MM.jsonl (and legacy .jsonl if present). Only confirm:true writes are logged; previews are excluded.

audit_searchA

Search executed write audit entries for this tenant. Filter by tool name, actor type (org_token or sso), and optional ISO date range. Reads ~/.advocatehub-mcp/audit/-YYYY-MM.jsonl (and legacy .jsonl).

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/akashtrilogy/advocatehub-influitive-mcp'

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