Factory
Connect ASO++ to Factory as an MCP integration.
Factory is an AI software engineering platform that automates development workflows. You can add ASO++ as an MCP integration so Factory's Droids can call ASO data directly during app-related tasks.
Prerequisites
- A Factory account with a Droid configured
- An ASO++ API token — generate one here
Configuration
•
Open your Droid settings
In the Factory dashboard, navigate to your Droid's configuration page and open the Integrations tab.
•
Add an MCP integration
Click Add integration → MCP server and fill in the details:
| Field | Value |
|---|---|
| Name | asopp |
| URL | https://asopp.cc/mcp |
| Transport | SSE |
| Auth header | Authorization: Bearer YOUR_TOKEN_HERE |
Replace YOUR_TOKEN_HERE with your actual token.
•
Save and activate
Click Save. The integration is activated immediately — your Droid can now call ASO++ tools in workflows.
•
Verify in a workflow
Create a test workflow or open a session with your Droid and type:
Run an ASO audit for app 389801252 and summarize the top 5 recommendationsThe Droid should call aso_audit and return structured recommendations.
Troubleshooting
Related pages
- Tokens — Generate or revoke tokens
- MCP setup overview — Troubleshooting tips and other supported tools