SmartSuite MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SMARTSUITE_API_KEY | Yes | Your SmartSuite API key | |
| SCHEMA_CACHE_TTL_MS | No | Application schema cache TTL (5 min) | 300000 |
| SMARTSUITE_BASE_URL | No | API base URL | https://app.smartsuite.com/api/v1 |
| SMARTSUITE_LOG_FILE | No | Path to write logs (default: stderr) | |
| SMARTSUITE_MCP_MODE | No | Access mode: readonly, readwrite, admin | readonly |
| SMARTSUITE_LOG_LEVEL | No | Log level: debug, info, warn, error | info |
| SMARTSUITE_ACCOUNT_ID | Yes | Your SmartSuite account ID | |
| SMARTSUITE_MAX_RECORDS | No | Hard cap for list/query tools | 100 |
| SMARTSUITE_RETRY_COUNT | No | Number of retries for rate limits and transient errors | 2 |
| SMARTSUITE_ENABLE_DELETE | No | Enable delete tools | false |
| SMARTSUITE_MAX_BATCH_WRITES | No | Max records per batch update | 25 |
| SMARTSUITE_ALLOWED_SOLUTIONS | No | Comma-separated solution IDs to allow (default: all) | |
| SMARTSUITE_REQUEST_TIMEOUT_MS | No | HTTP request timeout in milliseconds | 30000 |
| SMARTSUITE_DENIED_APPLICATIONS | No | Comma-separated application IDs to block (default: none) | |
| SMARTSUITE_ENABLE_SCHEMA_WRITE | No | Enable schema write tools | false |
| SMARTSUITE_ALLOWED_APPLICATIONS | No | Comma-separated application IDs to allow (default: all) | |
| SMARTSUITE_ENABLE_SMARTDOC_WRITE | No | Enable SmartDoc append tools | false |
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
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/SmartSuiteFoundry/smartsuite-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server