MCP
MCP SDK
rotascale-mcp: expose your own tools with authorisation built in, so there is no unguarded path to them.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
rotascale-mcp: expose your own tools with authorisation built in, so there is no unguarded path to them.
pip install rotascale-mcp
| Command | For |
|---|---|
rotascale-mcp | A guarded MCP server: your tools, with the gate in front |
rotascale-mcp-proxy | A proxy in front of somebody else’s MCP server. See the proxy |
export ROTASCALE_URL="https://rotagrant.internal.example"
export ROTASCALE_API_KEY="rsk_..."
export ROTASCALE_MCP_TRANSPORT="stdio" # or the HTTP transport
rotascale-mcp
| Variable | Meaning |
|---|---|
ROTASCALE_URL | Your deployment |
ROTASCALE_API_KEY | See Authentication |
ROTASCALE_MCP_TRANSPORT | stdio by default |
ROTASCALE_MCP_LOG | WARNING by default |
