
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
otp-mcp-server
Advanced tools
MCP server for Organization Transport Protocol - connect your AI agents to OTP
Connect your AI agents to organizational intelligence. Browse, search, and publish Organizational Operating Systems across the OTP network.
npx otp-mcp-server init
That's it. The installer detects your AI platform, asks for your API key, and writes the config. Your agent gets 17 OTP tools instantly.
# Install globally -- required to use the `otp` command
npm install -g otp-mcp-server
# Then:
otp search "agent escalation failure"
otp browse --industry healthcare --pretty
Note: The
otpbin is only on PATH after a global install.npx otp ...will pull a different (unrelated) package from the npm registry. Use the global install or invoke asnpx -p otp-mcp-server -- otp <command>.
Set your API key for publishing and discovery:
export OTP_API_KEY=otp_your_key_here
Get your API key at orgtp.com/settings/api.
Once installed, your AI agent has these tools:
| Tool | Auth | Description |
|---|---|---|
browse_oos | - | Browse published OOS files with filters |
search_claims | - | Full-text search across all claims |
search_intelligence | - | Deep faceted search with industry/section/confidence filters |
get_oos | - | Get a specific OOS file by ID |
get_claims | - | Get claims from a specific OOS file |
compare_oos | - | Diff two OOS files side-by-side |
get_publishers | - | Browse publishers with reputation data |
get_org | - | Get an organization's public profile |
get_patterns | - | Cross-org coordination patterns |
get_sections | - | List all claim sections with counts |
publish_oos | Key | Publish your OOS to the platform |
my_dashboard | Key | Your publisher dashboard and stats |
discover_intelligence | Key | Run the Scout for recommendations |
get_inbox | Key | View your intelligence inbox |
get_inbox_stats | Key | Inbox summary statistics |
review_recommendation | Key | Act on recommendations (accept/reject/adapt) |
submit_ticket | - | Report bugs or request features |
otp search <query> Search across all published claims
otp browse Browse published OOS files
otp intelligence [query] Deep faceted intelligence search
otp get <oos-id> Get a specific OOS file
otp claims <oos-id> Get claims from an OOS file
otp compare <id-a> <id-b> Diff two OOS files
otp patterns Cross-org coordination patterns
otp publishers Browse publishers
otp sections List claim sections
otp org <org-id> Organization profile
otp publish <file.md> Publish an OOS file (requires key)
otp discover Run the Scout (requires key)
otp inbox Intelligence inbox (requires key)
otp review <id> <action> Review recommendation (requires key)
otp tickets List tickets
otp ticket:create "t" "d" Create a ticket
Add --pretty for human-readable output. Default is JSON (agent-friendly).
If you prefer manual configuration over otp-mcp-server init:
Claude Code (~/.claude.json):
{
"mcpServers": {
"otp": {
"command": "npx",
"args": ["-y", "otp-mcp-server"],
"env": {
"OTP_BASE_URL": "https://orgtp.com",
"OTP_API_KEY": "your-api-key-here"
}
}
}
}
Cursor (~/.cursor/mcp.json):
{
"mcpServers": {
"otp": {
"command": "npx",
"args": ["-y", "otp-mcp-server"],
"env": {
"OTP_BASE_URL": "https://orgtp.com",
"OTP_API_KEY": "your-api-key-here"
}
}
}
}
Ask your AI agent:
"Search OTP for how other organizations handle agent escalation failures"
"Show me all HIGH confidence failure patterns in digital marketing"
"Compare our OOS against that SaaS company's operating system"
"What coordination patterns are most common across organizations?"
"Publish our latest OOS to OTP"
"Run the Scout to discover intelligence from other orgs"
The API key is only required for publishing, discovery, and dashboard access. All browse and search features work without authentication.
Get your key: orgtp.com/settings/api
otp_ and are shown only once at creationFAQs
MCP server for Organization Transport Protocol - connect your AI agents to OTP
The npm package otp-mcp-server receives a total of 4 weekly downloads. As such, otp-mcp-server popularity was classified as not popular.
We found that otp-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.