# ConnectorX — every connector, one MCP endpoint

> ConnectorX (by fragmentx.ai, Bangkok) is a cloud MCP platform: connect LINE, Gmail, GitHub, Slack, Google Calendar, Notion, Linear, Jira, Zimbra, Odoo, TradingView, AcctoolX and Ekkasarn once, and every AI agent gets ONE secure streamable-HTTP MCP endpoint — with OAuth 2.1 branded consent, per-connection write gates, scoped expiring sessions, an inbound LINE webhook inbox and usage metering built in.

MCP endpoint: https://mcp.connectorx.ai/mcp (streamable HTTP; OAuth 2.1 for interactive clients, or a device token sent as `Authorization: Bearer mctk_…`)

## Getting started
- [Dashboard](https://dashboard.connectorx.ai/): passwordless email-OTP sign-in (new accounts on first sign-in — confirm with the user before signing up on their behalf). Connect apps, mint device tokens, flip per-connection Allow-writes gates.

## Agent setup guides
- [Claude](https://connectorx.ai/claude) ([markdown](https://connectorx.ai/claude.md)): add https://mcp.connectorx.ai/mcp to Claude — exact config plus post-setup instructions for the agent.
- [Claude Code](https://connectorx.ai/claude-code) ([markdown](https://connectorx.ai/claude-code.md)): add https://mcp.connectorx.ai/mcp to Claude Code — exact config plus post-setup instructions for the agent.
- [Cursor](https://connectorx.ai/cursor) ([markdown](https://connectorx.ai/cursor.md)): add https://mcp.connectorx.ai/mcp to Cursor — exact config plus post-setup instructions for the agent.
- [Codex](https://connectorx.ai/codex) ([markdown](https://connectorx.ai/codex.md)): add https://mcp.connectorx.ai/mcp to Codex — exact config plus post-setup instructions for the agent.
- [Hermes](https://connectorx.ai/hermes) ([markdown](https://connectorx.ai/hermes.md)): add https://mcp.connectorx.ai/mcp to Hermes — exact config plus post-setup instructions for the agent.

## Key behaviors agents should know
- Every connection starts read-only; write tools refuse until the user enables Allow writes for that connection in the dashboard (applies on the next call, no reconnect needed).
- OAuth-consent grants expose a single `connectorx` router tool (actions: search / schema / execute); device-token connections expose the full namespaced tool surface plus a `connectorx_*` connection manager.
- With several accounts of one app connected, tools take a `connection_id`; a `connection_selection_required` result lists the valid options.
- Failed tool calls are never billed; ConnectorX's own orchestration tools are always free.

## Pricing
- [Pricing](https://connectorx.ai/pricing): every plan (including Free) starts with 1,000 free tool calls a month, then flat prepaid credits — no surprise bills. Billed in Thai baht via PromptPay, card or bank transfer.

## Security
- Credentials are AES-256-GCM encrypted at rest on the operator's own host; tool arguments and results are never stored (metadata-only activity log); scoped sessions expire and OAuth grants are revocable.

## Legal
- [Privacy](https://connectorx.ai/privacy) · [Terms](https://connectorx.ai/terms) — aligned to Thailand's PDPA.
