Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Cryptocurrency Daemon MCP Server
Claim
by
raw391
GitHub
Finance
Security
TypeScript
1
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
coin_daemon_mcp
bin
examples
src
config.json
CONTRIBUTING.md
Dockerfile
.eslintrc.json
.gitignore
jest.config.js
LICENSE
.npmignore
package.json
README.md
smithery.yaml
tsconfig.json
{ "parser": "@typescript-eslint/parser", "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended" ], "plugins": [ "@typescript-eslint" ], "env": { "node": true, "es6": true, "jest": true }, "rules": { "@typescript-eslint/explicit-function-return-type": ["error", { "allowExpressions": true, "allowTypedFunctionExpressions": true }], "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" }], "no-console": ["error", { "allow": ["error", "warn"] }], "curly": ["error", "all"], "eqeqeq": ["error", "always"], "no-return-await": "error", "require-await": "error" } }