Skip to main content
Glama

Server Details

Your agent tests pages, copy, and flows on simulated users while you build.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
victorgulchenko/mimiq-mcp
GitHub Stars
0
Server Listing
Mimiq MCP

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

6 tools
mimiq.ask_audienceInspect

Run a survey question on a synthetic audience to gauge preferences, priorities, or opinions. Provide a question and 2-10 answer options. Each simulated persona votes independently with reasoning. Use for product decisions ("which feature should we build next?"), naming ("which product name resonates?"), positioning ("which value prop is strongest?"), or any audience preference question. Returns: each respondent's vote and reasoning.

ParametersJSON Schema
NameRequiredDescriptionDefault
countNoNumber of respondents (default 10, max 50).
contextNoAdditional context about the survey purpose.Product validation survey
optionsYesAnswer options (2-10 choices).
audienceYesWho to survey. E.g. "SaaS founders with 10-50 employees" or "mobile gamers aged 18-25".
questionYesThe survey question to ask.
concurrencyNoParallel survey workers (default 6).
mimiq.test_componentInspect

Evaluate a UI component (button, card, form, modal, navigation, pricing table) by providing its HTML and/or text description. Use when you want feedback on whether a specific UI element is clear, trustworthy, and actionable. Simulated users evaluate clarity, trust signals, and whether they would interact with the component.

ParametersJSON Schema
NameRequiredDescriptionDefault
goalNoWhat the component should achieve, e.g. "get users to click the upgrade button".
countNoNumber of simulated users (default 10, max 50).
audienceNoTarget audience for the component.
component_htmlNoThe HTML of the component to evaluate.
component_textNoText description of the component (alternative or supplement to HTML).
timeout_secondsNo
mimiq.test_copyInspect

Test copy on simulated users, or A/B test two variants head-to-head. Use when choosing between headlines, taglines, value propositions, email subject lines, CTA text, product descriptions, or any written content. For single variant: returns raw persona reactions and monologues. For two variants: returns both sets of raw results side by side for you to compare.

ParametersJSON Schema
NameRequiredDescriptionDefault
countNoSimulated users per variant (default 10, max 50).
audienceNoTarget audience. E.g. "developers evaluating CI/CD tools" or "e-commerce shoppers".
variant_aYesThe copy to test (or first variant for A/B comparison).
variant_bNoOptional second variant for A/B comparison. If provided, returns a winner.
timeout_secondsNo
mimiq.test_flowInspect

Deep interactive simulation of a multi-step user flow (signup, onboarding, checkout, multi-page funnel). Each simulated persona navigates the page interactively — clicking links, filling forms, reading content, making decisions at each step. Use this for complex flows where you need to find exactly WHERE users get stuck or abandon. Slower than test_page (uses real browser sessions) but reveals step-by-step journey issues. Returns: raw per-persona journey data with step-by-step actions and drop-off points.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesStarting URL of the flow to test. For localhost, first create a cloudflared tunnel and pass the tunnel URL here.
goalNoWhat success looks like, e.g. "complete the signup and reach the dashboard".
countNoNumber of simulated users (default 5, max 10). Each runs a full interactive browser session.
audienceNoTarget audience description. E.g. "small business owners looking for accounting software".
bridge_idNoDeprecated. Use cloudflared tunnel directly instead.
max_stepsNoMaximum navigation steps per persona (default 15).
timeout_secondsNo
mimiq.test_pageInspect

Test a web page on simulated users to find UX issues, confusing copy, and conversion blockers. Use this BEFORE shipping any landing page, pricing page, signup flow, or marketing page. Simulated users scroll through the entire page like real visitors — seeing hero, features, pricing, CTAs, and footer — then react honestly about what confused them, where they dropped off, and why they left. Returns: raw per-persona results with actions, monologues, objections, and suggestions.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to test. Must be publicly accessible. For localhost, first create a cloudflared tunnel and pass the tunnel URL here.
goalNoWhat the page is trying to achieve, e.g. "get visitors to sign up for the waitlist".
countNoNumber of simulated users (default 10, max 50). More = higher confidence but slower.
audienceNoWho should test this page. Natural language, e.g. "startup founders in SF" or "parents shopping for kids toys". If omitted, auto-detects from page content.
bridge_idNoDeprecated. Use cloudflared tunnel directly instead.
timeout_secondsNo
mimiq.test_textInspect

Test any text content on simulated users — positioning statements, feature descriptions, error messages, onboarding copy, instructions, announcements. Use when you want honest reactions to written content. Returns raw persona reactions, objections, and what they say would help.

ParametersJSON Schema
NameRequiredDescriptionDefault
goalNoWhat the text should achieve, e.g. "convince users to upgrade to the paid plan".
textYesThe text content to test.
countNoNumber of simulated users (default 10, max 50).
audienceNoTarget audience for the content.
timeout_secondsNo

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.