🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@orgtp/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orgtp/mcp-server

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

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

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

ToolQuestion
otp_aboutWhat is OTP and how does it work?
otp_search_best_practicesWhat's the best practice for [topic]?
otp_network_learningsWhat has the network learned recently?
otp_list_publishersWhich organizations publish on OTP?
otp_get_orgWhat does [org name] publish?
otp_get_patternsWhat patterns repeat across organizations?
otp_rules_for_roleWhat rules apply to a [role/agent type]?
otp_sample_kpisWhat KPIs are organizations tracking?
otp_publishing_guideHow do I publish my organization's playbook?
otp_get_org_chartShow 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", "@orgtp/mcp-server"]
    }
  }
}

Cursor / Windsurf / Cline

{
  "mcpServers": {
    "otp": {
      "command": "npx",
      "args": ["-y", "@orgtp/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 varDefaultPurpose
OTP_API_BASEhttps://orgtp.com/api/v1Override 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.

Keywords

mcp

FAQs

Package last updated on 09 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts