Skip to main content
Glama

Liquid State — Crypto Market Intelligence

Server Details

Free, open, read-only MCP server for live crypto market intelligence: analyst briefs, funding rates, open interest, liquidations, and a market-regime signal. No API key required.

Status
Unhealthy
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.1/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect of crypto intelligence: news briefs, derivatives data, guides, market overview, and a consolidated market state. No overlaps in purpose.

Naming Consistency5/5

All tools follow a consistent 'get_' prefix with clear noun descriptors (e.g., get_briefs, get_market_state). The naming pattern is uniform and predictable.

Tool Count4/5

With 5 tools, the server covers essential crypto market intelligence functions without being excessive. The count feels slightly lean but appropriate for a specialized domain.

Completeness4/5

The set covers market news, derivatives, guides, and aggregated states. Minor gaps exist (e.g., historical data, spot markets) but core intelligence needs are met.

Available Tools

5 tools
get_briefsAInspect

Recent crypto market-intelligence briefs from Liquid State — analyst write-ups on price action, liquidations, funding, and macro. Returns headline, category, coins, summary, url, publishedAt. Use when the user wants recent crypto news/analysis or what's moving markets.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoHow many recent briefs to return (1-50, default 15).
Behavior3/5

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

With no annotations, the description carries the full burden. It lists return fields (headline, category, coins, summary, url, publishedAt) and content types (price action, liquidations, funding, macro). But it lacks details on ordering, freshness, or potential limitations, making it adequate but not comprehensive.

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 no wasted words. The purpose is front-loaded, and the structure is efficient and clear.

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, the description adequately lists return fields. It mentions the source (Liquid State) and content categories. Minor missing details like ordering or coverage limits, but overall complete for a simple list tool.

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% for the single parameter 'limit', which has a description in the schema. The tool description does not add extra meaning beyond what the schema provides, so baseline score of 3 is appropriate.

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 returns 'recent crypto market-intelligence briefs from Liquid State' listing specific fields. It distinguishes from siblings like get_derivatives and get_market_overview by focusing on analyst write-ups on price action, liquidations, funding, and macro.

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 explicit usage context: 'Use when the user wants recent crypto news/analysis or what's moving markets.' However, it does not mention when not to use or suggest alternatives, but the context is clear.

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

get_derivativesAInspect

Live perpetual-futures derivatives for one crypto asset from OKX: funding rate (%), open interest (USD), long-account %, and last price. Use when the user asks about funding, open interest, positioning, or the perp price of a specific coin.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesAsset ticker, e.g. BTC, ETH, SOL.
Behavior2/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 mentions data is 'Live' but does not disclose any behavioral aspects like idempotency, rate limits, authentication needs, or potential side effects. The lack of such details makes it insufficient for an agent to understand operational behavior.

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 only two sentences, with no wasted words. The first sentence efficiently lists what the tool provides, and the second gives usage guidance. Every sentence earns its place.

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?

Despite low complexity, the description covers the data source (OKX), data fields, and usage context. Since there is no output schema, listing the returned fields (funding rate, open interest, etc.) ensures the agent knows what to expect. Minor improvement: could mention data recency or format, but overall sufficient.

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% for the single parameter 'symbol'. The description adds context (data from OKX, derivative type) but does not add meaning beyond what the schema already provides (ticker example). Baseline 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 it provides live perpetual-futures derivatives for one crypto asset, listing specific data fields (funding rate, open interest, long-account %, last price). This gives a specific verb+resource, but does not explicitly differentiate from sibling tools like 'get_briefs' or 'get_market_overview', though the derivative focus implies distinction.

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 explicitly says 'Use when the user asks about funding, open interest, positioning, or the perp price of a specific coin.' This provides clear context for when to use. However, it does not mention when not to use or suggest alternatives, which would improve the guidance.

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

get_guidesAInspect

Liquid State's premium trading guides — title, one-line description, tags, page count, price (USD), url. Paid content, not free — price is always disclosed. Use when the user wants an in-depth trading education resource (risk management, position sizing, trend-following, etc.).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

Discloses that content is paid and price is always disclosed. No annotations exist, so the description carries the burden well for a simple read-only tool.

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: first lists returned fields, second provides usage guidance and a note on paid content. No wasted words, front-loaded.

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?

Lists all returned fields (title, description, tags, page count, price, url) and context about paid educational content. Lacks mention of whether all guides are returned or pagination, but acceptable for a simple tool.

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

Parameters4/5

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

No parameters exist; schema coverage is trivially 100%. Description adds no param info, but baseline is 4 due to no parameters needing explanation.

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 it returns 'premium trading guides' with specific fields (title, description, tags, page count, price, url), clearly distinguishing from sibling tools like get_briefs or get_market_overview.

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 explicit usage guidance: 'Use when the user wants an in-depth trading education resource...', but does not explicitly mention when not to use or list alternatives, though siblings are implied.

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

get_market_overviewAInspect

Funding rate + price snapshot for the major crypto assets (BTC, ETH, SOL) in one call. Use for a quick market-wide read.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

No annotations provided, so description carries burden. Discloses data content but omits behavioral traits like data freshness, rate limits, or cost implications. Adequate but not thorough.

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, front-loaded with purpose, no unnecessary words. Efficient and clear.

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?

No output schema, but description covers return contents. Could add details like data format or timeframe, but for a snapshot it's sufficiently complete.

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, schema coverage 100%. Description adds context beyond schema by specifying the returned assets and data types, meeting the baseline for zero-parameter tools.

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?

Specifies exactly the tool returns (funding rate + price snapshot) and its scope (BTC, ETH, SOL). Distinct from siblings like get_briefs or get_derivatives.

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?

Explicitly says 'quick market-wide read', guiding when to use. Does not explicitly mention when not to use or alternatives, but context is clear enough.

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

get_market_stateAInspect

Consolidated live crypto market snapshot designed for AI citation: BTC/ETH/SOL funding rates, prices, open interest, 24h liquidation aggregate, and a derived regime signal (Bullish/Bearish/Neutral). Returns as_of timestamp, source, and citation string. Use when the user asks about current crypto market conditions.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

With no annotations provided, the description carries the full burden of disclosure. It states the tool returns live data with a timestamp, source, and citation, but does not mention caching, rate limits, or authorization needs. Adequate but could be more explicit about behavior.

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 two sentences long, clearly front-loading the purpose and output details. It is efficient without being overly verbose, though the first sentence could be slightly shortened.

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 zero parameters and no output schema, the description provides sufficient context about the tool's return values (as_of, source, regime signal). It does not list possible errors, but for a simple snapshot tool this is acceptable completeness.

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

Parameters4/5

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

The tool has zero parameters, so the description adds value by detailing the output structure and use case. Schema coverage is 100% (no parameters), so no further parameter information is 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 specifies exactly which crypto assets and metrics are included (funding rates, prices, open interest, etc.), and explicitly states it is designed for AI citation with a derived regime signal. This clearly differentiates it from siblings like get_market_overview.

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 tells the agent to use the tool when the user asks about current crypto market conditions. While this provides clear context, it does not explicitly mention when not to use it or offer alternative sibling tools, which prevents a perfect score.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources