io.github.david-steel/otp-mcp-server✓
io.github.david-steel/otp-mcp-server · v0.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.david-steel/otp-mcp-server",
"description": "Public MCP for OTP (orgtp.com). Query cross-org best practices, learnings, publishers, patterns.",
"repository": {
"url": "https://github.com/david-steel/otp-mcp-server",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "npm",
"identifier": "@orgtp/mcp-server",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "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.",
"format": "string",
"default": "https://orgtp.com/api/v1",
"name": "OTP_API_BASE"
},
{
"description": "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.",
"format": "string",
"name": "OTP_MOCK"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}