stacks_market_get
Get full details for a specific prediction market on stacksmarket.app. Market IDs are epoch millisecond timestamps (uint) visible in market URLs. Note: Stacks Market is only available on mainnet.
This record as markdown: /tools/io-github-aibtcdev-mcp-server/stacks-market-get.md
What stacks_market_get does on Aibtc
AI agents call stacks_market_get to retrieve information from Aibtc without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
Why stacks_market_get is rated Low
This tool queries and retrieves prediction market data by ID from stacksmarket.app. It performs a read-only lookup operation with no capacity to modify, delete, or execute arbitrary code. The only input is a market ID (epoch millisecond timestamp), which constrains misuse. Severity is low because exposure of market details poses minimal security or financial risk on its own.
From the tool's definition Tool name contains 'get' and description states 'Get full details for a specific prediction market' — a retrieval operation with no side effects.
Attacks that exploit this kind of access
The rule that runs stacks_market_get safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Aibtc, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For stacks_market_get, this is the rule to start with:
stacks_market_get is read-only, so it stays allowed. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Aibtc, apply this rule, and every stacks_market_get call is checked against it from then on.
Questions about stacks_market_get
Get full details for a specific prediction market on stacksmarket.app. Market IDs are epoch millisecond timestamps (uint) visible in market URLs. Note: Stacks Market is only available on mainnet. It is categorised as a Read tool in the Aibtc MCP Server, which means it retrieves data without modifying state.
Register the Aibtc MCP server in PolicyLayer and add a rule for stacks_market_get: 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 Aibtc. Nothing to install.
stacks_market_get 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 stacks_market_get 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 stacks_market_get. 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.
stacks_market_get is provided by the Aibtc MCP server (aibtcdev/aibtc-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Aibtc, and thousands of servers like it.
This server
Across the catalogue