なるみ/crypto-news-mcp
Built by Metorial, the integration platform for agentic AI.
なるみ/crypto-news-mcp
Server Summary
Fetch latest crypto news
Access news articles from URLs
Retrieve news from Coindesk
Retrieve news from Decrypt
From Docker
{
"mcpServers": {
"cryptonewsmcp": {
"command": "docker",
"args": ["run", "-i", "--rm", "narumi/crypto-news-mcp"]
}
}
}
From PyPI
{
"mcpServers": {
"cryptonewsmcp": {
"command": "uvx",
"args": ["cryptonewsmcp"]
}
}
}
From GitHub
{
"mcpServers": {
"cryptonewsmcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/narumiruna/crypto-news-mcp",
"cryptonewsmcp"
]
}
}
}