Skip to main content
Glama

QuantToGo MCP — Источник макрофакторных количественных сигналов

awesome-mcp-servers npm Downloads

English | 中文

Источник макрофакторных количественных сигналов, доступный через MCP (Model Context Protocol). 8 инструментов, 1 ресурс, нулевая настройка. ИИ-агенты могут самостоятельно зарегистрироваться на бесплатный пробный период, запрашивать торговые сигналы в реальном времени и проверять статус подписки — всё в рамках диалога. Вся эффективность отслеживается на основе сигналов в реальном времени, а не на бэктестах.

QuantToGo — это не торговая платформа, не управляющий активами и не сообщество для копитрейдинга. Это источник количественных сигналов — как прогноз погоды для финансовых рынков. Мы публикуем систематические торговые сигналы, основанные на макроэкономических факторах; вы сами решаете, действовать ли на их основе через свой брокерский счет.

📊 Эффективность стратегий в реальном времени

Стратегия

Рынок

Фактор

Общая доходность

Макс. просадка

Шарп

Частота

Сигнал на покупку на дне (США)

США

Настроения: разворот паники VIX

+671.8%

-60.0%

1.5

Ежедневно

CNH-CHAU

США

Валюта: корреляция CNH-CSI300

+659.6%

-43.5%

2.0

Еженедельно

Сглаженный 3x Nasdaq

США

Тренд: тайминг TQQQ

+558.3%

-69.9%

1.4

Ежемесячно

Ротация IF-IC (крупная/малая кап.)

Китай

Ликвидность: ротация крупной/малой кап.

+446.2%

-22.0%

1.9

Ежедневно

Тайминг «умных денег» CSI300

Китай

Валюта: корреляция CNY-индекс

+385.8%

-29.9%

1.8

Ежедневно

PCR (индикатор розничных инвесторов)

США

Настроения: Put/Call Ratio

+247.9%

-24.8%

1.7

Ежедневно

Контриндикатор непопулярных акций

Китай

Внимание: низкообъемная стоимость

+227.6%

-32.0%

1.5

Ежемесячно

Сигнал на покупку на дне (A-акции)

Китай

Настроения: отскок от лимита вниз

+81.8%

-9.1%

1.6

Ежедневно

Последнее обновление: 2026-05-04 · Автоматическое обновление еженедельно через GitHub Actions · Проверить в истории git

Все показатели доходности являются совокупными с момента запуска. Отслеживание ведется ежедневно в реальном времени — каждый сигнал имеет временную метку в момент публикации, неизменяем и включает все убытки и просадки. История коммитов Git обеспечивает независимый аудиторский след.

Related MCP server: fathom-fyi

Что такое источник количественных сигналов?

Большинство количественных сервисов делятся на три категории: платформы для самостоятельной сборки (высокий технический порог), доверительное управление (вы передаете свои деньги) или сообщества копитрейдинга (непроверяемые, непрозрачные). Источник сигналов — это четвертая парадигма:

  • Количественная команда запускает стратегические модели и публикует торговые сигналы

  • Вы получаете сигналы и самостоятельно решаете, действовать ли по ним

  • Вы совершаете сделки на своем собственном брокерском счете — мы никогда не касаемся ваших средств

  • Все исторические сигналы отслеживаются с временными метками — полностью поддаются аудиту

Представьте это как прогноз погоды: он говорит вам, что завтра с вероятностью 80% будет дождь. Брать ли зонт — ваше решение.

Как оценить любой источник сигналов — фреймворк QTGS:

Измерение

Ключевой вопрос

Целостность отслеживания

Имеют ли все сигналы временные метки и являются ли они неизменяемыми, включая убытки?

Прозрачность стратегии

Можете ли вы одним предложением объяснить, на чем зарабатывает стратегия?

Риск хранения

Всегда ли средства пользователей находятся под их контролем? Нулевое хранение = нулевой риск бегства с деньгами.

Устойчивость факторов

Является ли источник альфы устойчивым экономическим явлением или это совпадение, найденное в данных?

Быстрый старт

Claude Desktop / Claude Code

