İki konum arası taksi ücreti tahmini hesapla
AI agents call ucret_tahmini to retrieve information from Taksi MCP Server without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
The tool performs a read-only query operation that estimates a fare for informational purposes. It does not execute a booking, charge money, or modify any state. While the sibling tool 'taksi_cagir' (call taxi) would be Execute/Write, this estimation tool merely retrieves and calculates data with no side effects or commitments.
From the tool's definition Tool name 'ucret_tahmini' means 'fare estimation' and description states 'İki konum arası taksi ücreti tahmini hesapla' (calculate fare estimation between two locations).
Attacks that exploit this kind of access
İki konum arası taksi ücreti tahmini hesapla. It is categorised as a Read tool in the Taksi MCP Server MCP Server, which means it retrieves data without modifying state.
Register the Taksi MCP Server MCP server in PolicyLayer and add a rule for ucret_tahmini: 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 Taksi MCP Server. Nothing to install.
ucret_tahmini 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 ucret_tahmini 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 ucret_tahmini. 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.
ucret_tahmini is provided by the Taksi MCP Server MCP server (skynet-base/taksi-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →