Quickstart

Get the Particl MCP server connected to your AI tool in under 5 minutes.

Prerequisites

  • A Particl account with a plan that includes export credits
  • An MCP-compatible AI client (Claude Desktop, Cursor, or VS Code)
1

Get your API key

Go to the MCP settings page in your Particl dashboard. Toggle MCP on to generate your API key, then copy it.

Don't have an account?

Create an account at app.particl.com to get started.
2

Configure your AI client

Add the Particl MCP server to your AI client's configuration. Since Particl runs as a hosted service, you just need to point your client at the endpoint with your API key. Choose your tool below:

// ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "particl": {
      "type": "http",
      "url": "https://particl-mcp.onrender.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_PARTICL_API_KEY"
      }
    }
  }
}
3

Restart your AI client

After saving the configuration, restart your AI client. The Particl MCP tools will be automatically discovered and available for use.

4

Start querying

Try asking your AI assistant a question that uses Particl data:

"What are the top-selling products for Alo Yoga this month?"

"What's the price distribution for yoga pants?"

"Which companies are leading the running shoes market?"

Your AI will automatically use the appropriate Particl MCP tools to fetch live data and construct an answer.

Need help?

If you run into issues, check the Authentication page for detailed API key setup, or reach out to our support team.