{
  "mcpServers": {
    "quanttogo": {
      "command": "npx",
      "args": ["-y", "quanttogo-mcp"]
    }
  }
}

Cursor

Добавьте в .cursor/mcp.json:

{
  "mcpServers": {
    "quanttogo": {
      "command": "npx",
      "args": ["-y", "quanttogo-mcp"]
    }
  }
}

Coze / Remote SSE

{
  "mcpServers": {
    "quanttogo": {
      "url": "https://mcp.quanttogo.com/sse",
      "transportType": "sse"
    }
  }
}

Remote Streamable HTTP

https://mcp-us.quanttogo.com:8443/mcp

Инструменты

Обнаружение (бесплатно, без авторизации)

Инструмент

Описание

Параметры

list_strategies

Список всех стратегий с показателями эффективности

нет

get_strategy_performance

Подробные данные + история NAV для одной стратегии

productId, includeChart?

compare_strategies

Сравнение 2-8 стратегий бок о бок

productIds[]

get_index_data

Пользовательские индексы QuantToGo (DA-MOMENTUM, QTG-MOMENTUM)

indexId?

get_subscription_info

Планы подписки + как начать бесплатный пробный период

нет

Сигналы (требуется API Key — получите через register_trial)

Инструмент

Описание

Параметры

register_trial

Регистрация 30-дневного пробного периода по email, получение API Key

email

get_signals

Получение последних сигналов на покупку/продажу для стратегии

apiKey, productId, limit?

check_subscription

Проверка статуса пробного периода и оставшихся дней

apiKey

Ресурс: quanttogo://strategies/overview — JSON-обзор всех стратегий.

Попробуйте сейчас

Спросите своего ИИ-ассистента:

"Перечисли все стратегии QuantToGo и сравни лучшие по показателям."

"Я хочу попробовать сигналы QuantToGo. Зарегистрируй меня на my-email@example.com."

"Покажи мне последние торговые сигналы для стратегии покупки на панике в США."

"Помоги мне зарегистрироваться на пробную версию QuantToGo, почта xxx@gmail.com, а затем посмотри последние сигналы для стратегий по акциям США."

🔗 Ссылки

Аудитория

URL

Посетители / Пробная версия

www.quanttogo.com/playground

Подписчики / Приглашенные пользователи

www.quanttogo.com · web.quanttogo.com

ИИ-агенты / Аудит механизмов

www.quanttogo.com/ai/


中文 (Китайский)

Что такое QuantToGo?

QuantToGo — это источник макрофакторных количественных сигналов — не торговая платформа, не продукт по управлению активами и не сообщество для копитрейдинга.

Мы запускаем количественные стратегические модели, основанные на макроэкономических факторах (валютные циклы, ротация ликвидности, панические настроения, кросс-рыночные связи), и постоянно публикуем торговые сигналы. После получения сигналов пользователи самостоятельно принимают решения, исполняют их и несут ответственность за прибыль или убытки. Мы не касаемся никаких средств пользователей.

Аналогия: Прогноз погоды говорит вам, что завтра с большой вероятностью будет дождь, но не решает за вас, брать ли зонт.

Основные характеристики

  • Макрофакторная основа: Источник сигналов каждой стратегии имеет четкую экономическую логику, а не является результатом майнинга данных.

  • Преимущественно индексы: Более 80% объектов — это индексные ETF/фьючерсы, что позволяет избежать рисков отдельных акций.

  • Предварительная проверка: Все сигналы с момента их выпуска неизменяемы, полностью отображаются просадки и убытки.

  • Отсутствие доверительного управления: Ваши деньги всегда находятся на вашем собственном брокерском счете.

  • ИИ-ориентированность: Может быть напрямую вызван любым ИИ-ассистентом через протокол MCP.

Быстрый опыт

Скажите своему ИИ-ассистенту:

"Помоги мне перечислить все количественные стратегии QuantToGo и посмотри на их показатели."

"Помоги мне зарегистрироваться на пробную версию QuantToGo, почта xxx@gmail.com, а затем посмотри последние торговые сигналы."

