MCP Server Policy
COINGECKO MCP POLICY
Enforce policies on every tool call to the CoinGecko MCP Server. 2 tools listed, categorised, and ready for rules.
GET STARTED
Download this policy scaffold and add your rules. Intercept enforces them on every tool call before it reaches CoinGecko.
# Download policy scaffold
curl -o coingecko.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/coingecko.yaml
# Run with Intercept
intercept --policy coingecko.yaml -- npx -y @@coingecko/coingecko-mcp Server documentation: https://github.com/coingecko/coingecko-typescript/tree/main/packages/mcp-server
OTHER TOOLS
2POLICY YAML
This scaffold lists every tool with empty rules. Add conditions — rate limits, argument validation, deny rules — then deploy with Intercept.
version: "1"
description: "Policy for @coingecko/coingecko-mcp"
default: "allow"
tools:
coingecko_docs_search:
rules: []
coingecko_code:
rules: [] FREQUENTLY ASKED QUESTIONS
What tools does the CoinGecko MCP server expose?
The CoinGecko MCP Server exposes 2 tools across 1 categories: Other. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on CoinGecko?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the CoinGecko MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the CoinGecko policy free to use?
Yes. All Intercept policies are open source under the Apache 2.0 licence. Download, modify, and deploy without restrictions.
ENFORCE POLICIES ON COINGECKO
Open source. One binary. Zero dependencies.