# Flick > Flick tracks buying signals on target accounts. It builds source backed research findings, account briefs, reviewed people, and activation plays for go to market teams. AI agents can read that work and add leads through a remote MCP server and a JSON API. ## Connect an agent - [Agent onboarding](https://joinflick.co/agents): setup steps for Claude, ChatGPT, Cursor, Claude Code, Codex, and headless agents - Remote MCP server (Streamable HTTP): https://api.joinflick.co/mcp - OAuth resource metadata: https://api.joinflick.co/.well-known/oauth-protected-resource/mcp - Headless auth: a workspace admin creates an agent API key in Flick under Settings then Agents. Send it as `Authorization: Bearer fk_...` to the MCP endpoint or to https://api.joinflick.co/api/* - Technical API and MCP reference: https://api.joinflick.co/docs ## No account yet An agent can sign its user up directly. POST https://api.joinflick.co/api/agent-signup with {"email": ...} and Flick emails the user a 6 digit code. POST https://api.joinflick.co/api/agent-signup/verify with {"email": ..., "code": ...} and the response contains the agent api_key, the workspace, trial credits, and next_steps for onboarding (brief prompt, brief parse, seller research, first leads). ## MCP tools - Read tools: flick_get_workspace_status, flick_list_accounts, flick_list_research_findings, flick_get_account_brief, flick_list_manual_leads, flick_list_plays - Write tool: flick_add_manual_leads adds leads by LinkedIn profile URL. It requires the flick.leads.write scope and spends workspace credits. ## Quickstart prompt Connect to the Flick MCP server at https://api.joinflick.co/mcp and summarize the accounts with new research findings this week. Cite the evidence for each finding. ## Product - [Home](https://joinflick.co/) - [Sign up](https://app.joinflick.co/sign-up)