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
- 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/5 across 4 of 4 tools scored.
Each tool has a clearly distinct purpose: news/analysis (get_briefs), single-asset derivatives (get_derivatives), major-asset overview (get_market_overview), and consolidated market snapshot with regime (get_market_state). No overlap or ambiguity.
All tool names follow a consistent 'get_' prefix followed by a descriptive noun (briefs, derivatives, market_overview, market_state), making them predictable and easily distinguishable.
Four tools cover the core functions of a crypto market intelligence server: news, derivative data, overview, and consolidated state. The count is well-scoped without unnecessary bloat or missing essentials.
The tool surface covers key workflows: fetching news, single-asset derivatives, major overview, and a consolidated state. Minor gaps exist (e.g., no historical data or multiple-asset derivative queries), but the set enables effective market analysis.
Available Tools
4 toolsget_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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many recent briefs to return (1-50, default 15). |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Asset ticker, e.g. BTC, ETH, SOL. |
Tool Definition Quality
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.
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.
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.
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.
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.
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_market_overviewAInspect
Funding rate + price snapshot for the major crypto assets (BTC, ETH, SOL) in one call. Use for a quick market-wide read.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
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.
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.
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.
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.
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.
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.
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!