ORI MCP
Quickstart
Connect your IDE or agent host to the hosted ORI MCP endpoint, then start using the narrow tool set.
Install
Minimum setup
- Use the hosted endpoint
https://dev.thynaptic.com/mcp. - Set or supply a valid ORI API key.
- Send
Authorization: Bearer ori.<prefix>.<secret>(legacyglm.<prefix>.<secret>is also accepted by the runtime). - Reload the MCP host.
Config
Hosted MCP endpoint
URL: https://dev.thynaptic.com/mcp
Authorization: Bearer ori.<prefix>.<secret>
Bootstrap-only auth:
Authorization: Bearer agb.<prefix>.<secret>
Host-specific variants live in /install-guides.json. If your host only supports stdio MCP, use the Python bridge fallback described there. For copy-paste host snippets, use Remote Configs.
Use
Start with these tools
ask_ori— general reasoning through the shared ORI runtimeregister_first_party_app— use a trustedagbbootstrap key to mint an approved first-party runtime keyplan_with_ori— turn a goal into a short practical planreview_with_ori— review drafts, payloads, or plansdraft_with_ori— generate a clean first draftsend_email_via_ori— send outbound email through ORI's native runtime email layerdesign_notion_formula,repair_notion_formula, andexplain_notion_formula— work on Notion formulas through ORI's Studio-side Notion builder layerlist_surfacesandlist_working_styles— choose the right lane first
Patterns
Good defaults
- Use
ask_oriwhen the host needs ORI's baseline reasoning. - Use a surface only when product context matters.
- Use a profile only when a specific working style is needed.
- Use
get_request_templateandget_capabilitieswhen the host needs exact contracts.
Links