pic
Business intelligence analysis — quick,
standard, or deep
PRIMARY
pic_list_modes
Discover available operational modes
DISCOVERY
pic_get_frameworks
List supported business frameworks
DISCOVERY
pic_get_mode_profile
Get detailed mode capabilities
DISCOVERY
API keys authenticate your MCP clients (Claude Desktop, Cursor, etc.) with PIC-Core.
No API keys yet. Create one to start using PIC-Core MCP.
| Label | Key | Scopes | Created | Last Used | Status |
|---|
Revoked API keys are stored here. These keys can no longer be used for authentication.
No revoked keys. When you revoke an API key, it will appear here.
| Label | Key | Scopes | Created | Revoked | Status |
|---|
Connect PIC to your AI assistant in three steps. Create an API key first, then follow the guide below.
YOUR_API_KEY with your key.
pic with your business
question. See the example prompts below.{
"mcpServers": {
"pic-core": {
"url": "https://pic-mcp.acroniq.co.uk/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Once connected, your AI assistant can call these tools on your behalf.
pic
Primary
pic_list_modes
Discovery
pic_get_frameworks
Discovery
pic to force a specific methodology.pic_get_mode_profile
Discovery
Paste these into Claude or Cursor after connecting PIC.
curl -X POST https://pic-mcp.acroniq.co.uk/mcp \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "pic",
"arguments": {
"message": "Is a sustainable fashion brand targeting Gen Z viable in the UK?",
"depth": "quick"
}
}
}'
curl -X POST https://pic-mcp.acroniq.co.uk/api/pic/analyse \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"message": "Evaluate the market opportunity for an AI fitness app in Europe.",
"depth": "standard",
"context": {
"industry": "health & fitness",
"stage": "idea"
}
}'
Your new API key:
• Save this key now — it will not be shown again.