Back to MCP Servers
Coin
Bitget API to fetch cryptocurrency price.
finance-fintechapi
By pwh-pwh
Installation
npx -y coin-mcp-serverConfiguration
{
"mcpServers": {
"coin-mcp-server": {
"command": "npx",
"args": ["-y", "coin-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes