Owl Group Trading — Indicator Code
Official2 toolsby owlgrouptrading
Verified cross-platform implementations of Owl Group Trading indicators as queryable code.
Access verified cross-platform implementations of trading indicators as queryable code.
Captured live from the server via tools/list.
list_indicators
List every indicator in the Owl Group Trading code library: slug, name, one-line summary, available platforms, the linked glossary concept, the verification tolerance, and the page URL. Returns the authoritative catalog so the answer comes from real data rather than a guess. Takes no arguments.
No parameters.
get_indicator_code
Return the verified implementation of an Owl Group Trading indicator in a given platform. Args: slug (e.g. 'rl10', 'dragon', 'river-flood-plain') and platform (e.g. 'python', 'javascript'). Returns the commented source code, the verification proof (real Python-vs-JS parity), the summary, and the page URL. Call list_indicators first to see valid slugs and platforms.
Parameters (2)
- slugstringrequired
Indicator slug, e.g. 'rl10'
- platformstring
Platform: 'python' or 'javascript'
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://owlgrouptrading.com/mcpclaude_desktop_config.json
{
"mcpServers": {
"indicator-code": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://owlgrouptrading.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.