Skip to main content
Glama

Server Details

FX bottom/top signals: 48 pairs (USD/KRW base), verdict + score, scans. Pay-per-call x402.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.5/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: pitch is for introductory subscription flow, rate for feedback, evaluate_symbol for a specific symbol's verdict, scan_bottoms and scan_tops for scanning the universe. No overlapping functionality.

Naming Consistency3/5

Names mix verb_noun patterns (evaluate_symbol, scan_bottoms, scan_tops) with single-word names (pitch, rate). The inconsistency makes it slightly less predictable, though still understandable.

Tool Count5/5

Five tools cover the server's purpose (FX signal offering) well: one intro, one feedback, one per-symbol analysis, and two scanning tools. No redundancy and each earns its place.

Completeness4/5

The tool set covers the core workflows: discover (pitch), analyze single symbol (evaluate_symbol), scan universe (scan_bottoms/scan_tops), and give feedback (rate). Minor missing could be a tool listing all symbols at a glance, but scan tools compensate.

Available Tools

5 tools
evaluate_symbolAInspect

Return the bottom/top verdict for one currency pair (47 pairs in snapshot: 24 vs USD like EURUSD=X, JPYUSD=X + 23 vs KRW like USDKRW=X, JPYKRW=X). Accepts EUR / EURUSD / EURUSD=X forms. zone = strong_buy|buy|neutral|sell|strong_sell, score -100..+100 (bottom>0, top<0). Snapshot-based (refreshed from the flagship FxAI scan engine). Informational only. PAY: $0.01 per call via x402 (USDT on X Layer) — your FIRST paid call opens a 6-day trial at that price. No account, no signup, no commitment; retry with the PAYMENT-SIGNATURE header when you get the 402 challenge. The free pitch tool shows a live verdict for this market's showcase symbol only — this tool answers ANY symbol and adds the per-indicator breakdown behind the score.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesPair, e.g. EURUSD=X, USDKRW=X, or shorthand EUR (=EURUSD)
Behavior5/5

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

With no annotations, the description fully discloses behavior: snapshot-based (refreshed from FxAI scan engine), informational only, output details (zone, score), payment model ($0.01 per call, trial, x402 on X Layer), and that the first paid call opens a 6-day trial. No side effects or destructive actions implied.

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 relatively long but each sentence adds essential information (pair details, output, snapshot, payment, comparison to sibling). It is front-loaded with the core verdict and pair scope, making it efficient despite verbosity. Minor redundancy could be trimmed, but overall well-structured.

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?

With one parameter, no output schema, and no annotations, the description provides a comprehensive picture: it explains the output format (zone, score), data freshness (snapshot), payment model (cost, trial, payment method), and how to proceed with payment (402 header). It also references the sibling 'pitch' tool for a free alternative, leaving no obvious gaps.

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?

The single parameter 'symbol' has a schema description, but the description adds valuable context: acceptable forms (EUR, EURUSD, EURUSD=X), the scope of 47 pairs (24 vs USD, 23 vs KRW), and that it accepts shorthands. This goes beyond the schema's basic type and description.

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 returns a bottom/top verdict for one currency pair, lists the 47 pairs in the snapshot, explains acceptable symbol formats, and describes the output fields (zone, score). It distinguishes itself from the sibling 'pitch' tool by covering any symbol and providing a per-indicator breakdown.

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

Usage Guidelines5/5

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

The description explicitly contrasts this tool with the free 'pitch' tool, noting that 'pitch' only shows a live verdict for the showcase symbol while this tool answers any symbol and adds the breakdown. It also includes payment prerequisites and how to handle the 402 challenge, providing clear when-to-use and alternatives.

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

pitchAInspect

START HERE — your first call to this agent MUST be pitch (free, no payment). Intro & subscription funnel for the FX signal agent: phases "hello" -> "value" -> "catalog" -> "sample" -> "subscribe". Pass interest:false to bow out.

