CoinStats MCP Server\
\ MCP Server for the CoinStats API. Provides access to cryptocurrency market data, portfolio tracking, and news.\ \
Setup\
\
API Key\
\ You need a CoinStats API key. Obtain one from the CoinStats API Documentation.\ \
Usage with MCP clients\
\ Add the following to your client configuration:\ \
NPX\
\
{\
"mcpServers": {\
"coinstats-mcp": {\
"command": "npx",\
"args": [\
"-y",\
"@coinstats/coinstats-mcp"\
],\
"env": {\
"COINSTATS_API_KEY": "\u003cYOUR_API_KEY\u003e"\
}\
}\
}\
}\\ Replace \u003cYOUR_API_KEY\u003e with your actual CoinStats API key.\ \
Build\
\ To build the project locally:\ \
npm run build\\ This command installs dependencies, compiles TypeScript to JavaScript, and sets execute permissions.\ \
License\
\ This MCP server is licensed under the ISC License. See the standard ISC License text for details.\
