{
  "name": "Inqvey",
  "description": "Run real quantitative market research in AI tools. Get actual percentage distributions with +-2-6pp accuracy validated against Ipsos human panel studies. Equivalent to surveying ~1,000 respondents. For market demand, pricing, purchase intent, feature prioritization, message testing, and audience analysis.",
  "url": "https://inqvey.com",
  "logo": "https://inqvey.com/inqvey-mark.svg",
  "contact_email": "ed@inqvey.com",
  "documentation_url": "https://inqvey.com/docs/mcp",
  "mcp": {
    "transport": "streamable-http",
    "endpoint": "https://inqvey.com/api/mcp/v1",
    "protocol_version": "2025-11-25",
    "supported_protocol_versions": [
      "2024-11-05",
      "2025-03-26",
      "2025-06-18",
      "2025-11-25"
    ],
    "authentication": {
      "type": "bearer",
      "get_key_url": "https://inqvey.com/app/account/api-keys",
      "description": "Bearer token from your Inqvey account. Generate at https://inqvey.com/app/account/api-keys (free, 9 research questions included)."
    },
    "capabilities": {
      "tools": true
    },
    "tools_count": 21,
    "tools": [
      {
        "name": "add_question_to_plan",
        "description": "Add ONE more sub-question to a research plan."
      },
      {
        "name": "create_market_twin",
        "description": "Create a new Market Twin (simulated audience) from explicit fields."
      },
      {
        "name": "delete_draft",
        "description": "Delete a draft research plan the user no longer wants."
      },
      {
        "name": "delete_market_twin",
        "description": "Delete a Market Twin."
      },
      {
        "name": "delete_research",
        "description": "Delete a completed or errored research query (status='completed' or 'error')."
      },
      {
        "name": "edit_question_in_plan",
        "description": "Modify a sub-question in a research plan."
      },
      {
        "name": "extract_audience_from_url",
        "description": "Extract Market Twin audience details from a company website, product page, or documentation URL."
      },
      {
        "name": "get_account_info",
        "description": "Get the user's identity AND plan/usage in one call: email, full name (if set), account name, plan tier, questions remaining and limit, audiences used and limit."
      },
      {
        "name": "get_account_status",
        "description": "Get the user's Inqvey account status: plan tier (free, starter, or pro), questions remaining and limit, audience count and limit."
      },
      {
        "name": "get_plan",
        "description": "Look at the current state of a research plan: original question and all current sub-questions (with id, text, type, choices)."
      },
      {
        "name": "get_research_status",
        "description": "Check the status of a research run started via run_research."
      },
      {
        "name": "list_all_research",
        "description": "List every research query the user has run across ALL their Market Twins."
      },
      {
        "name": "list_draft_plans",
        "description": "List every draft plan in the user's account that has NOT yet been run."
      },
      {
        "name": "list_market_twins",
        "description": "List the user's existing Market Twins (saved simulated audiences)."
      },
      {
        "name": "list_research_history",
        "description": "List past research queries run on a specific Market Twin."
      },
      {
        "name": "open_billing_portal",
        "description": "Generate a one-time URL the user can open to manage their Inqvey subscription, payment method, and invoices via Stripe's secure billing portal."
      },
      {
        "name": "ping",
        "description": "Verify the Inqvey MCP server is reachable and your API key is valid."
      },
      {
        "name": "plan_research",
        "description": "STEP 1 of running market research."
      },
      {
        "name": "remove_question_from_plan",
        "description": "Drop one sub-question from a research plan by id."
      },
      {
        "name": "run_research",
        "description": "STEP 2 of running market research."
      },
      {
        "name": "update_market_twin",
        "description": "Update fields on an existing Market Twin."
      }
    ],
    "plans": [
      {
        "name": "Free",
        "price_usd": 0,
        "questions_per_month": 9,
        "audiences": 1
      },
      {
        "name": "Starter",
        "price_usd": 49,
        "questions_per_month": 60,
        "audiences": 3
      },
      {
        "name": "Pro",
        "price_usd": 99,
        "questions_per_month": 180,
        "audiences": 10
      }
    ]
  }
}
