💸 资金费用计算器 - 持仓成本精确测算 🔍 功能说明: 计算USDT永续合约的预计资金费用成本。基于当前持仓方向、仓位大小、实时资金费率和预期持仓时间,精确估算需要支付或可以收取的资金费用,帮助交易者制定最优的持仓策略。 ⚠️ 重要提醒: • 费用方向:资金费率为正时多头支付空头,为负时空头支付多头 • 结算周期:每8小时结算一次(00:00、08:00、16:00 UTC) • 动态费率:资金费率会根据市场情况实时调整 • 持仓影响:长期持仓需要考虑累积的资金费用成本 🎯 适用场景: • 中长期持仓者评估持仓成本和收益 • 套利交易者计算资金费用对收益的影响 • 投资者选择最优...
AI agents call binance_calculate_funding_cost to retrieve information from Binance without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
The tool calculates and estimates funding costs based on position parameters and real-time funding rates. It is a read/analytical tool that queries market data and performs calculations. It does not place orders, move money, or modify any state. Despite being on a financial trading server, this specific tool only reads data and computes estimates.
From the tool's definition 计算USDT永续合约的预计资金费用成本 - this is a calculation/estimation tool that retrieves market data (funding rates) and computes projected costs without executing any trades or modifying state
Documented attack patterns abuse exactly the kind of access binance_calculate_funding_cost gives an agent:
PolicyLayer is an MCP gateway — it sits between your AI agents and Binance, and nothing reaches the server without passing your rules. This is the rule we recommend for binance_calculate_funding_cost:
{
"version": "1",
"default": "deny",
"tools": {
"binance_calculate_funding_cost": {}
}
} binance_calculate_funding_cost is read-only, so it stays allowed — but everything else on the server is denied unless you say otherwise.
Free to start. No card required.
💸 资金费用计算器 - 持仓成本精确测算 🔍 功能说明: 计算USDT永续合约的预计资金费用成本。基于当前持仓方向、仓位大小、实时资金费率和预期持仓时间,精确估算需要支付或可以收取的资金费用,帮助交易者制定最优的持仓策略。 ⚠️ 重要提醒: • 费用方向:资金费率为正时多头支付空头,为负时空头支付多头 • 结算周期:每8小时结算一次(00:00、08:00、16:00 UTC) • 动态费率:资金费率会根据市场情况实时调整 • 持仓影响:长期持仓需要考虑累积的资金费用成本 🎯 适用场景: • 中长期持仓者评估持仓成本和收益 • 套利交易者计算资金费用对收益的影响 • 投资者选择最优的开仓和平仓时机 • 风控系统预估持仓的综合成本 💰 输出示例: 计算完成后将返回: \. It is categorised as a Read tool in the Binance MCP Server, which means it retrieves data without modifying state.
Register the Binance MCP server in PolicyLayer and add a rule for binance_calculate_funding_cost: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Binance. Nothing to install.
binance_calculate_funding_cost is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the binance_calculate_funding_cost rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for binance_calculate_funding_cost. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
binance_calculate_funding_cost is provided by the Binance MCP server (kydlikebtc/binance-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Start from Binance, add the rest of your stack, and see everything your agents can call. Then put policy on all of it.
Free to start. No card required.
35 Binance tools catalogued and risk-classified — across an index of 43,000+ MCP servers.