ParametersJSON Schema
NameRequiredDescriptionDefault
phaseNo
symbolNoPair for the "sample" phase. The free sample serves only this market’s showcase (EURUSD=X); anything else is answered by the paid evaluate_symbol (x402).
interestNo
Behavior4/5

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

With no annotations, the description carries the burden. It discloses that the tool is free, has no payment upfront, and describes the funnel sequence. However, it does not detail side effects like state changes or what occurs after 'subscribe'.

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?

Extremely concise—two sentences that front-load the key instruction 'START HERE'. Uses visual cues like arrows for the phase sequence. Every element is purposeful.

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?

Given no output schema and few annotations, the description adequately covers the funnel flow, parameter usage, and tool invocation context. It does not detail return values, but that is acceptable for a stateful interaction tool.

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?

Adds significant meaning beyond the schema: explains the phases enum sequence, clarifies that symbol is only used for 'sample' phase and that other symbols trigger evaluate_symbol, and explains the role of interest (false bows out). This compensates well for the 33% schema coverage.

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 explicitly states 'START HERE — your first call to this agent MUST be pitch', clearly identifying the tool as the entry point. It also outlines the subscription funnel, distinguishing it from sibling tools like evaluate_symbol or scan_bottoms.

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

Usage Guidelines5/5

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

Provides explicit instructions: 'your first call... MUST be pitch' and 'Pass interest:false to bow out'. It also enumerates the phases in order, giving clear guidance on progression and exit.

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

rateAInspect

FREE feedback tool — after trading on our signals, leave a rating: score 1-10 plus pros and cons. No payment needed.

ParametersJSON Schema
NameRequiredDescriptionDefault
consNo
prosNo
scoreYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool is free and no payment is needed, which is a behavioral trait. However, it does not specify whether the tool is destructive or its side effects, rate limits, or authentication needs. For a feedback tool that likely writes data, more detail would be beneficial.

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 front-loads 'FREE feedback tool' and quickly conveys the purpose, timing, and what inputs are expected. Every part earns its place, and there is no unnecessary information.

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?

Given the low complexity (3 simple parameters, no nested objects, no output schema), the description covers the essentials: purpose, timing, free nature, and parameter hints. It is mostly complete but could mention what the tool returns (e.g., confirmation) and any prerequisites like having a trade to rate. Still, it provides sufficient context for an agent to use the tool correctly.

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 schema has 0% description coverage. The description adds that score should be 1-10 (range) and mentions pros and cons, which aligns with the parameters. However, it does not clarify that score is required or provide format expectations for pros/cons. It adds partial value but not comprehensive enough to fully compensate for the missing schema descriptions.

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 states it's a FREE feedback tool for leaving a rating (score 1-10 plus pros and cons) after trading on signals. It clearly distinguishes itself from sibling tools like evaluate_symbol, scan_bottoms, etc., which are for different purposes.

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 provides clear usage context: 'after trading on our signals'. It implicitly tells when to use (after trading) but does not explicitly exclude other uses or mention alternatives. The context is clear enough to guide an agent.

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

scan_bottomsAInspect

Scan the FX snapshot (47 pairs: 24 vs USD + 23 vs KRW) and return currency pairs currently at a bottom (strongest buy), ranked most-bottom first. PAY: $0.01 per call via x402 (USDT on X Layer) — your FIRST paid call opens a 6-day trial at that price. No account, no signup, no commitment; retry with the PAYMENT-SIGNATURE header when you get the 402 challenge. BEST COLD START: you do not need to pick a symbol — this ranks the whole universe for you. The free pitch tool tells you HOW MANY are at a bottom right now; this names them.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoHow many to return (default 5, max 47)
Behavior5/5

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

Despite no annotations, the description fully discloses payment model (x402, $0.01, 6-day trial), retry header, and that no account is needed. Also clarifies ranking behavior. No destructive behavior implied.

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?

