← Index

io.github.david-steel/otp-mcp-server

io.github.david-steel/otp-mcp-server·v0.1.1·Other
Quality Score
80
/100

Public MCP for OTP (orgtp.com). Query cross-org best practices, learnings, publishers, patterns.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "otp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@orgtp/mcp-server"
      ],
      "env": {
        "OTP_API_BASE": "https://orgtp.com/api/v1",
        "OTP_MOCK": "<otp_mock>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "otp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@orgtp/mcp-server"
      ],
      "env": {
        "OTP_API_BASE": "https://orgtp.com/api/v1",
        "OTP_MOCK": "<otp_mock>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @orgtp/mcp-server
§02  Environment variables
OTP_API_BASE

Override the OTP REST API base URL. Defaults to the public production endpoint. Set this if you're pointing at a self-hosted OTP backend or a development server.

OTP_MOCK

Set to '1' to use built-in fixture data instead of hitting the live API. Useful for local demos when offline or before a backend is wired.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other