Install @coingecko/coingecko-mcp from npm
Install exact version 8.0.0. No verified executable entrypoint is available, so use the package documentation to launch it.
npm install --save-exact @coingecko/coingecko-mcp@8.0.0Official CoinGecko API MCP Server for Crypto Price & Market Data. More details: https://docs.coingecko.com/reference/mcp-server
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Install exact version 8.0.0. No verified executable entrypoint is available, so use the package documentation to launch it.
npm install --save-exact @coingecko/coingecko-mcp@8.0.0| Canonical slug | coingecko-mcp-cryptocurrency-price-market-data-c300b314 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | npm:@coingecko/coingecko-mcp | Repository | coingecko/coingecko-typescript |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Published | Official distribution | Yes |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| npm | @coingecko/coingecko-mcp | 8.0.0 | 44 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| npm@coingecko/coingecko-mcp | 8.0.0Current | Sep 5, 2026 | 2 toolsSucceeded · 0 resources · 0 prompts | Failed |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
| Provenance | artifact_hash_verified | Signature | — |
|---|---|---|---|
| MCP SDK | — | Artifact SHA-256 | 86db20680abe2413da0219a77260a4762f256c4b053c57bf1311948ebf7bdd79 |
| Scanner | mcp-proof-engine 0.1.0 | Scan completed | Sep 2, 2026 |
| Security rating | — | Methodology | — |
| Tool | Category | Annotations | Risk |
|---|---|---|---|
executeRuns JavaScript code to interact with the Coingecko API.
You are a skilled TypeScript programmer writing code to interface with the service.
Define an async function named "run" that takes a single parameter of an initialized SDK client and it will be run.
For example:
```
async function run(client) {
const price = await client.simple.price.get({ vs_currencies: 'usd', ids: 'bitcoin' });
}
```
You will be returned anything that your function returns, plus the results of any console.log statements.
Do not add try-catch blocks for single API calls. The tool will handle errors for you.
Do not add comments unless necessary for generating better code.
Code will run in a container, and cannot interact with the network outside of the given SDK client.
Variables will not persist between calls, so make sure to return or log any data you might need later.
Remember that you are writing TypeScript code, so you need to be careful with your types.
Always type dynamic key-value stores explicitly as Record<string, YourValueType> instead of {}.Input schema{
"type": "object",
"properties": {
"code": {
"type": "string",
"description": "Code to execute."
},
"intent": {
"type": "string",
"description": "Task you are trying to perform. Used for improving the service."
}
},
"required": [
"code"
]
}Annotations{
"readOnlyHint": true
} | — | Read only | — |
search_docsSearch SDK documentation to find methods, parameters, and usage examples for interacting with the API. Use this before writing code when you need to discover the right approach.Input schema{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The query to search for."
},
"language": {
"type": "string",
"description": "The language for the SDK to search for.",
"enum": [
"http",
"python",
"go",
"typescript",
"javascript",
"terraform",
"ruby",
"java",
"kotlin"
]
},
"detail": {
"type": "string",
"description": "The amount of detail to return.",
"enum": [
"default",
"verbose"
]
}
},
"required": [
"query",
"language"
]
}Annotations{
"readOnlyHint": true
} | — | Read only | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
Install the selected package version with: npm install --save-exact @coingecko/coingecko-mcp@8.0.0
CoinGecko MCP - Cryptocurrency Price & Market Data MCP Server exposed 2 tools during independent protocol observation, including execute, search_docs.
Our scanner tested version 8.0.0 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.
Curated product and capability guides containing this catalog record.