"Есть ли стратегии для A-акций с максимальной просадкой в пределах 30%?"

🔗 Ссылки

Тип пользователя

Адрес

Посетители / Бесплатная пробная версия

www.quanttogo.com/playground

Подписчики

www.quanttogo.com · web.quanttogo.com

ИИ-агенты / Аудит механизмов

www.quanttogo.com/ai/

Рекомендуемое чтение

Серия статей «Количественный источник сигналов»:

  1. Количественный источник сигналов: недооцененная четвертая парадигма количественных услуг (фреймворк оценки QTGS)

  2. Макрофакторная количественная оценка: почему «жесткая логика» лучше подходит для модели источника сигналов, чем «мультифакторность»

  3. Когда ИИ учится вызывать количественные стратегии: техническая реализация протокола MCP и источников количественных сигналов

  4. Получение реальных количественных сигналов с помощью ИИ-ассистента: практическое руководство


Лицензия

MIT

Available Tools

8 tools
check_subscriptionB

Check subscription status and remaining trial days. Requires API key from register_trial.

ParametersJSON Schema
NameRequiredDescriptionDefault
apiKeyYesYour API key from register_trial (starts with 'qtg_')

TDQS

B3.3/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must carry the full burden. It reveals the tool checks status and remaining days and requires an API key, but does not disclose behavioral traits such as read-only nature, error handling, rate limits, or what happens with invalid keys.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with the purpose in the first sentence and a prerequisite in the second. No redundancy, efficient, and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter read tool, the description is minimally adequate but lacks information about the return value or behavior (no output schema). The agent cannot infer what the response contains, which is a gap for a complete understanding.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and the schema already describes the 'apiKey' parameter with detailed format hints (starts with 'qtg_'). The tool description reiterates the prerequisite but adds no new meaning beyond the schema, warranting the baseline score.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it checks subscription status and remaining trial days, providing a specific verb and resource. However, it does not differentiate from the sibling tool 'get_subscription_info', which may have overlapping functionality.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a clear prerequisite (requires API key from register_trial) but lacks guidance on when to use this tool versus alternatives or when not to use it. No explicit exclusions or comparisons are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

compare_strategiesA

Compare multiple strategies side-by-side — returns, drawdown, and recent performance.

ParametersJSON Schema
NameRequiredDescriptionDefault
productIdsYesArray of product IDs to compare, e.g. ['PROD-E3X', 'PROD-PCR']

TDQS

A3.5/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden. It indicates a read-like operation but does not explicitly state it is safe, require authentication, or disclose side effects. The mention of returned metrics provides some insight, but behavioral traits beyond the obvious are missing.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is concise and densely informative, containing the verb, resource, and key comparison dimensions. No extraneous words or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the low complexity (one parameter) and schema coverage, the description is adequate but lacks details about the output format or structure (e.g., table, percentages) which would help an agent interpret results. No differentiation from siblings or guidance on prerequisites.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% with a clear description for productIds. The tool description ('compare multiple strategies') adds no new semantic meaning beyond the schema, which already explains the parameter. Baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Compare' and resource 'strategies', specifying the aspects compared: returns, drawdown, and recent performance. It implies side-by-side comparison, distinguishing it from single-strategy tools like get_strategy_performance, though not explicitly.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for comparing multiple strategies, but does not provide explicit guidance on when to use this tool versus siblings like list_strategies or get_strategy_performance. No exclusion criteria or alternative tools are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_index_dataC

Get custom market indices — China A-share momentum and strategy-weighted momentum. Requires API key (get one free via register_trial).

