npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

flinchify-mcp

v0.2.0

Published

Flinchify MCP server — human usability testing for AI agents. Works with Claude Desktop, Cursor, OpenAI, Gemini, Grok, and any MCP-compatible client.

Downloads

574

Readme

flinchify-mcp

Human usability testing for AI agents via Model Context Protocol.

Real humans test your app. Your AI reads the results and fixes the bugs.

Works with Claude Desktop, Cursor, OpenAI (ChatGPT), Gemini, Grok, and any MCP-compatible client.

Quick Start

npx flinchify-mcp

Get your API key at flinchify.com/dashboard → API Keys tab.

Setup

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "flinchify": {
      "command": "npx",
      "args": ["flinchify-mcp"],
      "env": {
        "FLINCHIFY_API_KEY": "fk_your_key_here"
      }
    }
  }
}

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "flinchify": {
      "command": "npx",
      "args": ["flinchify-mcp"],
      "env": {
        "FLINCHIFY_API_KEY": "fk_your_key_here"
      }
    }
  }
}

OpenAI (ChatGPT)

Add to your MCP tool configuration:

{
  "command": "npx",
  "args": ["flinchify-mcp"],
  "env": {
    "FLINCHIFY_API_KEY": "fk_your_key_here"
  }
}

Gemini

{
  "mcpServers": {
    "flinchify": {
      "command": "npx",
      "args": ["flinchify-mcp"],
      "env": {
        "FLINCHIFY_API_KEY": "fk_your_key_here"
      }
    }
  }
}

Grok

{
  "mcpServers": {
    "flinchify": {
      "command": "npx",
      "args": ["flinchify-mcp"],
      "env": {
        "FLINCHIFY_API_KEY": "fk_your_key_here"
      }
    }
  }
}

Windsurf / Any MCP Client

Any client that supports the Model Context Protocol can use Flinchify. Point it at npx flinchify-mcp with your API key as an environment variable.

Available Tools

create_test

Create a human usability test job. Real humans will test the given URL, follow your specified flow, and report back with issues, screen recordings, and friction notes.

Example prompt: "Have 5 real humans test my app at https://myapp.com — they should sign up, create a project, and try to invite a teammate. Budget $10 per tester."

Parameters:

  • url (required) — URL to test
  • flow — What testers should do
  • testers — Number of testers (default: 3, max: 100)
  • budget_per_tester — Per-tester budget in USD (default: $10, min: $5)
  • tasks — Array of specific tasks (alternative to flow)
  • target_audience — Ideal tester profile
  • time_limit_hours — Hours to complete (default: 24)

get_test_results

Get severity-ranked issues, tester feedback, screen recording URLs, and completion status.

Example prompt: "Check the results from test ft_127"

list_tests

List all your test jobs with status and results summary.

check_credits

Check your credit balance. Credits let you create tests instantly without checkout interruptions.

How It Works

  1. Sign up at flinchify.com and get an API key
  2. Buy credits ($50–$500 packs) or pay per test via Stripe checkout
  3. Your AI agent creates test jobs — real humans are matched and test your app
  4. Results come back structured: severity-ranked issues, feedback, recordings
  5. Your AI reads the results and can fix bugs automatically

Pricing

  • Minimum $5/tester — you set the price
  • Credit packs: Starter ($50), Growth ($150), Scale ($500)
  • Credits = instant test creation, no checkout interruption
  • No credits? Falls back to Stripe checkout link

Links

License

MIT