Floatout
Server Details
Launch a branded Hyperliquid perps and prediction market DEX. Read plans, guides and fee research.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: listing activation plans, reading a specific fee study, and fetching public documentation pages. Though both list_floatout_plans and read_floatout_page can surface pricing, the former is structured plan data with purchase links and the latter is general guide content, so no realistic ambiguity exists.
All tool names follow a consistent verb_noun snake_case pattern (list_*, read_*, read_*), with no mixing of styles or vague verbs. The only minor variation is the domain prefix not appearing in read_builder_fee_study, but the structural convention is uniform.
Three tools is well within the ideal range for a focused read-only informational server. Each tool provides distinct value and none feel redundant or unnecessary.
The server is explicitly a read-only public information source, and the three tools cover its apparent domain: current plans/pricing, a specific fee study, and general documentation. There are no obvious missing operations for the stated scope, as any public guide can be retrieved via read_floatout_page.
Available Tools
3 toolslist_floatout_plansARead-onlyInspect
Read current publicly purchasable Floatout activation plans, prices, revenue-share terms and browser purchase links. Checkout requires the owner's wallet. Does not create an order or make a payment.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, and the description reinforces and extends this by stating checkout requires the owner's wallet and that the tool does not create an order or make a payment. This adds meaningful behavioral context beyond the annotations.
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 three concise sentences with no wasted words. The main purpose is front-loaded, and the additional behavioral caveats are relevant and useful.
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 zero-parameter read-only tool with annotations covering safety, the description is complete. It states what is read, what is included, and what it does not do, leaving no obvious gaps for an agent to call it incorrectly.
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 baseline is 4. There is no parameter semantics to clarify, and the description appropriately focuses on behavior rather than input details.
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 uses a specific verb ('Read') and identifies the exact resource: current publicly purchasable Floatout activation plans, including prices, revenue-share terms, and browser purchase links. It clearly differentiates itself from siblings by stating it reads plans rather than a fee study or page.
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 gives clear context for when to call this tool: when reading current publicly purchasable plans and related purchase terms. It does not explicitly name alternatives or exclusion conditions beyond stating it does not create an order or payment, so it stops short of a full 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
read_builder_fee_studyARead-onlyInspect
Read Floatout's fixed September 10–23, 2026 archive sample of gross Hyperliquid builder fees in USDC, including daily data and coverage limitations. Not Floatout revenue or expected customer earnings.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish readOnlyHint and non-destructive behavior. The description adds meaningful context beyond annotations: the fixed date window, the 'archive sample' nature, coverage limitations, and the explicit caveat that this is not revenue or earnings. This helps the agent understand the data's scope and limitations without contradicting the annotations.
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 tight sentences with no filler. It front-loads the core action and resource, then adds two short clarifications (contents and exclusions). Every phrase 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?
For a parameterless, read-only tool with no output schema, the description is largely complete: it states the resource, data contents, limitations, and exclusions. It could go slightly further by describing the exact return format, but 'including daily data and coverage limitations' gives enough shape for an agent to invoke it correctly.
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?
There are zero parameters and schema coverage is 100%, so the baseline is 4. The description adds useful semantic context about the data content, currency, date range, and limitations, which is more than necessary for a parameterless tool.
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 names a specific action ('Read') and a precise resource: Floatout's fixed September 10–23, 2026 archive sample of gross Hyperliquid builder fees in USDC. It also clarifies what is included and explicitly differentiates this data from Floatout revenue or expected earnings, making the tool's 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 gives clear context about what data this tool provides and warns that it is 'Not Floatout revenue or expected customer earnings,' which prevents misuse. It does not explicitly compare against sibling tools like list_floatout_plans or read_floatout_page, but the fixed fee-study scope makes the intended use reasonably clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
read_floatout_pageARead-onlyInspect
Read a public Floatout product, pricing, security or operator guide as Markdown. Returns current published content with its source URL. Does not sign in or change a platform.
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral context: it returns Markdown, includes the source URL, and explicitly states it does not sign in or mutate the platform. This goes beyond the annotations and helps the agent understand side effects and output format.
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 with no wasted words. It front-loads the core action and resource, then adds the key behavioral details. 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?
For a simple read-only tool with one enum-constrained parameter and no output schema, the description is nearly complete. It covers what is returned (Markdown, source URL) and what side effects do not occur. The only minor gap is that it does not describe the structure of the Markdown content or any pagination, but that is not critical for a single-page read 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 description coverage is 0%, so the description must compensate. The description explains that the 'path' parameter selects a public Floatout guide page, and the enum in the schema lists valid paths. The description adds meaning by clarifying that the path refers to a guide page and that the output is Markdown. However, it does not explain the path format or how to choose a path beyond the enum, so a 4 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 states a specific verb ('Read'), a specific resource ('public Floatout product, pricing, security or operator guide'), and the output format ('as Markdown'). It also distinguishes itself from siblings by noting it returns current published content with its source URL and does not sign in or change the platform. This is clear and specific.
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 implies when to use this tool: when you need to read a public Floatout guide page. It also explicitly says what it does not do ('Does not sign in or change a platform'), which helps rule out alternatives. However, it does not explicitly name sibling tools or state when to use them instead, so it falls short of a 5.
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.
3 tool updates
- First observed
list_floatout_plans - First observed
read_builder_fee_study - First observed
read_floatout_page
Related MCP Connectors
Non-custodial Hyperliquid perp trading: live markets, account state, user-armed order execution
Hyperliquid - 2 tools for perpetuals, options, and position data
Live Hyperliquid perps analytics for agents: funding, OI, whale prints, leaderboard, wallet risk.
Polymarket + Hyperliquid + macro for AI agents. 38 tools, signal backtest, SSE streaming. Free tier.
Related MCP Servers
AlicenseNot gradedqualityDmaintenancePerpetual futures trading API for AI agents. Access 275+ markets (crypto, stocks, commodities, forex) via Hyperliquid. Copy trading, leaderboard, up to 50x leverage. No KYC. 20% referral commissions.29 npmMIT- AlicenseAqualityNot gradedmaintenanceEnables interaction with the Hyperliquid DEX for retrieving market data, managing positions, and executing trades. Supports both testnet and mainnet operations with comprehensive trading tools including order placement, cancellation, and portfolio management.11MIT
- AlicenseBqualityDmaintenanceIntegrates with Hyperliquid DEX to enable trading, account management, and market data queries through natural language.126 npm3MIT
- FlicenseNot gradedqualityDmaintenanceEnables natural language trading of Hyperliquid perpetual futures, including portfolio checks, market data, order placement with confirmation, and position management.-
Glama MCP Gateway
Add one secure layer between your agents and this server.