# get_market_price_tool

A read tool on the Upstox MCP Server MCP server.

Agent View of the PolicyLayer registry record for `get_market_price_tool`. HTML page: https://policylayer.com/tools/adibhattar95-upstox-mcp-server/get-market-price-tool

## Facts

- Tool: `get_market_price_tool`
- Server: Upstox MCP Server (`adibhattar95/upstox-mcp-server`) — https://policylayer.com/tools/adibhattar95-upstox-mcp-server.md
- Homepage: https://github.com/adibhattar95/upstox-mcp-server
- Risk category: Read (Low risk)
- Registry record: grade A, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Allowed

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_market_price_tool",
    "arguments": {}
  }
}
```

## Why get_market_price_tool is rated Low

This tool retrieves market price information without modifying data or executing trades. Market price queries are informational operations with no side effects. Low severity because misuse would only expose or query public/semi-public market data, not alter positions, move funds, or execute trades. Confidence is 0.85 (not higher) due to empty description, though the naming is highly indicative of a read operation.

From the tool's own definition: "Tool name 'get_market_price_tool' indicates a getter/retrieval operation for market data. No description provided, but naming convention suggests read-only query of current market prices."

## Use case

AI agents call get_market_price_tool to retrieve information from Upstox MCP Server without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Upstox MCP Server:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "get_market_price_tool": {}
  }
}
```

## Other tools on Upstox MCP Server (6)

- `place_order_tool` — Financial — https://policylayer.com/tools/adibhattar95-upstox-mcp-server/place-order-tool.md
- `get_brokerage_details_tool` — Read — https://policylayer.com/tools/adibhattar95-upstox-mcp-server/get-brokerage-details-tool.md
- `get_holdings_tool` — Read — https://policylayer.com/tools/adibhattar95-upstox-mcp-server/get-holdings-tool.md
- `get_profile_details_tool` — Read — https://policylayer.com/tools/adibhattar95-upstox-mcp-server/get-profile-details-tool.md
- `get_user_funds_margin_tool` — Read — https://policylayer.com/tools/adibhattar95-upstox-mcp-server/get-user-funds-margin-tool.md
- `list_capabilities_tool` — Read — https://policylayer.com/tools/adibhattar95-upstox-mcp-server/list-capabilities-tool.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=adibhattar95-upstox-mcp-server · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/adibhattar95-upstox-mcp-server
