AA

atypica-ai/atypica-research-skill

Developer tools
60 stars 品質 40 トレンド 40

AI-powered business research capabilities through MCP protocol. Enables multi-agent research workflows for consumer insights, product R&D, market analysis, and automated report generation.

概要

AI-powered business research capabilities through MCP protocol. Enables multi-agent research workflows for consumer insights, product R&D, market analysis, and automated report generation. - 🤖 Multi-agent research (Plan Mode, Study, Fast Insight, Product R&D) - 🗣️ Interview simulation with AI personas - 📊 Automated report and podcast generation - 🔍 Semantic persona search - 💬 Interactive research workflows - - Sign up at https://atypica.ai - - Get from https://atypica.ai/account/api-keys (format: atypica_xxx) - OR for direct API access - Research operations consume atypica.ai token credits - Token usage tracked per user account - Check usage at https://atypica.ai/account/tokens Requires MCP-compatible AI assistant (e.g., Claude Desktop, Cline). See SKILL.md for detailed setup instructions.

README

atypica Research Skill

AI-powered business research capabilities through MCP protocol. Enables multi-agent research workflows for consumer insights, product R&D, market analysis, and automated report generation.

Features

  • 🤖 Multi-agent research (Plan Mode, Study, Fast Insight, Product R&D)
  • 🗣️ Interview simulation with AI personas
  • 📊 Automated report and podcast generation
  • 🔍 Semantic persona search
  • 💬 Interactive research workflows

Prerequisites

Required

Usage & Billing

Installation

Option 1: MCP Integration

Requires MCP-compatible AI assistant (e.g., Claude Desktop, Cline).

Configuration:

{
  "mcpServers": {
    "atypica-research": {
      "transport": "http",
      "url": "https://atypica.ai/mcp/study",
      "headers": {
        "Authorization": "Bearer atypica_xxx"
      }
    }
  }
}

See SKILL.md for detailed setup instructions.

Option 2: Bash Script (No MCP required)

export ATYPICA_TOKEN="atypica_xxx"
scripts/mcp-call.sh atypica_study_create '{"content":"Your research query"}'

Documentation

Available Tools

Research: atypica_study_create, atypica_study_send_message, atypica_study_get_messages, atypica_study_list

Artifacts: atypica_study_get_report, atypica_study_get_podcast

Panels & Personas: atypica_panel_search, atypica_persona_search, atypica_persona_get

File Upload: atypica_get_upload_credentials


Auto-synced from atypica-llm-app

View this README on GitHub

推奨ツール

別のキーワードを試すか、フィルタを外してください。

インストール

npx skillfish add atypica-ai/atypica-research-skill