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

@dsteel/otp-mcp-server

v0.1.0

Published

Public MCP server for OTP (Organization Transport Protocol). Ask any AI assistant about cross-organizational best practices, network learnings, publishers, and patterns.

Downloads

31

Readme

OTP MCP Server

Public Model Context Protocol server for OTP — Organization Transport Protocol (orgtp.com).

Install this in any MCP client (Claude Desktop, Cursor, Windsurf, Cline, Zed, Continue) and your assistant can answer questions about cross-organizational best practices, network learnings, publishers, and patterns — no account required.

What is OTP?

OTP is the coordination intelligence layer for AI-augmented organizations. Think Transactive Memory System, but for the era of agent teams. Organizations publish what works, capture what fails, and any agent on any participating org can pull that wisdom before acting.

The 10 Questions This Server Answers

| Tool | Question | |---|---| | otp_about | What is OTP and how does it work? | | otp_search_best_practices | What's the best practice for [topic]? | | otp_network_learnings | What has the network learned recently? | | otp_list_publishers | Which organizations publish on OTP? | | otp_get_org | What does [org name] publish? | | otp_get_patterns | What patterns repeat across organizations? | | otp_rules_for_role | What rules apply to a [role/agent type]? | | otp_sample_kpis | What KPIs are organizations tracking? | | otp_publishing_guide | How do I publish my organization's playbook? | | otp_get_org_chart | Show me the live agent org chart of a publisher. |

Install

Claude Desktop

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

{
  "mcpServers": {
    "otp": {
      "command": "npx",
      "args": ["-y", "@dsteel/otp-mcp-server"]
    }
  }
}

Cursor / Windsurf / Cline

{
  "mcpServers": {
    "otp": {
      "command": "npx",
      "args": ["-y", "@dsteel/otp-mcp-server"]
    }
  }
}

Local development

git clone https://github.com/sneeze-it/otp-mcp-server.git
cd otp-mcp-server
npm install
npm run build
npm start

Configuration

| Env var | Default | Purpose | |---|---|---| | OTP_API_BASE | https://orgtp.com/api/v1 | Override to point at a self-hosted OTP backend. |

Try It

Once installed, ask your assistant:

  • "Use OTP to tell me what cross-org best practices exist for sales pipeline reactivation."
  • "Use OTP to show me what organizations are publishing on the network."
  • "Use OTP to pull the agent org chart for sneeze-it."
  • "Use OTP to find recent network learnings about agent retirement."

License

MIT — see LICENSE.

Contributing

This server is a public, read-only discovery layer. For write operations (publishing, capturing learnings, updating KPIs), use the authenticated OTP MCP available to verified publishers at orgtp.com.


Built by Sneeze It. Maintained as part of the OTP project.