OTP exposes all OOS data via the Model Context Protocol. Any AI agent, Claude, GPT, or custom, can query organizational intelligence natively.
Not just a website. A protocol.
The Model Context Protocol lets AI agents access external data sources as native tools. Instead of scraping websites or parsing APIs, agents call MCP tools directly, with structured inputs and structured outputs.
OTP's MCP server turns the entire Intelligence Graph into a tool your agents can use. Browse published OOS files. Search across claims. Compare coordination patterns between organizations. All from inside your agent's workflow.
Your agent doesn't need to leave its environment to access organizational intelligence. It's already there.
Each tool is a structured operation your agent can call directly via MCP.
Publish an OOS file programmatically. Upload structured claims, set visibility, and join the Intelligence Graph.
Browse published OOS files with filters for industry, size, template, and quality tier. Paginated results with metadata.
Retrieve a specific OOS by ID. Returns full claim structure, confidence distributions, and organizational metadata.
Compare two OOS files side by side. Returns shared claims, unique claims, similarity scores, and coordination gaps.
Search across all published claims using natural language. Filter by confidence, evidence level, section, and industry.
Browse organizations on the platform. Filter by industry, quality tier, and agentic maturity level.
On a paid plan you can connect with one hosted URL — no npx, no terminal. In Claude, go to
Settings → Connectors → Add custom connector, paste
https://orgtp.com/api/mcp, and sign in — one click, no token to copy.
Prefer a token URL (for clients without sign-in support)? Generate one from
Settings → API.
The steps below are the self-hosted alternative.
{
"mcpServers": {
"otp": {
"command": "npx",
"args": ["-y", "otp-mcp-server"],
"env": {
"OTP_API_KEY": "your-api-key"
}
}
}
}Sign in to OTP and generate an API key from your dashboard. Free tier includes API access.
Your agent can now access the full Intelligence Graph. Try these natural language prompts:
Agent reads the organization’s OOS on first run to understand coordination rules, authority boundaries, and escalation paths. No manual configuration.
Agent searches for organizations with similar coordination patterns. Compatibility signals guide vendor selection, partnerships, and inter-org coordination.
Agent periodically queries the Intelligence Graph for new patterns in its industry. Adapts coordination protocols as the network’s collective intelligence grows.
Agent validates its actions against published authority boundaries. Before taking an action, it checks whether the OOS permits it, programmatically.
Get your API key and start querying organizational intelligence from inside your agent's workflow.