Skip to main content
Glama
ozmarks

Simpro MCP Server

by ozmarks

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoNetwork interface to bind. Defaults to '0.0.0.0'.0.0.0.0
PORTNoPort the server listens on. Defaults to '3000'.3000
MCP_PATHNoWeb path the server is reached at. Defaults to '/mcp'./mcp
PUBLIC_URLNoPublic web address for broker mode, e.g. https://simpro.yourcompany.com.
TOKEN_SEAL_KEYNoSecret to seal each person's Simpro access inside their agent token. Generate with openssl rand -hex 32. If unset, server auto-generates and saves to .token-seal-key file.
SIMPRO_AUTH_URLNoOnly set if your Simpro login URL is non-standard.
SIMPRO_BASE_URLNoYour Simpro build address, e.g. https://yourbuild.simprosuite.com (nothing after .com). Required in all modes.
SIMPRO_CLIENT_IDNoClient ID from your Simpro OAuth app (required for broker mode).
SIMPRO_TOKEN_URLNoOnly set if your Simpro token URL is non-standard.
SIMPRO_TRANSPORTNoTransport mode: 'proxy' for HTTP proxy mode, 'broker' for OAuth broker mode. Determines required credentials.
SIMPRO_COMPANY_IDNoYour Simpro company ID. Defaults to '0'.0
SIMPRO_CLIENT_SECRETNoClient secret from your Simpro OAuth app (required for broker mode).
SIMPRO_MAX_RESULT_BYTESNoLargest single answer allowed before agent is asked to narrow request. Defaults to '100000'.100000
SIMPRO_DEFAULT_PAGE_SIZENoRows per page for list results. Defaults to '50', max 250.50

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/ozmarks/simpro-mcp'

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