← owlgrouptrading.com
INDIVIDUAL MCP TOOL
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.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.owlgrouptrading-com]
url = "https://owlgrouptrading.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"owlgrouptrading-com": {
"type": "http",
"url": "https://owlgrouptrading.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: owlgrouptrading-com
Remote MCP URL: https://owlgrouptrading.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"owlgrouptrading-com": {
"url": "https://owlgrouptrading.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"owlgrouptrading-com": {
"type": "http",
"url": "https://owlgrouptrading.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "owlgrouptrading-com",
"transport": "streamable-http",
"url": "https://owlgrouptrading.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_indicator_code— Return the verified implementation of an Owl Group Trading indicator in a given platform.