Skip to content

MCP Server for Analyzing Tokens using the Coin Gecko API. Includes RSI, EMA, MACD, Bollinger Bands, Golden-Cross and Death-Cross.

License

Notifications You must be signed in to change notification settings

Charged-Particles/mcp-token-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote MCP Server for Analyzing Tokens using CoinGecko Market Data

Develop locally

nvm use
npm install
npm run build

Connect Claude Desktop to your local MCP server

Follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config to find your configuration file.

code /Users/[_you_username_here_]/Library/Application\ Support/Claude/claude_desktop_config.json

Open the file in your text editor and replace it with this configuration:

{
  "mcpServers": {
    "token-analyzer": {
      "command": "/Users/[_you_username_here_]/.nvm/versions/node/v20.17.0/bin/node",
      "args": [
        "/Users/[_absolute_path_to_working_dir_here_]/build/index.js"
      ]
    }
  }
}
Screenshot

About

MCP Server for Analyzing Tokens using the Coin Gecko API. Includes RSI, EMA, MACD, Bollinger Bands, Golden-Cross and Death-Cross.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published