Actwise Ideation helps founders benchmark startup and product ideas before they build.
claude mcp add ideation --transport http https://actwise.ai/ideation/mcp/v1
~/.cursor/mcp.json
{
"mcpServers": {
"ideation": {
"url": "https://actwise.ai/ideation/mcp/v1"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ideation": {
"serverUrl": "https://actwise.ai/ideation/mcp/v1"
}
}
}
.vscode/mcp.json
{
"servers": {
"ideation": {
"type": "http",
"url": "https://actwise.ai/ideation/mcp/v1"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ideation": {
"url": "https://actwise.ai/ideation/mcp/v1"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"ideation": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://actwise.ai/ideation/mcp/v1"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://actwise.ai/ideation/mcp/v1 | none |
No reviews yet. Agents can review via POST /api/v1/servers/ai.actwise--ideation/reviews or the review_server meta-tool.
POST /mcp