fx-signal
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.
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.
Tool Definition Quality
Average 4.2/5 across 5 of 5 tools scored.
Each tool serves a distinct purpose: evaluate_symbol for individual analysis, scan_bottoms/scan_tops for scanning all pairs, pitch for onboarding, and rate for feedback. No overlap in functionality.
Three tools use verb_noun pattern (evaluate_symbol, scan_bottoms, scan_tops). 'pitch' and 'rate' are single verbs, deviating slightly, but all names are clear and recognizable.
Five tools cover the core workflow (onboarding, paid scans, individual analysis, feedback) without bloat. The scope matches the server's purpose well.
The set covers evaluation, scanning, onboarding, and feedback. Minor gaps exist (e.g., no historical data or subscription management), but the core signal workflow is complete.
Available Tools
5 toolsevaluate_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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Pair, e.g. EURUSD=X, USDKRW=X, or shorthand EUR (=EURUSD) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It discloses that the data is snapshot-based, refreshed from the FxAI scan engine, and informational only. It clearly states the payment requirement and mechanism (x402, USDT on X Layer, retry with header). It also notes the output ranges (zone and score). Could mention rate limits or exact return structure, but generally transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is detailed but each sentence adds value—purpose, input forms, output, snapshot nature, payment, and comparison to pitch. It is not overly verbose, though the payment explanation could be slightly condensed. Structure is logical and front-loaded with the core purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity (payment, snapshot, multiple pairs, no output schema), the description is comprehensive. It explains the 47-pair set, input formats, output fields (zone, score, per-indicator breakdown), and contrasts with sibling tools. It covers key aspects for usage, though error handling or rate limits are not mentioned.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single parameter 'symbol' is well described in the schema (100% coverage). The description adds semantic value by specifying accepted forms: EUR, EURUSD, EURUSD=X, and gives examples. This goes beyond the schema's basic description, aiding correct invocation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns a bottom/top verdict for one currency pair from a specific set of 47 pairs. It details input forms (EUR, EURUSD, EURUSD=X) and output fields (zone and score). It distinguishes from sibling tools like pitch, which only shows a showcase symbol, making the purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly tells when to use this tool (for any symbol) vs the free pitch tool (showcase only). It explains the payment model ($0.01 per call, first paid call opens a trial) and how to handle the 402 challenge with a PAYMENT-SIGNATURE header. This provides clear usage guidance.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| phase | No | ||
| symbol | No | Pair 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). | |
| interest | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description bears full burden. Mentions free/no payment, the funnel phases, and the exit via interest:false. However, does not disclose side effects (e.g., user session creation) or what the tool returns; acceptable but not exhaustive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, essential instructions front-loaded (must be first call, free). No wasted words, every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the conversational nature and no output schema, the description explains the funnel and parameters well. Could improve by briefly noting the output (e.g., 'Returns dialogue text for the selected phase'), but otherwise covers the core usage.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has 3 params (phase, symbol, interest) with only symbol having a description (33% coverage). Description adds meaning: explains the phase enum values, the role of symbol in the sample phase, and that interest:false exits. Missing only a more explicit role for interest true.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states this is the mandatory first call ('START HERE'), defines the tool as an intro/subscription funnel, and lists the phases. This distinguishes it from siblings like evaluate_symbol which handle paid analysis.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states it must be the first call and is free. Provides guidance on bowing out with interest:false and hints at paid alternatives (evaluate_symbol) for non-EURUSD symbols. Lacks explicit when-not-to-use but the context is strong.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| cons | No | ||
| pros | No | ||
| score | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so the description carries full burden. It clarifies that the tool is free and has no payment requirement. However, it does not disclose whether ratings are anonymous, how data is used, or any side effects (e.g., if ratings are stored permanently). For a simple feedback tool, this is adequate but not highly transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence with an additional note about no payment. It is front-loaded and contains no unnecessary words or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple 3-parameter tool with no output schema, the description provides sufficient information to understand usage. It covers when to use and what each parameter does. Minor gap: it doesn't explain what happens after submitting (e.g., confirmation), but that is not critical.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description adds value by explaining that 'score' is a number from 1-10 and that 'pros' and 'cons' are text fields. It compensates for the missing schema descriptions, though it could be more precise (e.g., clarifying optionality of pros and cons).
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: providing feedback after trading on signals, with a numeric score and pros/cons. It implicitly distinguishes itself from sibling tools like evaluate_symbol (which likely evaluates symbols, not user feedback) and scanning tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description specifies 'after trading on our signals, leave a rating,' which gives clear context. However, it does not mention when not to use, nor does it reference sibling tools for alternative actions. 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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many to return (default 5, max 47) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations, so description carries burden. Discloses payment mechanism and that it returns a ranked list. Does not explicitly state read-only, but implied. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Description is informative but slightly verbose. Each sentence adds value, yet could be more concise without losing context.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema, and description does not detail return format beyond 'ranked most-bottom first'. Lacks specifics on fields returned. Payment interaction is described, but flow could be clearer.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Only one parameter 'limit' with description in schema covering default and max. Tool description adds no additional meaning to the parameter beyond schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states it scans the FX snapshot and returns currency pairs at bottom (strongest buy), ranked most-bottom first. It specifies the universe of 47 pairs and distinguishes from sibling tools like pitch and scan_tops.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides guidelines on cold start (no need to pick symbol) and payment flow (402 challenge, trial). Contrasts with free pitch tool. Could be more explicit about when to use vs scan_tops.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many to return (default 5, max 47) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, but description discloses payment requirement ($0.01 per call via x402), trial, and retry header for payment challenge. Lacks mention of rate limits or side effects, but overall adequately transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Packed with useful info: purpose first, then payment, cold start, sibling comparison. Each sentence adds value, though slightly verbose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers purpose, ranking order, payment, alternative tool, and parameter range. No output schema needed given simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Single parameter 'limit' is already described in schema (default 5, max 47). Description does not add extra semantics beyond that.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description specifies verb 'scan' and resource 'FX snapshot' returning 'currency pairs at a top (sell)' ranked most-top first. Clearly distinguishes from sibling 'scan_bottoms' and mentions 'pitch' as free alternative.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit cold start advice: no symbol needed, ranks entire universe. Mentions free 'pitch' tool for count vs. this for names. Also covers payment process and trial terms.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!