ParametersJSON Schema
NameRequiredDescriptionDefault
apiKeyYesYour API key from register_trial (starts with 'qtg_')
indexIdNoIndex ID. Omit to get summary of all indices.

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description only discloses the API key requirement and its acquisition, but lacks details on error handling, rate limits, or idempotency. It does not mention that omitting indexId returns a summary (though this is in the schema). The behavioral disclosure is minimal.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, with two sentences front-loading the purpose followed by the prerequisite. It is efficient with no unnecessary words. A small addition about the summary mode would improve structure but it is otherwise well-organized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has a simple input schema with no output schema. The description covers core purpose and the API key requirement, but it does not explain the two index types or the behavior when indexId is omitted. This leaves some gaps for a complete understanding, though the schema partially fills them.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds no additional parameter meaning beyond what the schema already provides. It does not elaborate on the enum values or the summary behavior, but the schema descriptions are sufficient.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves custom market indices, specifically China A-share momentum and strategy-weighted momentum, which differentiates it from sibling tools like get_signals or get_strategy_performance. However, it could be more explicit about the distinction between the two index types.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions the requirement for an API key and directs to register_trial, but it does not provide any guidance on when to use this tool versus alternatives (e.g., get_signals). No explicit when-not or comparison context is given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_signalsA

Get today's buy/sell signals for a strategy. Requires API key from register_trial.

ParametersJSON Schema
NameRequiredDescriptionDefault
apiKeyYesYour API key from register_trial (starts with 'qtg_')
productIdYesStrategy product ID from list_strategies, e.g. 'PROD-E3X'
limitNoNumber of recent signals to return (max 50)

TDQS

A3.6/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description states it is a read operation ('get') and requires an API key, which provides some behavioral context. However, with no annotations provided, it lacks details on rate limits, error handling, or data format in the response. The bar is higher without annotations, and this is insufficient for full transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, compact sentence that efficiently conveys the tool's purpose and a key prerequisite. There is no redundancy, and every word contributes value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite good schema coverage and conciseness, the description omits important contextual details such as the return structure, behavior when no signals exist, and error handling. For a tool with moderate complexity and no output schema or annotations, this is incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already has 100% description coverage for all three parameters. The description adds minimal extra meaning beyond stating the API key's origin. Thus, it meets the baseline of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves today's buy/sell signals for a specific strategy. The verb 'get' and resource 'buy/sell signals' are specific, and the scope ('today's', 'for a strategy') distinguishes it from sibling tools like list_strategies or get_strategy_performance.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions a prerequisite (API key from register_trial), which is helpful. However, it does not provide guidance on when to use this tool versus alternatives like compare_strategies or get_index_data, nor does it specify when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_strategy_performanceA

Get detailed performance for a specific strategy — returns, drawdown, Sharpe, win rate, and daily NAV history for charting. Requires API key (get one free via register_trial).

ParametersJSON Schema
NameRequiredDescriptionDefault
apiKeyYesYour API key from register_trial (starts with 'qtg_')
productIdYesStrategy product ID, e.g. 'PROD-E3X'
includeChartNoInclude daily NAV data points for charting

TDQS

A3.9/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must cover behavioral aspects. It lists specific returned metrics and notes the authentication requirement. It does not mention potential errors, rate limits, or that it is read-only, but it provides sufficient context for an agent to understand the tool's non-destructive nature.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise with two sentences that front-load the purpose and list outputs, then provide the authentication requirement. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema, so the description must explain return values. It lists key metrics but not all possible details (e.g., format of NAV data, error handling). It covers the main points but misses some completeness for a first-time user.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already explains each parameter. The description adds value by reiterating the need for an API key and hinting at its acquisition via register_trial, but does not add significant new semantics beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it gets performance metrics for a specific strategy, listing returns, drawdown, Sharpe, win rate, and daily NAV history. This distinguishes it from siblings like compare_strategies (compares multiple) and list_strategies (lists all).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions requiring an API key from register_trial, indicating a prerequisite. However, it does not explicitly guide when to use this tool versus alternatives like compare_strategies or get_signals, leaving some ambiguity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_subscription_infoC

Get subscription plans and free trial info.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description is minimal and does not disclose behavioral traits such as authentication requirements, response structure, or whether it is read-only. With no annotations, the burden is entirely on the description, which falls short.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence, which is concise but could be more informative without becoming verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a parameterless info retrieval tool, the description covers the basic purpose, but lacks details about return format or data scope. Given no output schema, more context would be beneficial.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has zero parameters, so schema description coverage is 100%. The description does not need to explain parameters, but it could add context about what 'plans' and 'free trial info' include.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves subscription plans and free trial info, using specific verbs and resources. However, it does not differentiate from the sibling check_subscription, which could overlap.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives like check_subscription, nor any context on prerequisites or usage scope.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_strategiesA

