Skip to main content
Glama
lincalinca

Crescender MCP Server

by lincalinca

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CRESCENDER_API_URLNoOverride only if you're pointing at a non-production deployment.https://app.crescender.com.au
CRESCENDER_API_TOKENYesRequired. Issue from https://app.crescender.com.au/school/<id>/settings/integrations. Format crsc_<random>.
CRESCENDER_MCP_HEALTHNoSet to 1 in container deployments to enable the GET /health HTTP endpoint.0
CRESCENDER_MCP_LOG_LEVELNoOne of debug / info / warn / error.info
CRESCENDER_API_TIMEOUT_MSNoPer-request upstream timeout.15000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_schoolsA

List schools accessible to the calling token. Each token is bound to exactly one school, so this returns a single-item array. Useful for the AI to confirm which school it's looking at before making other calls.

get_assetA

Get full detail for a single asset (instrument, equipment, sub-item) by id. Includes model, serial, location, role, and the current loan if any.

search_assetsA

Search the school's assets by free-text query and/or filters. Returns up to 50 matches per page. Use the cursor field from the response to fetch the next page.

get_loans_for_assetA

Get the loan history for a single asset. Currently returns whatever loans field is embedded on the asset detail; in a future version may paginate independently.

list_membersA

List the school's members. Returns id, role, status, external_id only — no PII (email/phone are intentionally excluded from the public API).

list_asset_threadsA

List asset-comms threads (vendor / repair / service conversations attached to assets). Read-only — vendor-token issuance is NOT exposed via this MCP.

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/lincalinca/crescender-mcp-server'

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