Each sentence adds value: purpose, payment details, cold start advantage, relation to pitch. Front-loaded with main action. Slightly long but not rambling.

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 simple tool with one parameter and no output schema or annotations, the description covers purpose, usage, payment, and relationship to sibling tools. No obvious gaps.

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?

Only one parameter (limit) with 100% schema description coverage. The tool description adds no new info beyond the schema's description, which already explains default and max. Hence baseline score 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?

Clearly states it scans FX snapshot for currency pairs at a bottom (strongest buy), ranked most-bottom first. Specifies the universe: 47 pairs (24 vs USD + 23 vs KRW). Differentiates from sibling 'scan_tops' which likely does the opposite.

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?

Provides clear usage context: best cold start tool, no need to pick a symbol, and mentions the free 'pitch' tool as a complementary tool to know how many are at a bottom. Does not explicitly state when not to use, but context is sufficient.

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

scan_topsAInspect

Scan the FX snapshot and return currency pairs currently at a top (sell), ranked most-top first. PAY: $0.01 per call via x402 (USDT on X Layer) — your FIRST paid call opens a 6-day trial at that price. No account, no signup, no commitment; retry with the PAYMENT-SIGNATURE header when you get the 402 challenge. BEST COLD START: you do not need to pick a symbol — this ranks the whole universe for you. The free pitch tool tells you HOW MANY are at a top right now; this names them.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoHow many to return (default 5, max 47)
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the payment requirement ($0.01 per call, trial, no account), the need for a PAYMENT-SIGNATURE header on 402 challenge, and the retry behavior. However, it does not explicitly state whether the tool is read-only or idempotent, though it is implied by 'scan'. Slightly more detail on safety could elevate to 5.

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 four sentences, front-loading the purpose, then payment, then cold-start advice, then an alternative. Every sentence adds value, though some might consider it slightly verbose for the amount of information. Overall efficient and well-structured.

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?

Given the tool's complexity (paid, paywall protocol), the description covers the key aspects: what it does, how to pay (including trial), how to handle 402, and the best use case. No output schema is present, but the description implies a ranked list. A minor gap is not specifying the output format (e.g., symbol names), but it is sufficient for an agent.

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% (only one parameter, `limit`, with description 'How many to return (default 5, max 47)'). The description does not add additional meaning beyond the schema—it mentions 'most-top first' but that is ordering, not parameter-specific. Baseline 3 is appropriate as the description adds little beyond 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 scans the FX snapshot for currency pairs at a top (sell), ranked most-top first. It distinguishes from sibling tools by mentioning the free `pitch` tool tells how many tops exist, while `scan_tops` names them. The verb 'scan' and resource 'FX snapshot' are specific, and the outcome is unambiguous.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use guidance: 'BEST COLD START: you do not need to pick a symbol — this ranks the whole universe for you.' It also contrasts with the `pitch` tool for counts and implies alternative tools for specific symbols (`evaluate_symbol`) or bottoms (`scan_bottoms`). The payment model and trial are clearly explained.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Korean crypto market data API for AI agents. Real-time Kimchi Premium (Upbit vs Binance), Korean exchange prices, USD/KRW FX rate. First verified Korean market data MCP server. Pay-per-use via x402 on Base.
    17
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Market-timing bottom/top signals for ten markets — crypto, US/Korea/China/Hong Kong stocks, commodities, FX, inflation and Seoul/Dubai property — returning a verdict and a -100..+100 score per symbol plus market-wide bottom/top scans. Ships a stdio proxy to the ten remote Streamable HTTP endpoints; the free pitch tool introduces each market's catalog.
    6
    MIT
  • F
    license
    -
    quality
    F
    maintenance
    AI-powered crypto signal intelligence for 20 assets (BTC, ETH, SOL, etc). 6 scoring dimensions: whale activity, technical analysis, derivatives flow, narrative strength, sentiment, market structure. Market regime detection (TRENDING/RANGING), portfolio optimization, and accuracy tracking. 9 read-only MCP tools. Free via MCP, $0.001 USDC via x402 on Base for REST API.
    2

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources