Skip to main content

MCP quickstart

Use SocQ MCP to collect social data from Claude, Cursor, Codex, VS Code, or another MCP-compatible client. Configure the server once, then describe the data you need in natural language.

Before you start

You need:
  • a SocQ API key;
  • an MCP-compatible client;
  • Node.js 20 or later only when using the stdio bridge.
Keep the key out of URLs and committed configuration. See Integration authentication.

Connect SocQ

Choose the transport supported by your client: For the exact configuration, use the guide for Claude, Cursor, Codex, or VS Code.

Complete your first collection

After connecting, ask your client:
The connection is working when the client discovers the SocQ tools, calls socq_account, submits the collection, and reads the returned task with socq_get_task.

Next steps

Attribute Agent Skill executions

When an Agent Skill submits through compact or typed MCP, include _request_source: "skill" in the execution arguments. SocQ records the task with request_source="skill-mcp". Normal remote and stdio MCP calls remain mcp-remote and mcp-stdio.