← Back to Plugins
MCP Server MCP

Itcons.app

github By github 👁 1 views ▲ 0 votes

Connect AI assistants to Itcons.app work orders, reports, projects, users, and resources.

Homepage Verified source GitHub

Install

npx -y @itcons-app/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.itcons.app/mcp"
    },
    {
      "type": "sse",
      "url": "https://mcp.itcons.app/sse"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@itcons-app/mcp",
      "version": "0.5.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Itcons.app tenant domain, for example 'demo' for https://demo.itcons.app.",
          "isRequired": true,
          "format": "string",
          "name": "ITCONS_DOMAIN"
        },
        {
          "description": "Itcons.app username or email for local stdio usage.",
          "format": "string",
          "name": "ITCONS_USERNAME"
        },
        {
          "description": "Itcons.app password for local stdio usage.",
          "format": "string",
          "isSecret": true,
          "name": "ITCONS_PASSWORD"
        },
        {
          "description": "Existing Itcons.app bearer token. Can be used instead of username and password.",
          "format": "string",
          "isSecret": true,
          "name": "ITCONS_TOKEN"
        },
        {
          "description": "Timezone used for date-based queries.",
          "format": "string",
          "default": "Europe/Madrid",
          "name": "ITCONS_TIMEZONE"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http sse npm

Comments

Sign in to leave a comment

Loading comments...