Skip to main content
Glama
JordanDalton

ServiceTitan MCP Server

Servidor MCP de ServiceTitan

(Por favor prueba)

Para construir el servidor MCP, ejecute:

npm install && npm run build

Esto compilará los archivos de mecanografiado y producirá un directorio de compilación, además generará el json que puede copiar y pegar en su cliente MCP (Claude Desktop, Windsurf, Cursor, etc.)

Si todo va bien, esto producirá un resultado similar a este:

{
  "mcpServers": {
    "my-mcp": {
      "command": "node",
      "args": [
        "<thePathToYour>/build/index.js"
      ],
      "env": [
        {
          "SERVICE_TITAN_CLIENT_ID": "<REPLACE>"
        },
        {
          "SERVICE_TITAN_CLIENT_SECRET": "<REPLACE>"
        },
        {
          "SERVICE_TITAN_APP_KEY": "<REPLACE>"
        },
        {
          "SERVICE_TITAN_TENANT_ID": "<REPLACE>"
        }
      ]
    }
  }
}

Si este servicio te ha resultado útil, compártelo en redes sociales. Puedes etiquetarme como @jordandalton en X o como jdcarnivore en Reddit.

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/JordanDalton/ServiceTitanMcpServer'

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