
Otp Mcp Server
Query orgtp.com (OTP) for cross-organization best practices, learnings, and patterns while scoping what to build.
Overview
io.github.david-steel/otp-mcp-server is a MCP server for the Idea phase that lets agents query OTP (orgtp.com) for cross-org best practices, learnings, publishers, and patterns.
What is this MCP server?
- Public MCP for OTP (orgtp.com) REST API v1 at https://orgtp.com/api/v1 by default
- npm package @orgtp/mcp-server v0.1.1 with stdio transport
- OTP_API_BASE override for self-hosted or dev OTP backends
- OTP_MOCK=1 built-in fixtures for offline demos without live API
- Cross-org best practices, learnings, publishers, and patterns query surface
- server version 0.1.1
- default OTP_API_BASE https://orgtp.com/api/v1
- OTP_MOCK fixture mode when set to 1
What problem does it solve?
You waste hours re-finding how other teams solved ops, product, and engineering problems because that knowledge sits in OTP but not in your agent context.
Who is it for?
Builders exploring niches on orgtp.com who want Claude or Cursor to cite organizational patterns while writing plans or competitive notes.
Skip if: Teams needing private internal wikis with no OTP account path, or workflows that require write access to OTP content.
What do I get? / Deliverables
Your agent can retrieve OTP learnings and patterns in-chat so research informs specs and validation decisions faster.
- Live or mock OTP query tools inside the agent
- Configurable API base for dev or self-hosted OTP
- Research answers grounded in OTP publishers and learnings metadata
Recommended MCP Servers
Journey fit
Before committing to a product direction, solo builders benefit from curated organizational knowledge—that discovery belongs on the Idea shelf. Research subphase is where you compare how others solved similar problems; OTP surfaces publishers, patterns, and learnings for that homework.
How it compares
OTP knowledge-base MCP connector, not a code generator or deployment automation skill.
Common Questions / FAQ
Who is io.github.david-steel/otp-mcp-server for?
Solo builders and small teams using orgtp.com OTP who want MCP-driven access to shared best practices and patterns during product research.
When should I use io.github.david-steel/otp-mcp-server?
Use it in Idea and Validate when comparing approaches, drafting PRDs, or checking whether a pattern already exists in the OTP corpus.
How do I add io.github.david-steel/otp-mcp-server to my agent?
Install @orgtp/mcp-server, register the stdio MCP server in your client, set OTP_API_BASE if needed, or OTP_MOCK=1 for offline fixture mode.