OSDtools
MCP Setup
OSD / Core / MCP Setup

MCP — connect a client

Endpoint
https://api.orionsoftwaredev.com/mcp
Live Auth OAuth 2.1 · DCR enabled Region us-east-1

Per-Client Setup 03

paste & go — credentials provisioned automatically
Claude Code
CLI
  1. Run from any project root:
# add the OSD MCP server
claude mcp add --transport http osd \
  https://api.orionsoftwaredev.com/mcp
  1. Sign in when the browser opens. Done.
Claude Desktop
App
  1. Settings → Developer → Edit Config.
  2. Add the entry below, then restart.
{
  "mcpServers": {
    "osd": {
      "url": "https://api.orionsoftwaredev.com/mcp"
    }
  }
}
Cursor
IDE
  1. Settings → MCP → Add new server.
  2. Name osd, URL below.
URL
https://api.orionsoftwaredev.com/mcp

Transport
http

How It Works

OAuth metadata + Dynamic Client Registration — no manual credentials.

01 · DISCOVER
Client fetches metadata
MCP client probes /.well-known/oauth-authorization-server at the URL above.
02 · REGISTER
DCR provisions a client
First connection auto-registers via Dynamic Client Registration. No shared secrets.
03 · AUTHORIZE
User signs in once
Browser opens to login.orionsoftwaredev.com for Cognito-backed auth.
04 · CALL
Tools become available
Positions, decisions, studio runs, backtest sweep, user config — all callable.