Floatout
Server Details
Read-only access to Floatout plans, launch guides and fee research for branded Hyperliquid perpetuals and prediction market DEXs. No API key required. Documentation: https://docs.floatout.xyz
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 3 tools
list_floatout_plans and read_floatout_page both surface pricing/product information, so an agent could confuse them when looking for current plans. The descriptions clarify that one is a structured plan/checkout listing and the other is a general documentation page, but the boundary is not sharply distinct. read_builder_fee_study is clearly separate.
All tool names use a consistent lower_snake_case verb_noun pattern (list/read + object). The verb choice is semantically appropriate: list for a collection, read for a single document or dataset. No mixed styles or vague operations.
Three tools is a tight, well-scoped set for a read-only public-info server. Each tool—plans, fee study, documentation pages—covers a distinct information need without redundant entries. No bloat or padding.
The surface covers the main public informational outputs: activation plans, the builder-fee study, and product/security/operator guides. The main gap is discoverability: there is no list/search tool for available Floatout pages, so an agent must know a page path to use read_floatout_page. This is a workable gap rather than a broken workflow.
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
Publisher details
- Operator
- Floatout · Publisher source
- Operator website
- https://floatout.xyz · Publisher source
- Vendor relationship
- First-party · Publisher source
- Documentation
- https://floatout.xyz/auth.md · Publisher source
- Trust center
- Not available
- Restrictions
- The public MCP tools are free and read-only. No registration, API key, paid plan or OAuth setup is required. They cannot access accounts, publish a platform, place trades or move funds. Owner actions require wallet approval in the Floatout console. · Publisher source
Related MCP Connectors
Read-only Hyperliquid data for AI agents: fills, candles, funding, liquidations, wallet analytics.
Read-only Hyperliquid vault search, risk, drawdown, rankings, TVL, alerts, and comparisons.
Live prediction-market odds, volume and movers across 8 platforms. Read-only, no auth.
Read-only perp futures data: all-in trading cost, venue fees, funding rates and volume ranking
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceProvides pay-per-call Hyperliquid whale, funding, open-interest, and liquidation intelligence via x402 payments (USDC on Base, Solana, or Algorand), with free preview routes and no account or API key required.13 npmMIT
- AlicenseAqualityBmaintenanceRead-only Hyperliquid and cross-exchange market research for AI agents, providing structured tools for live market data without requiring authentication.935 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables read-only access to Hyperliquid's public market, user, vault, and staking data via 61 MCP tools, covering perpetuals, spot, and borrow-lend information.MIT
- AlicenseAqualityDmaintenanceProvides live market and account data from Hyperliquid, including perp and spot prices, funding rates, open interest, order books, and wallet positions, without requiring an API key.730 npmMIT
Glama MCP Gateway
Add one secure layer between your agents and this server.