Back to Home
Grupo-AFAL icon

smartsuite_mcp_server

by Grupo-AFAL

Overview

Enables AI assistants to interact with a SmartSuite workspace using natural language through the Model Context Protocol.

Installation

Run Command
ruby smartsuite_server.rb

Environment Variables

  • SMARTSUITE_API_KEY
  • SMARTSUITE_ACCOUNT_ID

Security Notes

Disables SSL certificate verification (OpenSSL::SSL::VERIFY_NONE) for all external HTTP requests (SmartSuite API and AWS S3), making it vulnerable to Man-in-the-Middle attacks. This is a critical security risk. Credentials are read from environment variables, which is good practice, but the `install.sh` script prompts for them and writes them to a user-local Claude Desktop config file, which could be less secure than relying solely on environment variables or more robust secrets management. Uses SQLite3 for caching, with parameterized queries to prevent SQL injection. File uploads to S3 utilize server-side encryption and temporary pre-signed URLs. User API keys are hashed (SHA256) for internal usage tracking.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2025-12-04

Tags

SmartSuite APIMCP ServerAI Assistant IntegrationCachingToken OptimizationAPI Usage Tracking