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

sendpi-mcp-server

v1.0.0

Published

SendPI MCP server — PI Check, PI Cast, Token Optimizer, and 4.3M precision casts inside Claude, ChatGPT, and any MCP client

Readme

@sendpi/mcp-server

SendPI MCP Server — Add communication intelligence to Claude, ChatGPT, Cursor, and any MCP-compatible AI tool.

PI Check · PI Cast · Token Optimizer · 4.3M Precision Casts · PI Loop

Quick Start

1. Get your API key

Sign up at sendpi.ai and go to Dashboard → MCP & API to generate your key.

2. Install

npx @sendpi/mcp-server

Or install globally:

npm install -g @sendpi/mcp-server

3. Configure your AI tool

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "sendpi": {
      "command": "npx",
      "args": ["-y", "@sendpi/mcp-server"],
      "env": {
        "SENDPI_API_KEY": "sk-sendpi-YOUR-KEY-HERE"
      }
    }
  }
}

Restart Claude Desktop. Look for the SendPI tools icon in your sidebar.

Cursor / Claude Code

In Cursor settings → MCP → Add server:

  • Name: SendPI
  • Command: npx -y @sendpi/mcp-server
  • Environment: SENDPI_API_KEY=sk-sendpi-YOUR-KEY-HERE

Reload Cursor. SendPI tools are now available in Agent mode.

Zed / Continue.dev / Cline

Any MCP-compatible client works. Set the command to npx -y @sendpi/mcp-server and provide SENDPI_API_KEY as an environment variable.

5 Tools

| Tool | What it does | Example | |------|-------------|---------| | pi_check | Predict receiver emotional outcome before sending | "Check this email before I send it" | | pi_cast | Generate precision cast from plain English goal | "Write the best prompt for creating a product spec" | | optimize_tokens | Reduce token count 40-70% | "Optimize this prompt for GPT-4o" | | search_casts | Search 4,320,000 quality-scored casts | "Find a prompt for debugging React in Cursor" | | pi_loop | Auto-refine until quality threshold met | "Generate the best possible prompt for [complex task]" |

Rate Limits

| Tier | Calls/day | |------|-----------| | Free | 100 | | Pro | 2,000 | | Max | Unlimited |

Environment Variables

| Variable | Required | Default | |----------|----------|---------| | SENDPI_API_KEY | Yes | — | | SENDPI_BASE_URL | No | https://communication-brain.emergent.host |

ChatGPT / OpenAI Custom GPTs

Use the OpenAI Actions API spec:

https://communication-brain.emergent.host/api/openai/openapi.json

Links

Publishing (for maintainers)

cd mcp
npm run build
npm publish --access public

Pre-publish checklist

  • [ ] SENDPI_API_KEY environment variable tested
  • [ ] All 5 tools tested via Claude Desktop
  • [ ] npm run build compiles cleanly
  • [ ] Version bumped in package.json

License

MIT