{
  "markdown": "# connector-platform — Claude Code plugin\n\nAdd 100+ pre-built integrations (Notion, Slack, Linear, GitHub, …) to your Next.js app with one slash command. Powered by [Connector Platform](https://connector-portal.plataform-connect.workers.dev).\n\n## Install\n\n```\n/plugin marketplace add danielsalles/connector-platform-marketplace\n/plugin install connector-platform@danielsalles\n```\n\n## Quick start\n\nYou'll need a builder token (`cpt_*`) from the platform admin.\n\n```\n/connector login cpt_xxxxxxxxxxxxxxxxxxxxxxxx\n```\n\nThis writes `.env.local` and `.mcp.json` at your project root.\n\n```\n/connector list\n```\n\nLists available integrations.\n\n```\n/connector add notion\n```\n\nScaffolds two Next.js App Router handlers:\n- `src/app/api/connect/notion/route.ts` — redirects users to authorize Notion\n- `src/app/api/execute/notion/route.ts` — server-side proxy to invoke Notion tools\n\nYou can then drop a button in your UI:\n\n```jsx\n<a href=\"/api/connect/notion?user_id={YOUR_USER_ID}\">Connect Notion</a>\n```\n\n## Commands\n\n| Command | Description |\n|---|---|\n| `/connector login <token>` | Save credentials and configure MCP |\n| `/connector list` | Show available integrations |\n| `/connector add <slug>` | Scaffold connect + execute handlers |\n| `/connector logout` | Remove credentials and MCP config |\n\n## Frameworks supported\n\n- Next.js (App Router only)\n\nExpress / FastAPI / others — open an issue if you need them.\n\n## How it works\n\nThe plugin is just markdown — instructions for the Claude Code agent. The actual integration runtime lives in [Connector Platform](https://connector-portal.plataform-connect.workers.dev) (multi-tenant API + MCP server). When you run `/connector add notion`, the agent generates handlers that call the platform's REST API with `fetch`. No SDK — your code stays free of dependencies on this plugin.\n\n## License\n\nMIT — see LICENSE.\n",
  "bytes": 1854,
  "sha": "2f39c52690d4cf038d61fb08b1da4746ce87f42d542c984cde9eb9bfa0fce384",
  "repo_slug": "danielsalles/connector-platform-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_danielsalles_connector_platfor_838698eb/readme"
}