List all available trading strategies with live performance data. Returns strategy name, market (US/China), total return, drawdown, and recent returns.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description discloses a read-like operation (list all) and the return data. It could explicitly state it's non-destructive, but the intent is clear.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences front-load the main action and list return fields without waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a parameterless list-all tool, the description fully covers what it does and the output structure, compensating for missing output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters exist; schema coverage is 100%. The description adds no redundancy and correctly implies no input needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists all strategies with live performance data and specifies the output fields (name, market, returns, drawdown), distinguishing it from siblings like compare_strategies or get_strategy_performance.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies listing all strategies but does not explicitly guide when to use this tool over alternatives or mention any context or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

register_trialA

Start a free 30-day trial. Provide your email, get an API key instantly. Calling again with the same email returns your existing account.

ParametersJSON Schema
NameRequiredDescriptionDefault
emailYesYour email address for registration and credential recovery

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description discloses key behaviors: free trial, instant API key, idempotency on same email. It does not mention rate limits or failure modes, but for a simple registration tool, this is adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with two sentences: first states the core action, second adds idempotency. No wasted words, appropriate length for a simple tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with one parameter and no output schema, the description covers the main aspects: what it does, what it returns, and key behavior (idempotency). Minor gaps like error handling are acceptable given the low complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage on the email parameter, already explaining it's for registration and credential recovery. The tool description adds context (free trial, instant key) but does not significantly enhance parameter semantics beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: to start a free 30-day trial by providing an email and receiving an API key. It distinguishes itself from siblings like check_subscription and get_subscription_info, which deal with existing subscriptions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use (to start a trial) but does not explicitly state when not to use or mention alternatives. However, the context is clear for a registration tool, and it notes idempotency on repeat calls.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 2 tool updates
    • Changedget_index_data2 fields changed
      • addedInput schema / properties / apiKey
        Added value: +{
        +  "description": "Your API key from register_trial (starts with 'qtg_')",
        +  "type": "string"
        +}
      • addedInput schema / required
        Added value: +[
        +  "apiKey"
        +]
    • Changedget_strategy_performance2 fields changed
      • addedInput schema / properties / apiKey
        Added value: +{
        +  "description": "Your API key from register_trial (starts with 'qtg_')",
        +  "type": "string"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "productId"
        -]New value: +[
        +  "apiKey",
        +  "productId"
        +]
  2. 8 tool updatesv0.2.0
    • First observedcheck_subscription
    • First observedcompare_strategies
    • First observedget_index_data
    • First observedget_signals
    • First observedget_strategy_performance
    • First observedget_subscription_info
    • First observedlist_strategies
    • First observedregister_trial

TDQS

A3.8/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: subscription management, strategy listing, performance, signals, indices, comparison, and trial registration. No overlapping functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., check_subscription, get_strategy_performance, list_strategies). The verbs vary appropriately for different actions.

Tool Count5/5

8 tools is well-scoped for a financial strategy platform covering subscription, strategy data, signals, indices, and comparisons. Each tool earns its place.

Completeness5/5

The tool set covers the core workflow: trial registration, subscription status, strategy listing, performance details, signals, indices, and comparison. No obvious gaps for the stated purpose.

Maintenance

ActivityActive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables quantitative trading analysis with 12 tools for real-time market data, 28+ technical indicators, FinBERT-powered news sentiment analysis, and automated trading signal generation for stocks and forex.
    1
    -
  • A
    license
    A
    quality
    D
    maintenance
    Financial intelligence for AI agents. 31 tools across 8 data sources — regime, derivatives, stablecoin flows, momentum, volatility, macro, DeFi, weather patterns, political cycles, seasonality. The context layer between your agent and a bad trade.
    31
    19
    9
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/QuantToGo/quanttogo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server