Serversio.github.danielsalles/connector-platform
P

io.github.danielsalles/connector-platform

io.github.danielsalles/connector-platform · v0.1.0
● Remote
v0.1.0remote🌐 https://connector-mcp.plataform-connect.workers.dev/mcp/{builder_id}/self↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.danielsalles/connector-platform",
  "description": "100+ pre-built SaaS integrations for builder apps. Multi-tenant, scoped per end_user.",
  "repository": {
    "url": "https://github.com/danielsalles/connector-platform-plugin",
    "source": "github"
  },
  "version": "0.1.0",
  "websiteUrl": "https://connector-portal.plataform-connect.workers.dev",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://connector-mcp.plataform-connect.workers.dev/mcp/{builder_id}/self",
      "headers": [
        {
          "description": "Connector Platform builder PAT (cpt_*)",
          "isRequired": true,
          "value": "Bearer {token}",
          "isSecret": true,
          "name": "Authorization"
        }
      ],
      "variables": {
        "builder_id": {
          "description": "Your builder UUID — printed when the platform admin creates your builder, also visible at /v1/me",
          "isRequired": true,
          "format": "string"
        },
        "token": {
          "description": "Your builder PAT (starts with cpt_)",
          "isRequired": true,
          "format": "string",
          "isSecret": true
        }
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}