MCP Server
MCP
io.github.danielsalles/connector-platform
100+ pre-built SaaS integrations for builder apps. Multi-tenant, scoped per end_user.
Configuration Example
{
"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
}
}
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
By
Comments
Sign in to leave a comment