Get the Particl MCP server connected to your AI tool in under 5 minutes.
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?
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"
}
}
}
}After saving the configuration, restart your AI client. The Particl MCP tools will be automatically discovered and available for use.
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?