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

ara-mcp

v0.1.0

Published

Ara idea validation MCP server — capture, research, score, and build Lean Canvases for business ideas inside Claude

Readme

Ara MCP

Idea validation inside Claude — capture, research, score, and build Lean Canvases for business ideas without leaving the conversation.

Ara MCP is a Model Context Protocol server that brings structured idea validation into Claude. Describe a business idea conversationally, and Ara handles the research pipeline — competitor analysis, market sizing, risk assessment — and renders the results as interactive visual artifacts directly in Claude's interface.

Features

  • Capture ideas from natural conversation — Ara extracts name, problem, solution, target users, and differentiators automatically
  • Research pipeline — quick scan through deep analysis with kill score, market sizing, and competitor breakdown
  • Lean Canvas — auto-populated from research data, editable inline
  • Stress Test — adversarial questioning to find weak spots before you commit
  • Action Plan — milestone-based roadmap generated from your research
  • Pivot suggestions — when the data says the idea needs a rethink, get concrete pivot directions
  • Visual artifacts — all outputs render as branded interactive HTML inside Claude (requires MCP Apps)

Requirements

Installation

Add to your Claude MCP configuration (~/.claude.json or Claude desktop settings):

{
  "mcpServers": {
    "ara": {
      "command": "npx",
      "args": ["ara-mcp"]
    }
  }
}

The server starts automatically when Claude connects. Ideas are stored locally in a SQLite database at ~/.ara-mcp/ideas.db.

Usage

Just describe your idea to Claude:

"I want to build an app that helps remote teams do async standups"

Claude will use Ara to capture and structure the idea, then you can ask for research, canvas, stress test, or action plan at any time.

Common follow-ups:

  • "Run research on this idea"
  • "Show me the Lean Canvas"
  • "Stress test the business model"
  • "Generate an action plan"
  • "Suggest pivot directions"
  • "Show all my ideas"

Tools

| Tool | What it does | |------|-------------| | ara_capture | Extract and save a new idea from conversation | | ara_list | List all saved ideas | | ara_get | Get full details for one idea | | ara_update | Edit an idea's fields | | ara_delete | Delete an idea | | ara_research | Run the research pipeline (quick → deep) | | ara_canvas_get | Generate or retrieve the Lean Canvas | | ara_canvas_update | Edit a specific canvas box | | ara_stress_test | Run adversarial stress test questions | | ara_action_plan | Generate a milestone-based action plan | | ara_suggest_pivots | Generate pivot directions based on research | | ara_apply_pivot | Apply a chosen pivot direction to the idea |

Local Development

git clone https://github.com/justinperea/ara-mcp
cd ara-mcp/mcp
npm install
npm run dev

The server runs at http://localhost:3001/mcp.

License

MIT