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

@revetly/mcp-client

v1.3.0

Published

MCP client for connecting AI agents to Revetly

Readme

Revetly MCP Client

A Model Context Protocol (MCP) client for connecting MCP-compatible AI assistants to your Revetly account.

Installation

npm install -g @revetly/mcp-client

Setup

  1. Generate an access token in your Revetly dashboard at /dashboard/settings
  2. Configure your MCP client by adding this to your MCP client configuration (e.g., Claude Desktop's .mcp.json):
{
  "mcpServers": {
    "revetly": {
      "command": "npx",
      "args": ["@revetly/mcp-client"],
      "env": {
        "REVETLY_ACCESS_TOKEN": "rev_your_token_here",
        "REVETLY_SERVER_URL": "https://mcp.revetly.com"
      }
    }
  }
}
  1. Restart your MCP client to load the connection

Available Tools

Once connected, you can use these tools in any MCP-compatible AI assistant:

Project Management

  • get_projects - List all your projects
  • get_project_details - Get detailed information about a specific project

Evidence Collection

  • get_project_evidence - Get all evidence for a project or validation area
  • create_evidence - Create new evidence (notes, links, files)
  • update_evidence_connection - Connect evidence to validation areas with impact scores

Validation Questions

  • get_validation_questions - Get validation questions for a project
  • get_evidence_connections - View how evidence connects to validation areas

Strategic Documents

  • get_synthesis_documents - Get all synthesis documents for a project
  • get_synthesis_document_content - Get full content of a specific document
  • create_synthesis_document - Create new strategic documents (business plans, etc.)
  • update_synthesis_document - Update existing documents

Project Analytics

  • get_project_timeline - Get comprehensive project activity timeline

Example Usage

In your MCP-compatible AI assistant, you can now ask:

  • "Show me all my Revetly projects"
  • "Get details for my latest project"
  • "Add evidence about user interviews to my project"
  • "What validation questions do I have for this project?"
  • "Create a business plan document for my project"
  • "Show me the project timeline and recent activities"
  • "Connect this evidence to the market validation area with a positive impact"

Configuration

| Environment Variable | Required | Description | |---------------------|----------|-------------| | REVETLY_ACCESS_TOKEN | Yes | Your personal access token from Revetly settings |

Troubleshooting

Authentication Error:

  • Check that your access token is valid and hasn't expired
  • Regenerate the token in Revetly settings if needed

Connection Error:

  • Check your internet connection

No Tools Available:

  • Restart your MCP client after configuration changes
  • Verify the JSON configuration is valid

Support

For help and support, visit Revetly Documentation or contact support.